Shades of Santas Grey #9B9AA2
Tints of Santas Grey #9B9AA2
RGB
CMYK
RGB Variations
Color information
#9B9AA2 (or 0x9B9AA2) is known color: Santas Grey. HEX triplet: 9B, 9A and A2. RGB value is (155,154,162). Sum of RGB (Red+Green+Blue) = 155+154+162=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 162 - color contains mainly: blue. Hex color #9B9AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9AA2 is #64655D. Grayscale: #9B9B9B. Windows color (decimal): -6579550 or 10656411. OLE color: 10656411.
HSL color Cylindrical-coordinate representation of color #9B9AA2: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B9AA2 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 155 | 154 | 162 | - |
CMYK | 0.04 | 0.05 | 0 | 0.36 |
HSL | 247.5º | 0.04% | 0.62% | - |
HSV(B) | 247.5º | 0.05% | 0.64% | - |
XYZ | 31.59 | 32.69 | 38.83 | - |
YUV | 155.21 | 131.83 | 127.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 154 | 162 | 0.04 | 0.05 | 0 | 0.36 | 247.5 | 0.04 | 0.62 |
Hex | 9B | 9A | A2 | 4 | 5 | 0 | 24 | F8 | 4 | 3E |
Octal | 233 | 232 | 242 | 4 | 5 | 0 | 44 | 370 | 4 | 76 |
Binary | 10011011 | 10011010 | 10100010 | 100 | 101 | 0 | 100100 | 11111000 | 100 | 111110 |
Color Harmonies of #9B9AA2
Complementary color
Monochromatic Colors of #9B9AA2
Black with #9B9AA2
Text Example
Text Example
White with #9B9AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9AA2; }
p { color: rgb(155,154,162); }
H1.HeaderClassName
{
color: #9B9AA2;
}
.AnyTagClassName
{
color: #9B9AA2;
}
</style>
background-color css
<style>
a { background-color: #9B9AA2; }
a { background-color: rgb(155,154,162); }
div.DivClassName
{
background-color: #9B9AA2;
}
.BgClassName
{
background-color: #9B9AA2;
}
</style>
border-color css
<style>
span { border-color: #9B9AA2; }
span { border-color: rgb(155,154,162); }
td.TdClassName
{
border-color: #9B9AA2;
}
.TagClassName
{
border-color: #9B9AA2;
}
</style>