Shades of Heathered Grey #908A83
Tints of Heathered Grey #908A83
RGB
CMYK
RGB Variations
Color information
#908A83 (or 0x908A83) is known color: Heathered Grey. HEX triplet: 90, 8A and 83. RGB value is (144,138,131). Sum of RGB (Red+Green+Blue) = 144+138+131=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A83 is #6F757C. Grayscale: #8B8B8B. Windows color (decimal): -7304573 or 8620688. OLE color: 8620688.
HSL color Cylindrical-coordinate representation of color #908A83: hue angle of 32.31º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #908A83 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 131 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.44 |
| HSL | 32.31º | 0.06% | 0.54% | - |
| HSV(B) | 32.31º | 0.09% | 0.56% | - |
| XYZ | 24.69 | 25.74 | 25.14 | - |
| YUV | 139 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 131 | 0 | 0.04 | 0.09 | 0.44 | 32.31 | 0.06 | 0.54 |
| Hex | 90 | 8A | 83 | 0 | 4 | 9 | 2C | 20 | 6 | 36 |
| Octal | 220 | 212 | 203 | 0 | 4 | 11 | 54 | 40 | 6 | 66 |
| Binary | 10010000 | 10001010 | 10000011 | 0 | 100 | 1001 | 101100 | 100000 | 110 | 110110 |
Color Harmonies of #908A83
Complementary color
Monochromatic Colors of #908A83
Black with #908A83
Text Example
Text Example
White with #908A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A83; }
p { color: rgb(144,138,131); }
H1.HeaderClassName
{
color: #908A83;
}
.AnyTagClassName
{
color: #908A83;
}
</style>
background-color css
<style>
a { background-color: #908A83; }
a { background-color: rgb(144,138,131); }
div.DivClassName
{
background-color: #908A83;
}
.BgClassName
{
background-color: #908A83;
}
</style>
border-color css
<style>
span { border-color: #908A83; }
span { border-color: rgb(144,138,131); }
td.TdClassName
{
border-color: #908A83;
}
.TagClassName
{
border-color: #908A83;
}
</style>