Shades of Santas Grey #9590B2
Tints of Santas Grey #9590B2
RGB
CMYK
RGB Variations
Color information
#9590B2 (or 0x9590B2) is known color: Santas Grey. HEX triplet: 95, 90 and B2. RGB value is (149,144,178). Sum of RGB (Red+Green+Blue) = 149+144+178=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #9590B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9590B2 is #6A6F4D. Grayscale: #959595. Windows color (decimal): -6975310 or 11702421. OLE color: 11702421.
HSL color Cylindrical-coordinate representation of color #9590B2: hue angle of 248.82º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9590B2 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 144 | 178 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.30 |
| HSL | 248.82º | 0.18% | 0.63% | - |
| HSV(B) | 248.82º | 0.19% | 0.7% | - |
| XYZ | 30.4 | 29.55 | 46.22 | - |
| YUV | 149.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 178 | 0.16 | 0.19 | 0 | 0.30 | 248.82 | 0.18 | 0.63 |
| Hex | 95 | 90 | B2 | 10 | 13 | 0 | 1E | F9 | 12 | 3F |
| Octal | 225 | 220 | 262 | 20 | 23 | 0 | 36 | 371 | 22 | 77 |
| Binary | 10010101 | 10010000 | 10110010 | 10000 | 10011 | 0 | 11110 | 11111001 | 10010 | 111111 |
Color Harmonies of #9590B2
Complementary color
Monochromatic Colors of #9590B2
Black with #9590B2
Text Example
Text Example
White with #9590B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9590B2; }
p { color: rgb(149,144,178); }
H1.HeaderClassName
{
color: #9590B2;
}
.AnyTagClassName
{
color: #9590B2;
}
</style>
background-color css
<style>
a { background-color: #9590B2; }
a { background-color: rgb(149,144,178); }
div.DivClassName
{
background-color: #9590B2;
}
.BgClassName
{
background-color: #9590B2;
}
</style>
border-color css
<style>
span { border-color: #9590B2; }
span { border-color: rgb(149,144,178); }
td.TdClassName
{
border-color: #9590B2;
}
.TagClassName
{
border-color: #9590B2;
}
</style>