Shades of Santas Grey #9894A9
Tints of Santas Grey #9894A9
RGB
CMYK
RGB Variations
Color information
#9894A9 (or 0x9894A9) is known color: Santas Grey. HEX triplet: 98, 94 and A9. RGB value is (152,148,169). Sum of RGB (Red+Green+Blue) = 152+148+169=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #9894A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9894A9 is #676B56. Grayscale: #979797. Windows color (decimal): -6777687 or 11113624. OLE color: 11113624.
HSL color Cylindrical-coordinate representation of color #9894A9: hue angle of 251.43º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9894A9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 148 | 169 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.34 |
| HSL | 251.43º | 0.11% | 0.62% | - |
| HSV(B) | 251.43º | 0.12% | 0.66% | - |
| XYZ | 30.7 | 30.72 | 41.85 | - |
| YUV | 151.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 169 | 0.10 | 0.12 | 0 | 0.34 | 251.43 | 0.11 | 0.62 |
| Hex | 98 | 94 | A9 | A | C | 0 | 22 | FB | B | 3E |
| Octal | 230 | 224 | 251 | 12 | 14 | 0 | 42 | 373 | 13 | 76 |
| Binary | 10011000 | 10010100 | 10101001 | 1010 | 1100 | 0 | 100010 | 11111011 | 1011 | 111110 |
Color Harmonies of #9894A9
Complementary color
Monochromatic Colors of #9894A9
Black with #9894A9
Text Example
Text Example
White with #9894A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9894A9; }
p { color: rgb(152,148,169); }
H1.HeaderClassName
{
color: #9894A9;
}
.AnyTagClassName
{
color: #9894A9;
}
</style>
background-color css
<style>
a { background-color: #9894A9; }
a { background-color: rgb(152,148,169); }
div.DivClassName
{
background-color: #9894A9;
}
.BgClassName
{
background-color: #9894A9;
}
</style>
border-color css
<style>
span { border-color: #9894A9; }
span { border-color: rgb(152,148,169); }
td.TdClassName
{
border-color: #9894A9;
}
.TagClassName
{
border-color: #9894A9;
}
</style>