Shades of Santas Grey #9F9FA2
Tints of Santas Grey #9F9FA2
RGB
CMYK
RGB Variations
Color information
#9F9FA2 (or 0x9F9FA2) is known color: Santas Grey. HEX triplet: 9F, 9F and A2. RGB value is (159,159,162). Sum of RGB (Red+Green+Blue) = 159+159+162=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 162 - color contains mainly: blue. Hex color #9F9FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9FA2 is #60605D. Grayscale: #9F9F9F. Windows color (decimal): -6316126 or 10657695. OLE color: 10657695.
HSL color Cylindrical-coordinate representation of color #9F9FA2: hue angle of 240º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9F9FA2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 159 | 159 | 162 | - |
CMYK | 0.02 | 0.02 | 0 | 0.36 |
HSL | 240º | 0.02% | 0.63% | - |
HSV(B) | 240º | 0.02% | 0.64% | - |
XYZ | 33.22 | 34.78 | 39.14 | - |
YUV | 159.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 162 | 0.02 | 0.02 | 0 | 0.36 | 240 | 0.02 | 0.63 |
Hex | 9F | 9F | A2 | 2 | 2 | 0 | 24 | F0 | 2 | 3F |
Octal | 237 | 237 | 242 | 2 | 2 | 0 | 44 | 360 | 2 | 77 |
Binary | 10011111 | 10011111 | 10100010 | 10 | 10 | 0 | 100100 | 11110000 | 10 | 111111 |
Color Harmonies of #9F9FA2
Complementary color
Monochromatic Colors of #9F9FA2
Black with #9F9FA2
Text Example
Text Example
White with #9F9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FA2; }
p { color: rgb(159,159,162); }
H1.HeaderClassName
{
color: #9F9FA2;
}
.AnyTagClassName
{
color: #9F9FA2;
}
</style>
background-color css
<style>
a { background-color: #9F9FA2; }
a { background-color: rgb(159,159,162); }
div.DivClassName
{
background-color: #9F9FA2;
}
.BgClassName
{
background-color: #9F9FA2;
}
</style>
border-color css
<style>
span { border-color: #9F9FA2; }
span { border-color: rgb(159,159,162); }
td.TdClassName
{
border-color: #9F9FA2;
}
.TagClassName
{
border-color: #9F9FA2;
}
</style>