Shades of Santas Grey #9191AD
Tints of Santas Grey #9191AD
RGB
CMYK
RGB Variations
Color information
#9191AD (or 0x9191AD) is known color: Santas Grey. HEX triplet: 91, 91 and AD. RGB value is (145,145,173). Sum of RGB (Red+Green+Blue) = 145+145+173=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #9191AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9191AD is #6E6E52. Grayscale: #949494. Windows color (decimal): -7237203 or 11374993. OLE color: 11374993.
HSL color Cylindrical-coordinate representation of color #9191AD: 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.16%. Process color model (Four color, CMYK) of #9191AD is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 145 | 173 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.32 |
| HSL | 240º | 0.15% | 0.62% | - |
| HSV(B) | 240º | 0.16% | 0.68% | - |
| XYZ | 29.35 | 29.29 | 43.64 | - |
| YUV | 148.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 173 | 0.16 | 0.16 | 0 | 0.32 | 240 | 0.15 | 0.62 |
| Hex | 91 | 91 | AD | 10 | 10 | 0 | 20 | F0 | F | 3E |
| Octal | 221 | 221 | 255 | 20 | 20 | 0 | 40 | 360 | 17 | 76 |
| Binary | 10010001 | 10010001 | 10101101 | 10000 | 10000 | 0 | 100000 | 11110000 | 1111 | 111110 |
Color Harmonies of #9191AD
Complementary color
Monochromatic Colors of #9191AD
Black with #9191AD
Text Example
Text Example
White with #9191AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9191AD; }
p { color: rgb(145,145,173); }
H1.HeaderClassName
{
color: #9191AD;
}
.AnyTagClassName
{
color: #9191AD;
}
</style>
background-color css
<style>
a { background-color: #9191AD; }
a { background-color: rgb(145,145,173); }
div.DivClassName
{
background-color: #9191AD;
}
.BgClassName
{
background-color: #9191AD;
}
</style>
border-color css
<style>
span { border-color: #9191AD; }
span { border-color: rgb(145,145,173); }
td.TdClassName
{
border-color: #9191AD;
}
.TagClassName
{
border-color: #9191AD;
}
</style>