Shades of Santas Grey #9192AD
Tints of Santas Grey #9192AD
RGB
CMYK
RGB Variations
Color information
#9192AD (or 0x9192AD) is known color: Santas Grey. HEX triplet: 91, 92 and AD. RGB value is (145,146,173). Sum of RGB (Red+Green+Blue) = 145+146+173=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #9192AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9192AD is #6E6D52. Grayscale: #949494. Windows color (decimal): -7236947 or 11375249. OLE color: 11375249.
HSL color Cylindrical-coordinate representation of color #9192AD: hue angle of 237.86º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9192AD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 146 | 173 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.32 |
| HSL | 237.86º | 0.15% | 0.62% | - |
| HSV(B) | 237.86º | 0.16% | 0.68% | - |
| XYZ | 29.5 | 29.59 | 43.69 | - |
| YUV | 148.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 173 | 0.16 | 0.16 | 0 | 0.32 | 237.86 | 0.15 | 0.62 |
| Hex | 91 | 92 | AD | 10 | 10 | 0 | 20 | EE | F | 3E |
| Octal | 221 | 222 | 255 | 20 | 20 | 0 | 40 | 356 | 17 | 76 |
| Binary | 10010001 | 10010010 | 10101101 | 10000 | 10000 | 0 | 100000 | 11101110 | 1111 | 111110 |
Color Harmonies of #9192AD
Complementary color
Monochromatic Colors of #9192AD
Black with #9192AD
Text Example
Text Example
White with #9192AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9192AD; }
p { color: rgb(145,146,173); }
H1.HeaderClassName
{
color: #9192AD;
}
.AnyTagClassName
{
color: #9192AD;
}
</style>
background-color css
<style>
a { background-color: #9192AD; }
a { background-color: rgb(145,146,173); }
div.DivClassName
{
background-color: #9192AD;
}
.BgClassName
{
background-color: #9192AD;
}
</style>
border-color css
<style>
span { border-color: #9192AD; }
span { border-color: rgb(145,146,173); }
td.TdClassName
{
border-color: #9192AD;
}
.TagClassName
{
border-color: #9192AD;
}
</style>