Shades of Santas Grey #9894AB
Tints of Santas Grey #9894AB
RGB
CMYK
RGB Variations
Color information
#9894AB (or 0x9894AB) is known color: Santas Grey. HEX triplet: 98, 94 and AB. RGB value is (152,148,171). Sum of RGB (Red+Green+Blue) = 152+148+171=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #9894AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9894AB is #676B54. Grayscale: #979797. Windows color (decimal): -6777685 or 11244696. OLE color: 11244696.
HSL color Cylindrical-coordinate representation of color #9894AB: hue angle of 250.43º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9894AB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 148 | 171 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.33 |
| HSL | 250.43º | 0.12% | 0.63% | - |
| HSV(B) | 250.43º | 0.13% | 0.67% | - |
| XYZ | 30.89 | 30.8 | 42.84 | - |
| YUV | 151.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 171 | 0.11 | 0.13 | 0 | 0.33 | 250.43 | 0.12 | 0.63 |
| Hex | 98 | 94 | AB | B | D | 0 | 21 | FA | C | 3F |
| Octal | 230 | 224 | 253 | 13 | 15 | 0 | 41 | 372 | 14 | 77 |
| Binary | 10011000 | 10010100 | 10101011 | 1011 | 1101 | 0 | 100001 | 11111010 | 1100 | 111111 |
Color Harmonies of #9894AB
Complementary color
Monochromatic Colors of #9894AB
Black with #9894AB
Text Example
Text Example
White with #9894AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9894AB; }
p { color: rgb(152,148,171); }
H1.HeaderClassName
{
color: #9894AB;
}
.AnyTagClassName
{
color: #9894AB;
}
</style>
background-color css
<style>
a { background-color: #9894AB; }
a { background-color: rgb(152,148,171); }
div.DivClassName
{
background-color: #9894AB;
}
.BgClassName
{
background-color: #9894AB;
}
</style>
border-color css
<style>
span { border-color: #9894AB; }
span { border-color: rgb(152,148,171); }
td.TdClassName
{
border-color: #9894AB;
}
.TagClassName
{
border-color: #9894AB;
}
</style>