Shades of Heathered Grey #989080
Tints of Heathered Grey #989080
RGB
CMYK
RGB Variations
Color information
#989080 (or 0x989080) is known color: Heathered Grey. HEX triplet: 98, 90 and 80. RGB value is (152,144,128). Sum of RGB (Red+Green+Blue) = 152+144+128=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #989080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989080 is #676F7F. Grayscale: #909090. Windows color (decimal): -6778752 or 8425624. OLE color: 8425624.
HSL color Cylindrical-coordinate representation of color #989080: hue angle of 40º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #989080 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 128 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.40 |
| HSL | 40º | 0.1% | 0.55% | - |
| HSV(B) | 40º | 0.16% | 0.6% | - |
| XYZ | 26.82 | 28.18 | 24.45 | - |
| YUV | 144.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 128 | 0 | 0.05 | 0.16 | 0.40 | 40 | 0.1 | 0.55 |
| Hex | 98 | 90 | 80 | 0 | 5 | 10 | 28 | 28 | A | 37 |
| Octal | 230 | 220 | 200 | 0 | 5 | 20 | 50 | 50 | 12 | 67 |
| Binary | 10011000 | 10010000 | 10000000 | 0 | 101 | 10000 | 101000 | 101000 | 1010 | 110111 |
Color Harmonies of #989080
Complementary color
Monochromatic Colors of #989080
Black with #989080
Text Example
Text Example
White with #989080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989080; }
p { color: rgb(152,144,128); }
H1.HeaderClassName
{
color: #989080;
}
.AnyTagClassName
{
color: #989080;
}
</style>
background-color css
<style>
a { background-color: #989080; }
a { background-color: rgb(152,144,128); }
div.DivClassName
{
background-color: #989080;
}
.BgClassName
{
background-color: #989080;
}
</style>
border-color css
<style>
span { border-color: #989080; }
span { border-color: rgb(152,144,128); }
td.TdClassName
{
border-color: #989080;
}
.TagClassName
{
border-color: #989080;
}
</style>