Shades of Santas Grey #989AAA
Tints of Santas Grey #989AAA
RGB
CMYK
RGB Variations
Color information
#989AAA (or 0x989AAA) is known color: Santas Grey. HEX triplet: 98, 9A and AA. RGB value is (152,154,170). Sum of RGB (Red+Green+Blue) = 152+154+170=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 154 (60.55% from 255 or 32.35% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #989AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989AAA is #676555. Grayscale: #9B9B9B. Windows color (decimal): -6776150 or 11180696. OLE color: 11180696.
HSL color Cylindrical-coordinate representation of color #989AAA: hue angle of 233.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989AAA is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 154 | 170 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.33 |
| HSL | 233.33º | 0.1% | 0.63% | - |
| HSV(B) | 233.33º | 0.11% | 0.67% | - |
| XYZ | 31.76 | 32.69 | 42.67 | - |
| YUV | 155.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 170 | 0.11 | 0.09 | 0 | 0.33 | 233.33 | 0.1 | 0.63 |
| Hex | 98 | 9A | AA | B | 9 | 0 | 21 | E9 | A | 3F |
| Octal | 230 | 232 | 252 | 13 | 11 | 0 | 41 | 351 | 12 | 77 |
| Binary | 10011000 | 10011010 | 10101010 | 1011 | 1001 | 0 | 100001 | 11101001 | 1010 | 111111 |
Color Harmonies of #989AAA
Complementary color
Monochromatic Colors of #989AAA
Black with #989AAA
Text Example
Text Example
White with #989AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989AAA; }
p { color: rgb(152,154,170); }
H1.HeaderClassName
{
color: #989AAA;
}
.AnyTagClassName
{
color: #989AAA;
}
</style>
background-color css
<style>
a { background-color: #989AAA; }
a { background-color: rgb(152,154,170); }
div.DivClassName
{
background-color: #989AAA;
}
.BgClassName
{
background-color: #989AAA;
}
</style>
border-color css
<style>
span { border-color: #989AAA; }
span { border-color: rgb(152,154,170); }
td.TdClassName
{
border-color: #989AAA;
}
.TagClassName
{
border-color: #989AAA;
}
</style>