In the RGB color space, #808B8E is composed of 50.1961% red, 54.5098% green, and 55.6863% blue.
In the CMYK color space, #808B8E is composed of 9.86% cyan, 2.12% magenta, 0% yellow, and 44.31% black,
It has a hue angle of 192.9 degrees, a saturation of 5.83%, and a lightness of 52.95%.
The closest websafe color is #999999.
The hexadecimal color #808B8E has RGB values of R:128, G:139, B:142 and CMYK values of C:9.86, M:2.12, Y:0, K:44.31. It has a decimal value of 8424334.
Hexadecimal | #808B8E | #808B8E |
RGB Decimal | 128, 139, 142 | rgb(128, 139, 142) |
RGB Percent | 50.1961, 54.5098, 55.6863 | rgb(50.1961%, 54.5098%, 55.6863%) |
RGB Proportion | 0.502, 0.5451, 0.5569 | rgb(0.502, 0.5451, 0.5569) |
CMYK | 9.86, 2.12, 0, 44.31 | |
HSL | 192.9ยบ, 5.83, 52.95 | hsl(192.9, 5.83%, 52.95%) |
Websafe | 999999 | #999999 |
XYZ | 23.019, 25.009, 29.209 | |
Yxy | 25.009, 0.298, 0.324 | |
CIE-LAB | 57.084, -3.355, -2.981 | |
CIE-LCH | 57.084, 4.488, 221.622 | |
CIE-LUV | 57.084, -6.158, -3.709 | |
Hunter-Lab | 50.009, -5.353, 0.377 |
Colors that go well with #808B8E.
Common HTML and CSS shortcodes for #808B8E.
<div style="color: #808B8E;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #808B8E;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #808B8E;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #808B8E to transparent.
<div style="background: linear-gradient(#808B8E, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #808B8E to transparent.
<div style="background: radial-gradient(#808B8E, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #808B8E to #7F7471.
<div style="background: linear-gradient(#808B8E, #7F7471);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #808B8E to #7F7471.
<div style="background: radial-gradient(#808B8E, #7F7471);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #808B8E; }
.background { background-color: #808B8E; }
.border { border: 1px solid #808B8E; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020202 while the lightest tint is #FDFDFD.