Shades of Heathered Grey #908D89
Tints of Heathered Grey #908D89
RGB
CMYK
RGB Variations
Color information
#908D89 (or 0x908D89) is known color: Heathered Grey. HEX triplet: 90, 8D and 89. RGB value is (144,141,137). Sum of RGB (Red+Green+Blue) = 144+141+137=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 144 - color contains mainly: red. Hex color #908D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D89 is #6F7276. Grayscale: #8D8D8D. Windows color (decimal): -7303799 or 9014672. OLE color: 9014672.
HSL color Cylindrical-coordinate representation of color #908D89: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #908D89 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 137 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.44 |
| HSL | 34.29º | 0.03% | 0.55% | - |
| HSV(B) | 34.29º | 0.05% | 0.56% | - |
| XYZ | 25.54 | 26.79 | 27.49 | - |
| YUV | 141.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 137 | 0 | 0.02 | 0.05 | 0.44 | 34.29 | 0.03 | 0.55 |
| Hex | 90 | 8D | 89 | 0 | 2 | 5 | 2C | 22 | 3 | 37 |
| Octal | 220 | 215 | 211 | 0 | 2 | 5 | 54 | 42 | 3 | 67 |
| Binary | 10010000 | 10001101 | 10001001 | 0 | 10 | 101 | 101100 | 100010 | 11 | 110111 |
Color Harmonies of #908D89
Complementary color
Monochromatic Colors of #908D89
Black with #908D89
Text Example
Text Example
White with #908D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D89; }
p { color: rgb(144,141,137); }
H1.HeaderClassName
{
color: #908D89;
}
.AnyTagClassName
{
color: #908D89;
}
</style>
background-color css
<style>
a { background-color: #908D89; }
a { background-color: rgb(144,141,137); }
div.DivClassName
{
background-color: #908D89;
}
.BgClassName
{
background-color: #908D89;
}
</style>
border-color css
<style>
span { border-color: #908D89; }
span { border-color: rgb(144,141,137); }
td.TdClassName
{
border-color: #908D89;
}
.TagClassName
{
border-color: #908D89;
}
</style>