Shades of Heathered Grey #989281
Tints of Heathered Grey #989281
RGB
CMYK
RGB Variations
Color information
#989281 (or 0x989281) is known color: Heathered Grey. HEX triplet: 98, 92 and 81. RGB value is (152,146,129). Sum of RGB (Red+Green+Blue) = 152+146+129=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #989281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989281 is #676D7E. Grayscale: #919191. Windows color (decimal): -6778239 or 8491672. OLE color: 8491672.
HSL color Cylindrical-coordinate representation of color #989281: hue angle of 44.35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #989281 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 129 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.40 |
| HSL | 44.35º | 0.1% | 0.55% | - |
| HSV(B) | 44.35º | 0.15% | 0.6% | - |
| XYZ | 27.19 | 28.82 | 24.9 | - |
| YUV | 145.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 129 | 0 | 0.04 | 0.15 | 0.40 | 44.35 | 0.1 | 0.55 |
| Hex | 98 | 92 | 81 | 0 | 4 | F | 28 | 2C | A | 37 |
| Octal | 230 | 222 | 201 | 0 | 4 | 17 | 50 | 54 | 12 | 67 |
| Binary | 10011000 | 10010010 | 10000001 | 0 | 100 | 1111 | 101000 | 101100 | 1010 | 110111 |
Color Harmonies of #989281
Complementary color
Monochromatic Colors of #989281
Black with #989281
Text Example
Text Example
White with #989281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989281; }
p { color: rgb(152,146,129); }
H1.HeaderClassName
{
color: #989281;
}
.AnyTagClassName
{
color: #989281;
}
</style>
background-color css
<style>
a { background-color: #989281; }
a { background-color: rgb(152,146,129); }
div.DivClassName
{
background-color: #989281;
}
.BgClassName
{
background-color: #989281;
}
</style>
border-color css
<style>
span { border-color: #989281; }
span { border-color: rgb(152,146,129); }
td.TdClassName
{
border-color: #989281;
}
.TagClassName
{
border-color: #989281;
}
</style>