Shades of Heathered Grey #908E88
Tints of Heathered Grey #908E88
RGB
CMYK
RGB Variations
Color information
#908E88 (or 0x908E88) is known color: Heathered Grey. HEX triplet: 90, 8E and 88. RGB value is (144,142,136). Sum of RGB (Red+Green+Blue) = 144+142+136=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 144 - color contains mainly: red. Hex color #908E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908E88 is #6F7177. Grayscale: #8D8D8D. Windows color (decimal): -7303544 or 8949392. OLE color: 8949392.
HSL color Cylindrical-coordinate representation of color #908E88: hue angle of 45º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908E88 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 136 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.44 |
| HSL | 45º | 0.03% | 0.55% | - |
| HSV(B) | 45º | 0.06% | 0.56% | - |
| XYZ | 25.62 | 27.05 | 27.16 | - |
| YUV | 141.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 136 | 0 | 0.01 | 0.06 | 0.44 | 45 | 0.03 | 0.55 |
| Hex | 90 | 8E | 88 | 0 | 1 | 6 | 2C | 2D | 3 | 37 |
| Octal | 220 | 216 | 210 | 0 | 1 | 6 | 54 | 55 | 3 | 67 |
| Binary | 10010000 | 10001110 | 10001000 | 0 | 1 | 110 | 101100 | 101101 | 11 | 110111 |
Color Harmonies of #908E88
Complementary color
Monochromatic Colors of #908E88
Black with #908E88
Text Example
Text Example
White with #908E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E88; }
p { color: rgb(144,142,136); }
H1.HeaderClassName
{
color: #908E88;
}
.AnyTagClassName
{
color: #908E88;
}
</style>
background-color css
<style>
a { background-color: #908E88; }
a { background-color: rgb(144,142,136); }
div.DivClassName
{
background-color: #908E88;
}
.BgClassName
{
background-color: #908E88;
}
</style>
border-color css
<style>
span { border-color: #908E88; }
span { border-color: rgb(144,142,136); }
td.TdClassName
{
border-color: #908E88;
}
.TagClassName
{
border-color: #908E88;
}
</style>