Shades of Santas Grey #9B99A6
Tints of Santas Grey #9B99A6
RGB
CMYK
RGB Variations
Color information
#9B99A6 (or 0x9B99A6) is known color: Santas Grey. HEX triplet: 9B, 99 and A6. RGB value is (155,153,166). Sum of RGB (Red+Green+Blue) = 155+153+166=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 166 - color contains mainly: blue. Hex color #9B99A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B99A6 is #646659. Grayscale: #9B9B9B. Windows color (decimal): -6579802 or 10918299. OLE color: 10918299.
HSL color Cylindrical-coordinate representation of color #9B99A6: hue angle of 249.23º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B99A6 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 153 | 166 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.35 |
| HSL | 249.23º | 0.07% | 0.63% | - |
| HSV(B) | 249.23º | 0.08% | 0.65% | - |
| XYZ | 31.79 | 32.5 | 40.67 | - |
| YUV | 155.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 166 | 0.07 | 0.08 | 0 | 0.35 | 249.23 | 0.07 | 0.63 |
| Hex | 9B | 99 | A6 | 7 | 8 | 0 | 23 | F9 | 7 | 3F |
| Octal | 233 | 231 | 246 | 7 | 10 | 0 | 43 | 371 | 7 | 77 |
| Binary | 10011011 | 10011001 | 10100110 | 111 | 1000 | 0 | 100011 | 11111001 | 111 | 111111 |
Color Harmonies of #9B99A6
Complementary color
Monochromatic Colors of #9B99A6
Black with #9B99A6
Text Example
Text Example
White with #9B99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99A6; }
p { color: rgb(155,153,166); }
H1.HeaderClassName
{
color: #9B99A6;
}
.AnyTagClassName
{
color: #9B99A6;
}
</style>
background-color css
<style>
a { background-color: #9B99A6; }
a { background-color: rgb(155,153,166); }
div.DivClassName
{
background-color: #9B99A6;
}
.BgClassName
{
background-color: #9B99A6;
}
</style>
border-color css
<style>
span { border-color: #9B99A6; }
span { border-color: rgb(155,153,166); }
td.TdClassName
{
border-color: #9B99A6;
}
.TagClassName
{
border-color: #9B99A6;
}
</style>