Shades of Heathered Grey #8F8D8B
Tints of Heathered Grey #8F8D8B
RGB
CMYK
RGB Variations
Color information
#8F8D8B (or 0x8F8D8B) is known color: Heathered Grey. HEX triplet: 8F, 8D and 8B. RGB value is (143,141,139). Sum of RGB (Red+Green+Blue) = 143+141+139=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8D8B is #707274. Grayscale: #8D8D8D. Windows color (decimal): -7369333 or 9145743. OLE color: 9145743.
HSL color Cylindrical-coordinate representation of color #8F8D8B: hue angle of 30º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F8D8B is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 141 | 139 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.44 |
| HSL | 30º | 0.02% | 0.55% | - |
| HSV(B) | 30º | 0.03% | 0.56% | - |
| XYZ | 25.51 | 26.75 | 28.25 | - |
| YUV | 141.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 139 | 0 | 0.01 | 0.03 | 0.44 | 30 | 0.02 | 0.55 |
| Hex | 8F | 8D | 8B | 0 | 1 | 3 | 2C | 1E | 2 | 37 |
| Octal | 217 | 215 | 213 | 0 | 1 | 3 | 54 | 36 | 2 | 67 |
| Binary | 10001111 | 10001101 | 10001011 | 0 | 1 | 11 | 101100 | 11110 | 10 | 110111 |
Color Harmonies of #8F8D8B
Complementary color
Monochromatic Colors of #8F8D8B
Black with #8F8D8B
Text Example
Text Example
White with #8F8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8D8B; }
p { color: rgb(143,141,139); }
H1.HeaderClassName
{
color: #8F8D8B;
}
.AnyTagClassName
{
color: #8F8D8B;
}
</style>
background-color css
<style>
a { background-color: #8F8D8B; }
a { background-color: rgb(143,141,139); }
div.DivClassName
{
background-color: #8F8D8B;
}
.BgClassName
{
background-color: #8F8D8B;
}
</style>
border-color css
<style>
span { border-color: #8F8D8B; }
span { border-color: rgb(143,141,139); }
td.TdClassName
{
border-color: #8F8D8B;
}
.TagClassName
{
border-color: #8F8D8B;
}
</style>