Shades of Heathered Grey #958E87
Tints of Heathered Grey #958E87
RGB
CMYK
RGB Variations
Color information
#958E87 (or 0x958E87) is known color: Heathered Grey. HEX triplet: 95, 8E and 87. RGB value is (149,142,135). Sum of RGB (Red+Green+Blue) = 149+142+135=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 149 - color contains mainly: red. Hex color #958E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958E87 is #6A7178. Grayscale: #8F8F8F. Windows color (decimal): -6975865 or 8883861. OLE color: 8883861.
HSL color Cylindrical-coordinate representation of color #958E87: hue angle of 30º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958E87 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 135 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.42 |
| HSL | 30º | 0.06% | 0.56% | - |
| HSV(B) | 30º | 0.09% | 0.58% | - |
| XYZ | 26.44 | 27.48 | 26.83 | - |
| YUV | 143.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 135 | 0 | 0.05 | 0.09 | 0.42 | 30 | 0.06 | 0.56 |
| Hex | 95 | 8E | 87 | 0 | 5 | 9 | 2A | 1E | 6 | 38 |
| Octal | 225 | 216 | 207 | 0 | 5 | 11 | 52 | 36 | 6 | 70 |
| Binary | 10010101 | 10001110 | 10000111 | 0 | 101 | 1001 | 101010 | 11110 | 110 | 111000 |
Color Harmonies of #958E87
Complementary color
Monochromatic Colors of #958E87
Black with #958E87
Text Example
Text Example
White with #958E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E87; }
p { color: rgb(149,142,135); }
H1.HeaderClassName
{
color: #958E87;
}
.AnyTagClassName
{
color: #958E87;
}
</style>
background-color css
<style>
a { background-color: #958E87; }
a { background-color: rgb(149,142,135); }
div.DivClassName
{
background-color: #958E87;
}
.BgClassName
{
background-color: #958E87;
}
</style>
border-color css
<style>
span { border-color: #958E87; }
span { border-color: rgb(149,142,135); }
td.TdClassName
{
border-color: #958E87;
}
.TagClassName
{
border-color: #958E87;
}
</style>