Shades of Heathered Grey #918F87
Tints of Heathered Grey #918F87
RGB
CMYK
RGB Variations
Color information
#918F87 (or 0x918F87) is known color: Heathered Grey. HEX triplet: 91, 8F and 87. RGB value is (145,143,135). Sum of RGB (Red+Green+Blue) = 145+143+135=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 145 - color contains mainly: red. Hex color #918F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F87 is #6E7078. Grayscale: #8E8E8E. Windows color (decimal): -7237753 or 8884113. OLE color: 8884113.
HSL color Cylindrical-coordinate representation of color #918F87: hue angle of 48º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #918F87 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 135 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.43 |
| HSL | 48º | 0.04% | 0.55% | - |
| HSV(B) | 48º | 0.07% | 0.57% | - |
| XYZ | 25.87 | 27.41 | 26.85 | - |
| YUV | 142.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 135 | 0 | 0.01 | 0.07 | 0.43 | 48 | 0.04 | 0.55 |
| Hex | 91 | 8F | 87 | 0 | 1 | 7 | 2B | 30 | 4 | 37 |
| Octal | 221 | 217 | 207 | 0 | 1 | 7 | 53 | 60 | 4 | 67 |
| Binary | 10010001 | 10001111 | 10000111 | 0 | 1 | 111 | 101011 | 110000 | 100 | 110111 |
Color Harmonies of #918F87
Complementary color
Monochromatic Colors of #918F87
Black with #918F87
Text Example
Text Example
White with #918F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F87; }
p { color: rgb(145,143,135); }
H1.HeaderClassName
{
color: #918F87;
}
.AnyTagClassName
{
color: #918F87;
}
</style>
background-color css
<style>
a { background-color: #918F87; }
a { background-color: rgb(145,143,135); }
div.DivClassName
{
background-color: #918F87;
}
.BgClassName
{
background-color: #918F87;
}
</style>
border-color css
<style>
span { border-color: #918F87; }
span { border-color: rgb(145,143,135); }
td.TdClassName
{
border-color: #918F87;
}
.TagClassName
{
border-color: #918F87;
}
</style>