Shades of Santas Grey #9896AD
Tints of Santas Grey #9896AD
RGB
CMYK
RGB Variations
Color information
#9896AD (or 0x9896AD) is known color: Santas Grey. HEX triplet: 98, 96 and AD. RGB value is (152,150,173). Sum of RGB (Red+Green+Blue) = 152+150+173=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #9896AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9896AD is #676952. Grayscale: #999999. Windows color (decimal): -6777171 or 11376280. OLE color: 11376280.
HSL color Cylindrical-coordinate representation of color #9896AD: hue angle of 245.22º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9896AD is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 150 | 173 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.32 |
| HSL | 245.22º | 0.12% | 0.63% | - |
| HSV(B) | 245.22º | 0.13% | 0.68% | - |
| XYZ | 31.4 | 31.51 | 43.96 | - |
| YUV | 153.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 173 | 0.12 | 0.13 | 0 | 0.32 | 245.22 | 0.12 | 0.63 |
| Hex | 98 | 96 | AD | C | D | 0 | 20 | F5 | C | 3F |
| Octal | 230 | 226 | 255 | 14 | 15 | 0 | 40 | 365 | 14 | 77 |
| Binary | 10011000 | 10010110 | 10101101 | 1100 | 1101 | 0 | 100000 | 11110101 | 1100 | 111111 |
Color Harmonies of #9896AD
Complementary color
Monochromatic Colors of #9896AD
Black with #9896AD
Text Example
Text Example
White with #9896AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9896AD; }
p { color: rgb(152,150,173); }
H1.HeaderClassName
{
color: #9896AD;
}
.AnyTagClassName
{
color: #9896AD;
}
</style>
background-color css
<style>
a { background-color: #9896AD; }
a { background-color: rgb(152,150,173); }
div.DivClassName
{
background-color: #9896AD;
}
.BgClassName
{
background-color: #9896AD;
}
</style>
border-color css
<style>
span { border-color: #9896AD; }
span { border-color: rgb(152,150,173); }
td.TdClassName
{
border-color: #9896AD;
}
.TagClassName
{
border-color: #9896AD;
}
</style>