Shades of Santas Grey #9996B0
Tints of Santas Grey #9996B0
RGB
CMYK
RGB Variations
Color information
#9996B0 (or 0x9996B0) is known color: Santas Grey. HEX triplet: 99, 96 and B0. RGB value is (153,150,176). Sum of RGB (Red+Green+Blue) = 153+150+176=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 176 - color contains mainly: blue. Hex color #9996B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9996B0 is #66694F. Grayscale: #999999. Windows color (decimal): -6711632 or 11572889. OLE color: 11572889.
HSL color Cylindrical-coordinate representation of color #9996B0: hue angle of 246.92º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9996B0 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 150 | 176 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.31 |
| HSL | 246.92º | 0.14% | 0.64% | - |
| HSV(B) | 246.92º | 0.15% | 0.69% | - |
| XYZ | 31.88 | 31.72 | 45.52 | - |
| YUV | 153.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 176 | 0.13 | 0.15 | 0 | 0.31 | 246.92 | 0.14 | 0.64 |
| Hex | 99 | 96 | B0 | D | F | 0 | 1F | F7 | E | 40 |
| Octal | 231 | 226 | 260 | 15 | 17 | 0 | 37 | 367 | 16 | 100 |
| Binary | 10011001 | 10010110 | 10110000 | 1101 | 1111 | 0 | 11111 | 11110111 | 1110 | 1000000 |
Color Harmonies of #9996B0
Complementary color
Monochromatic Colors of #9996B0
Black with #9996B0
Text Example
Text Example
White with #9996B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996B0; }
p { color: rgb(153,150,176); }
H1.HeaderClassName
{
color: #9996B0;
}
.AnyTagClassName
{
color: #9996B0;
}
</style>
background-color css
<style>
a { background-color: #9996B0; }
a { background-color: rgb(153,150,176); }
div.DivClassName
{
background-color: #9996B0;
}
.BgClassName
{
background-color: #9996B0;
}
</style>
border-color css
<style>
span { border-color: #9996B0; }
span { border-color: rgb(153,150,176); }
td.TdClassName
{
border-color: #9996B0;
}
.TagClassName
{
border-color: #9996B0;
}
</style>