Shades of Santas Grey #9C9BA2
Tints of Santas Grey #9C9BA2
RGB
CMYK
RGB Variations
Color information
#9C9BA2 (or 0x9C9BA2) is known color: Santas Grey. HEX triplet: 9C, 9B and A2. RGB value is (156,155,162). Sum of RGB (Red+Green+Blue) = 156+155+162=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C9BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9BA2 is #63645D. Grayscale: #9C9C9C. Windows color (decimal): -6513758 or 10656668. OLE color: 10656668.
HSL color Cylindrical-coordinate representation of color #9C9BA2: hue angle of 248.57º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9C9BA2 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 156 | 155 | 162 | - |
CMYK | 0.04 | 0.04 | 0 | 0.36 |
HSL | 248.57º | 0.04% | 0.62% | - |
HSV(B) | 248.57º | 0.04% | 0.64% | - |
XYZ | 31.95 | 33.12 | 38.89 | - |
YUV | 156.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 155 | 162 | 0.04 | 0.04 | 0 | 0.36 | 248.57 | 0.04 | 0.62 |
Hex | 9C | 9B | A2 | 4 | 4 | 0 | 24 | F9 | 4 | 3E |
Octal | 234 | 233 | 242 | 4 | 4 | 0 | 44 | 371 | 4 | 76 |
Binary | 10011100 | 10011011 | 10100010 | 100 | 100 | 0 | 100100 | 11111001 | 100 | 111110 |
Color Harmonies of #9C9BA2
Complementary color
Monochromatic Colors of #9C9BA2
Black with #9C9BA2
Text Example
Text Example
White with #9C9BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BA2; }
p { color: rgb(156,155,162); }
H1.HeaderClassName
{
color: #9C9BA2;
}
.AnyTagClassName
{
color: #9C9BA2;
}
</style>
background-color css
<style>
a { background-color: #9C9BA2; }
a { background-color: rgb(156,155,162); }
div.DivClassName
{
background-color: #9C9BA2;
}
.BgClassName
{
background-color: #9C9BA2;
}
</style>
border-color css
<style>
span { border-color: #9C9BA2; }
span { border-color: rgb(156,155,162); }
td.TdClassName
{
border-color: #9C9BA2;
}
.TagClassName
{
border-color: #9C9BA2;
}
</style>