Shades of Heathered Grey #8E897F
Tints of Heathered Grey #8E897F
RGB
CMYK
RGB Variations
Color information
#8E897F (or 0x8E897F) is known color: Heathered Grey. HEX triplet: 8E, 89 and 7F. RGB value is (142,137,127). Sum of RGB (Red+Green+Blue) = 142+137+127=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 142 - color contains mainly: red. Hex color #8E897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E897F is #717680. Grayscale: #898989. Windows color (decimal): -7435905 or 8358286. OLE color: 8358286.
HSL color Cylindrical-coordinate representation of color #8E897F: hue angle of 40º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8E897F is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 127 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.44 |
| HSL | 40º | 0.06% | 0.53% | - |
| HSV(B) | 40º | 0.11% | 0.56% | - |
| XYZ | 23.93 | 25.17 | 23.68 | - |
| YUV | 137.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 127 | 0 | 0.04 | 0.11 | 0.44 | 40 | 0.06 | 0.53 |
| Hex | 8E | 89 | 7F | 0 | 4 | B | 2C | 28 | 6 | 35 |
| Octal | 216 | 211 | 177 | 0 | 4 | 13 | 54 | 50 | 6 | 65 |
| Binary | 10001110 | 10001001 | 1111111 | 0 | 100 | 1011 | 101100 | 101000 | 110 | 110101 |
Color Harmonies of #8E897F
Complementary color
Monochromatic Colors of #8E897F
Black with #8E897F
Text Example
Text Example
White with #8E897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E897F; }
p { color: rgb(142,137,127); }
H1.HeaderClassName
{
color: #8E897F;
}
.AnyTagClassName
{
color: #8E897F;
}
</style>
background-color css
<style>
a { background-color: #8E897F; }
a { background-color: rgb(142,137,127); }
div.DivClassName
{
background-color: #8E897F;
}
.BgClassName
{
background-color: #8E897F;
}
</style>
border-color css
<style>
span { border-color: #8E897F; }
span { border-color: rgb(142,137,127); }
td.TdClassName
{
border-color: #8E897F;
}
.TagClassName
{
border-color: #8E897F;
}
</style>