Shades of Heathered Grey #8F897D
Tints of Heathered Grey #8F897D
RGB
CMYK
RGB Variations
Color information
#8F897D (or 0x8F897D) is known color: Heathered Grey. HEX triplet: 8F, 89 and 7D. RGB value is (143,137,125). Sum of RGB (Red+Green+Blue) = 143+137+125=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F897D is #707682. Grayscale: #898989. Windows color (decimal): -7370371 or 8227215. OLE color: 8227215.
HSL color Cylindrical-coordinate representation of color #8F897D: hue angle of 40º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F897D is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 125 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.44 |
| HSL | 40º | 0.07% | 0.53% | - |
| HSV(B) | 40º | 0.13% | 0.56% | - |
| XYZ | 23.98 | 25.21 | 23 | - |
| YUV | 137.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 125 | 0 | 0.04 | 0.13 | 0.44 | 40 | 0.07 | 0.53 |
| Hex | 8F | 89 | 7D | 0 | 4 | D | 2C | 28 | 7 | 35 |
| Octal | 217 | 211 | 175 | 0 | 4 | 15 | 54 | 50 | 7 | 65 |
| Binary | 10001111 | 10001001 | 1111101 | 0 | 100 | 1101 | 101100 | 101000 | 111 | 110101 |
Color Harmonies of #8F897D
Complementary color
Monochromatic Colors of #8F897D
Black with #8F897D
Text Example
Text Example
White with #8F897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F897D; }
p { color: rgb(143,137,125); }
H1.HeaderClassName
{
color: #8F897D;
}
.AnyTagClassName
{
color: #8F897D;
}
</style>
background-color css
<style>
a { background-color: #8F897D; }
a { background-color: rgb(143,137,125); }
div.DivClassName
{
background-color: #8F897D;
}
.BgClassName
{
background-color: #8F897D;
}
</style>
border-color css
<style>
span { border-color: #8F897D; }
span { border-color: rgb(143,137,125); }
td.TdClassName
{
border-color: #8F897D;
}
.TagClassName
{
border-color: #8F897D;
}
</style>