Shades of Santas Grey #9390AD
Tints of Santas Grey #9390AD
RGB
CMYK
RGB Variations
Color information
#9390AD (or 0x9390AD) is known color: Santas Grey. HEX triplet: 93, 90 and AD. RGB value is (147,144,173). Sum of RGB (Red+Green+Blue) = 147+144+173=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 144 (56.64% from 255 or 31.03% 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 #9390AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9390AD is #6C6F52. Grayscale: #949494. Windows color (decimal): -7106387 or 11374739. OLE color: 11374739.
HSL color Cylindrical-coordinate representation of color #9390AD: hue angle of 246.21º 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 #9390AD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 144 | 173 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.32 |
| HSL | 246.21º | 0.15% | 0.62% | - |
| HSV(B) | 246.21º | 0.17% | 0.68% | - |
| XYZ | 29.55 | 29.17 | 43.61 | - |
| YUV | 148.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 173 | 0.15 | 0.17 | 0 | 0.32 | 246.21 | 0.15 | 0.62 |
| Hex | 93 | 90 | AD | F | 11 | 0 | 20 | F6 | F | 3E |
| Octal | 223 | 220 | 255 | 17 | 21 | 0 | 40 | 366 | 17 | 76 |
| Binary | 10010011 | 10010000 | 10101101 | 1111 | 10001 | 0 | 100000 | 11110110 | 1111 | 111110 |
Color Harmonies of #9390AD
Complementary color
Monochromatic Colors of #9390AD
Black with #9390AD
Text Example
Text Example
White with #9390AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9390AD; }
p { color: rgb(147,144,173); }
H1.HeaderClassName
{
color: #9390AD;
}
.AnyTagClassName
{
color: #9390AD;
}
</style>
background-color css
<style>
a { background-color: #9390AD; }
a { background-color: rgb(147,144,173); }
div.DivClassName
{
background-color: #9390AD;
}
.BgClassName
{
background-color: #9390AD;
}
</style>
border-color css
<style>
span { border-color: #9390AD; }
span { border-color: rgb(147,144,173); }
td.TdClassName
{
border-color: #9390AD;
}
.TagClassName
{
border-color: #9390AD;
}
</style>