Shades of Santas Grey #9090AD
Tints of Santas Grey #9090AD
RGB
CMYK
RGB Variations
Color information
#9090AD (or 0x9090AD) is known color: Santas Grey. HEX triplet: 90, 90 and AD. RGB value is (144,144,173). Sum of RGB (Red+Green+Blue) = 144+144+173=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #9090AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9090AD is #6F6F52. Grayscale: #939393. Windows color (decimal): -7302995 or 11374736. OLE color: 11374736.
HSL color Cylindrical-coordinate representation of color #9090AD: hue angle of 240º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9090AD is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 144 | 173 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.32 |
| HSL | 240º | 0.15% | 0.62% | - |
| HSV(B) | 240º | 0.17% | 0.68% | - |
| XYZ | 29.02 | 28.89 | 43.58 | - |
| YUV | 147.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 173 | 0.17 | 0.17 | 0 | 0.32 | 240 | 0.15 | 0.62 |
| Hex | 90 | 90 | AD | 11 | 11 | 0 | 20 | F0 | F | 3E |
| Octal | 220 | 220 | 255 | 21 | 21 | 0 | 40 | 360 | 17 | 76 |
| Binary | 10010000 | 10010000 | 10101101 | 10001 | 10001 | 0 | 100000 | 11110000 | 1111 | 111110 |
Color Harmonies of #9090AD
Complementary color
Monochromatic Colors of #9090AD
Black with #9090AD
Text Example
Text Example
White with #9090AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9090AD; }
p { color: rgb(144,144,173); }
H1.HeaderClassName
{
color: #9090AD;
}
.AnyTagClassName
{
color: #9090AD;
}
</style>
background-color css
<style>
a { background-color: #9090AD; }
a { background-color: rgb(144,144,173); }
div.DivClassName
{
background-color: #9090AD;
}
.BgClassName
{
background-color: #9090AD;
}
</style>
border-color css
<style>
span { border-color: #9090AD; }
span { border-color: rgb(144,144,173); }
td.TdClassName
{
border-color: #9090AD;
}
.TagClassName
{
border-color: #9090AD;
}
</style>