Shades of Heathered Grey #908E85
Tints of Heathered Grey #908E85
RGB
CMYK
RGB Variations
Color information
#908E85 (or 0x908E85) is known color: Heathered Grey. HEX triplet: 90, 8E and 85. RGB value is (144,142,133). Sum of RGB (Red+Green+Blue) = 144+142+133=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 144 - color contains mainly: red. Hex color #908E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908E85 is #6F717A. Grayscale: #8D8D8D. Windows color (decimal): -7303547 or 8752784. OLE color: 8752784.
HSL color Cylindrical-coordinate representation of color #908E85: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908E85 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 133 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.44 |
| HSL | 49.09º | 0.05% | 0.54% | - |
| HSV(B) | 49.09º | 0.08% | 0.56% | - |
| XYZ | 25.41 | 26.97 | 26.06 | - |
| YUV | 141.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 133 | 0 | 0.01 | 0.08 | 0.44 | 49.09 | 0.05 | 0.54 |
| Hex | 90 | 8E | 85 | 0 | 1 | 8 | 2C | 31 | 5 | 36 |
| Octal | 220 | 216 | 205 | 0 | 1 | 10 | 54 | 61 | 5 | 66 |
| Binary | 10010000 | 10001110 | 10000101 | 0 | 1 | 1000 | 101100 | 110001 | 101 | 110110 |
Color Harmonies of #908E85
Complementary color
Monochromatic Colors of #908E85
Black with #908E85
Text Example
Text Example
White with #908E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E85; }
p { color: rgb(144,142,133); }
H1.HeaderClassName
{
color: #908E85;
}
.AnyTagClassName
{
color: #908E85;
}
</style>
background-color css
<style>
a { background-color: #908E85; }
a { background-color: rgb(144,142,133); }
div.DivClassName
{
background-color: #908E85;
}
.BgClassName
{
background-color: #908E85;
}
</style>
border-color css
<style>
span { border-color: #908E85; }
span { border-color: rgb(144,142,133); }
td.TdClassName
{
border-color: #908E85;
}
.TagClassName
{
border-color: #908E85;
}
</style>