Shades of Heathered Grey #918E85
Tints of Heathered Grey #918E85
RGB
CMYK
RGB Variations
Color information
#918E85 (or 0x918E85) is known color: Heathered Grey. HEX triplet: 91, 8E and 85. RGB value is (145,142,133). Sum of RGB (Red+Green+Blue) = 145+142+133=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #918E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918E85 is #6E717A. Grayscale: #8D8D8D. Windows color (decimal): -7238011 or 8752785. OLE color: 8752785.
HSL color Cylindrical-coordinate representation of color #918E85: hue angle of 45º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918E85 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 133 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.43 |
| HSL | 45º | 0.05% | 0.55% | - |
| HSV(B) | 45º | 0.08% | 0.57% | - |
| XYZ | 25.58 | 27.06 | 26.06 | - |
| YUV | 141.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 133 | 0 | 0.02 | 0.08 | 0.43 | 45 | 0.05 | 0.55 |
| Hex | 91 | 8E | 85 | 0 | 2 | 8 | 2B | 2D | 5 | 37 |
| Octal | 221 | 216 | 205 | 0 | 2 | 10 | 53 | 55 | 5 | 67 |
| Binary | 10010001 | 10001110 | 10000101 | 0 | 10 | 1000 | 101011 | 101101 | 101 | 110111 |
Color Harmonies of #918E85
Complementary color
Monochromatic Colors of #918E85
Black with #918E85
Text Example
Text Example
White with #918E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E85; }
p { color: rgb(145,142,133); }
H1.HeaderClassName
{
color: #918E85;
}
.AnyTagClassName
{
color: #918E85;
}
</style>
background-color css
<style>
a { background-color: #918E85; }
a { background-color: rgb(145,142,133); }
div.DivClassName
{
background-color: #918E85;
}
.BgClassName
{
background-color: #918E85;
}
</style>
border-color css
<style>
span { border-color: #918E85; }
span { border-color: rgb(145,142,133); }
td.TdClassName
{
border-color: #918E85;
}
.TagClassName
{
border-color: #918E85;
}
</style>