Shades of Santas Grey #918CB5
Tints of Santas Grey #918CB5
RGB
CMYK
RGB Variations
Color information
#918CB5 (or 0x918CB5) is known color: Santas Grey. HEX triplet: 91, 8C and B5. RGB value is (145,140,181). Sum of RGB (Red+Green+Blue) = 145+140+181=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 181 - color contains mainly: blue. Hex color #918CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CB5 is #6E734A. Grayscale: #929292. Windows color (decimal): -7238475 or 11898001. OLE color: 11898001.
HSL color Cylindrical-coordinate representation of color #918CB5: hue angle of 247.32º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #918CB5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 140 | 181 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.29 |
| HSL | 247.32º | 0.22% | 0.63% | - |
| HSV(B) | 247.32º | 0.23% | 0.71% | - |
| XYZ | 29.4 | 28.11 | 47.59 | - |
| YUV | 146.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 181 | 0.20 | 0.23 | 0 | 0.29 | 247.32 | 0.22 | 0.63 |
| Hex | 91 | 8C | B5 | 14 | 17 | 0 | 1D | F7 | 16 | 3F |
| Octal | 221 | 214 | 265 | 24 | 27 | 0 | 35 | 367 | 26 | 77 |
| Binary | 10010001 | 10001100 | 10110101 | 10100 | 10111 | 0 | 11101 | 11110111 | 10110 | 111111 |
Color Harmonies of #918CB5
Complementary color
Monochromatic Colors of #918CB5
Black with #918CB5
Text Example
Text Example
White with #918CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918CB5; }
p { color: rgb(145,140,181); }
H1.HeaderClassName
{
color: #918CB5;
}
.AnyTagClassName
{
color: #918CB5;
}
</style>
background-color css
<style>
a { background-color: #918CB5; }
a { background-color: rgb(145,140,181); }
div.DivClassName
{
background-color: #918CB5;
}
.BgClassName
{
background-color: #918CB5;
}
</style>
border-color css
<style>
span { border-color: #918CB5; }
span { border-color: rgb(145,140,181); }
td.TdClassName
{
border-color: #918CB5;
}
.TagClassName
{
border-color: #918CB5;
}
</style>