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