Shades of Heathered Grey #8A8987
Tints of Heathered Grey #8A8987
RGB
CMYK
RGB Variations
Color information
#8A8987 (or 0x8A8987) is known color: Heathered Grey. HEX triplet: 8A, 89 and 87. RGB value is (138,137,135). Sum of RGB (Red+Green+Blue) = 138+137+135=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8987 is #757678. Grayscale: #898989. Windows color (decimal): -7698041 or 8882570. OLE color: 8882570.
HSL color Cylindrical-coordinate representation of color #8A8987: hue angle of 40º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8A8987 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 135 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.46 |
| HSL | 40º | 0.01% | 0.54% | - |
| HSV(B) | 40º | 0.02% | 0.54% | - |
| XYZ | 23.8 | 25.04 | 26.5 | - |
| YUV | 137.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 135 | 0 | 0.01 | 0.02 | 0.46 | 40 | 0.01 | 0.54 |
| Hex | 8A | 89 | 87 | 0 | 1 | 2 | 2E | 28 | 1 | 36 |
| Octal | 212 | 211 | 207 | 0 | 1 | 2 | 56 | 50 | 1 | 66 |
| Binary | 10001010 | 10001001 | 10000111 | 0 | 1 | 10 | 101110 | 101000 | 1 | 110110 |
Color Harmonies of #8A8987
Complementary color
Monochromatic Colors of #8A8987
Black with #8A8987
Text Example
Text Example
White with #8A8987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8987; }
p { color: rgb(138,137,135); }
H1.HeaderClassName
{
color: #8A8987;
}
.AnyTagClassName
{
color: #8A8987;
}
</style>
background-color css
<style>
a { background-color: #8A8987; }
a { background-color: rgb(138,137,135); }
div.DivClassName
{
background-color: #8A8987;
}
.BgClassName
{
background-color: #8A8987;
}
</style>
border-color css
<style>
span { border-color: #8A8987; }
span { border-color: rgb(138,137,135); }
td.TdClassName
{
border-color: #8A8987;
}
.TagClassName
{
border-color: #8A8987;
}
</style>