Shades of Santas Grey #9090A9
Tints of Santas Grey #9090A9
RGB
CMYK
RGB Variations
Color information
#9090A9 (or 0x9090A9) is known color: Santas Grey. HEX triplet: 90, 90 and A9. RGB value is (144,144,169). Sum of RGB (Red+Green+Blue) = 144+144+169=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 169 - color contains mainly: blue. Hex color #9090A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9090A9 is #6F6F56. Grayscale: #929292. Windows color (decimal): -7302999 or 11112592. OLE color: 11112592.
HSL color Cylindrical-coordinate representation of color #9090A9: hue angle of 240º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9090A9 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 144 | 169 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.34 |
| HSL | 240º | 0.13% | 0.61% | - |
| HSV(B) | 240º | 0.15% | 0.66% | - |
| XYZ | 28.64 | 28.74 | 41.57 | - |
| YUV | 146.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 169 | 0.15 | 0.15 | 0 | 0.34 | 240 | 0.13 | 0.61 |
| Hex | 90 | 90 | A9 | F | F | 0 | 22 | F0 | D | 3D |
| Octal | 220 | 220 | 251 | 17 | 17 | 0 | 42 | 360 | 15 | 75 |
| Binary | 10010000 | 10010000 | 10101001 | 1111 | 1111 | 0 | 100010 | 11110000 | 1101 | 111101 |
Color Harmonies of #9090A9
Complementary color
Monochromatic Colors of #9090A9
Black with #9090A9
Text Example
Text Example
White with #9090A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090A9; }
p { color: rgb(144,144,169); }
H1.HeaderClassName
{
color: #9090A9;
}
.AnyTagClassName
{
color: #9090A9;
}
</style>
background-color css
<style>
a { background-color: #9090A9; }
a { background-color: rgb(144,144,169); }
div.DivClassName
{
background-color: #9090A9;
}
.BgClassName
{
background-color: #9090A9;
}
</style>
border-color css
<style>
span { border-color: #9090A9; }
span { border-color: rgb(144,144,169); }
td.TdClassName
{
border-color: #9090A9;
}
.TagClassName
{
border-color: #9090A9;
}
</style>