Shades of Heathered Grey #8E8981
Tints of Heathered Grey #8E8981
RGB
CMYK
RGB Variations
Color information
#8E8981 (or 0x8E8981) is known color: Heathered Grey. HEX triplet: 8E, 89 and 81. RGB value is (142,137,129). Sum of RGB (Red+Green+Blue) = 142+137+129=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8981 is #71767E. Grayscale: #898989. Windows color (decimal): -7435903 or 8489358. OLE color: 8489358.
HSL color Cylindrical-coordinate representation of color #8E8981: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E8981 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 129 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.44 |
| HSL | 36.92º | 0.05% | 0.53% | - |
| HSV(B) | 36.92º | 0.09% | 0.56% | - |
| XYZ | 24.06 | 25.23 | 24.37 | - |
| YUV | 137.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 129 | 0 | 0.04 | 0.09 | 0.44 | 36.92 | 0.05 | 0.53 |
| Hex | 8E | 89 | 81 | 0 | 4 | 9 | 2C | 25 | 5 | 35 |
| Octal | 216 | 211 | 201 | 0 | 4 | 11 | 54 | 45 | 5 | 65 |
| Binary | 10001110 | 10001001 | 10000001 | 0 | 100 | 1001 | 101100 | 100101 | 101 | 110101 |
Color Harmonies of #8E8981
Complementary color
Monochromatic Colors of #8E8981
Black with #8E8981
Text Example
Text Example
White with #8E8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8981; }
p { color: rgb(142,137,129); }
H1.HeaderClassName
{
color: #8E8981;
}
.AnyTagClassName
{
color: #8E8981;
}
</style>
background-color css
<style>
a { background-color: #8E8981; }
a { background-color: rgb(142,137,129); }
div.DivClassName
{
background-color: #8E8981;
}
.BgClassName
{
background-color: #8E8981;
}
</style>
border-color css
<style>
span { border-color: #8E8981; }
span { border-color: rgb(142,137,129); }
td.TdClassName
{
border-color: #8E8981;
}
.TagClassName
{
border-color: #8E8981;
}
</style>