Shades of Santas Grey #9091AE
Tints of Santas Grey #9091AE
RGB
CMYK
RGB Variations
Color information
#9091AE (or 0x9091AE) is known color: Santas Grey. HEX triplet: 90, 91 and AE. RGB value is (144,145,174). Sum of RGB (Red+Green+Blue) = 144+145+174=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #9091AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9091AE is #6F6E51. Grayscale: #939393. Windows color (decimal): -7302738 or 11440528. OLE color: 11440528.
HSL color Cylindrical-coordinate representation of color #9091AE: hue angle of 238º degrees, saturation: 0.16, 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 #9091AE is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 145 | 174 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.32 |
| HSL | 238º | 0.16% | 0.62% | - |
| HSV(B) | 238º | 0.17% | 0.68% | - |
| XYZ | 29.27 | 29.24 | 44.14 | - |
| YUV | 148.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 145 | 174 | 0.17 | 0.17 | 0 | 0.32 | 238 | 0.16 | 0.62 |
| Hex | 90 | 91 | AE | 11 | 11 | 0 | 20 | EE | 10 | 3E |
| Octal | 220 | 221 | 256 | 21 | 21 | 0 | 40 | 356 | 20 | 76 |
| Binary | 10010000 | 10010001 | 10101110 | 10001 | 10001 | 0 | 100000 | 11101110 | 10000 | 111110 |
Color Harmonies of #9091AE
Complementary color
Monochromatic Colors of #9091AE
Black with #9091AE
Text Example
Text Example
White with #9091AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9091AE; }
p { color: rgb(144,145,174); }
H1.HeaderClassName
{
color: #9091AE;
}
.AnyTagClassName
{
color: #9091AE;
}
</style>
background-color css
<style>
a { background-color: #9091AE; }
a { background-color: rgb(144,145,174); }
div.DivClassName
{
background-color: #9091AE;
}
.BgClassName
{
background-color: #9091AE;
}
</style>
border-color css
<style>
span { border-color: #9091AE; }
span { border-color: rgb(144,145,174); }
td.TdClassName
{
border-color: #9091AE;
}
.TagClassName
{
border-color: #9091AE;
}
</style>