Shades of Santas Grey #9491B0
Tints of Santas Grey #9491B0
RGB
CMYK
RGB Variations
Color information
#9491B0 (or 0x9491B0) is known color: Santas Grey. HEX triplet: 94, 91 and B0. RGB value is (148,145,176). Sum of RGB (Red+Green+Blue) = 148+145+176=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #9491B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9491B0 is #6B6E4F. Grayscale: #959595. Windows color (decimal): -7040592 or 11571604. OLE color: 11571604.
HSL color Cylindrical-coordinate representation of color #9491B0: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9491B0 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 145 | 176 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.31 |
| HSL | 245.81º | 0.16% | 0.63% | - |
| HSV(B) | 245.81º | 0.18% | 0.69% | - |
| XYZ | 30.17 | 29.68 | 45.21 | - |
| YUV | 149.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 176 | 0.16 | 0.18 | 0 | 0.31 | 245.81 | 0.16 | 0.63 |
| Hex | 94 | 91 | B0 | 10 | 12 | 0 | 1F | F6 | 10 | 3F |
| Octal | 224 | 221 | 260 | 20 | 22 | 0 | 37 | 366 | 20 | 77 |
| Binary | 10010100 | 10010001 | 10110000 | 10000 | 10010 | 0 | 11111 | 11110110 | 10000 | 111111 |
Color Harmonies of #9491B0
Complementary color
Monochromatic Colors of #9491B0
Black with #9491B0
Text Example
Text Example
White with #9491B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9491B0; }
p { color: rgb(148,145,176); }
H1.HeaderClassName
{
color: #9491B0;
}
.AnyTagClassName
{
color: #9491B0;
}
</style>
background-color css
<style>
a { background-color: #9491B0; }
a { background-color: rgb(148,145,176); }
div.DivClassName
{
background-color: #9491B0;
}
.BgClassName
{
background-color: #9491B0;
}
</style>
border-color css
<style>
span { border-color: #9491B0; }
span { border-color: rgb(148,145,176); }
td.TdClassName
{
border-color: #9491B0;
}
.TagClassName
{
border-color: #9491B0;
}
</style>