Shades of Heathered Grey #989085
Tints of Heathered Grey #989085
RGB
CMYK
RGB Variations
Color information
#989085 (or 0x989085) is known color: Heathered Grey. HEX triplet: 98, 90 and 85. RGB value is (152,144,133). Sum of RGB (Red+Green+Blue) = 152+144+133=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 152 - color contains mainly: red. Hex color #989085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989085 is #676F7A. Grayscale: #919191. Windows color (decimal): -6778747 or 8753304. OLE color: 8753304.
HSL color Cylindrical-coordinate representation of color #989085: hue angle of 34.74º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #989085 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 133 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.40 |
| HSL | 34.74º | 0.08% | 0.56% | - |
| HSV(B) | 34.74º | 0.13% | 0.6% | - |
| XYZ | 27.16 | 28.32 | 26.22 | - |
| YUV | 145.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 133 | 0 | 0.05 | 0.13 | 0.40 | 34.74 | 0.08 | 0.56 |
| Hex | 98 | 90 | 85 | 0 | 5 | D | 28 | 23 | 8 | 38 |
| Octal | 230 | 220 | 205 | 0 | 5 | 15 | 50 | 43 | 10 | 70 |
| Binary | 10011000 | 10010000 | 10000101 | 0 | 101 | 1101 | 101000 | 100011 | 1000 | 111000 |
Color Harmonies of #989085
Complementary color
Monochromatic Colors of #989085
Black with #989085
Text Example
Text Example
White with #989085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989085; }
p { color: rgb(152,144,133); }
H1.HeaderClassName
{
color: #989085;
}
.AnyTagClassName
{
color: #989085;
}
</style>
background-color css
<style>
a { background-color: #989085; }
a { background-color: rgb(152,144,133); }
div.DivClassName
{
background-color: #989085;
}
.BgClassName
{
background-color: #989085;
}
</style>
border-color css
<style>
span { border-color: #989085; }
span { border-color: rgb(152,144,133); }
td.TdClassName
{
border-color: #989085;
}
.TagClassName
{
border-color: #989085;
}
</style>