Shades of Santas Grey #928CB5
Tints of Santas Grey #928CB5
RGB
CMYK
RGB Variations
Color information
#928CB5 (or 0x928CB5) is known color: Santas Grey. HEX triplet: 92, 8C and B5. RGB value is (146,140,181). Sum of RGB (Red+Green+Blue) = 146+140+181=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #928CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928CB5 is #6D734A. Grayscale: #929292. Windows color (decimal): -7172939 or 11898002. OLE color: 11898002.
HSL color Cylindrical-coordinate representation of color #928CB5: hue angle of 248.78º 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 #928CB5 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 140 | 181 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.29 |
| HSL | 248.78º | 0.22% | 0.63% | - |
| HSV(B) | 248.78º | 0.23% | 0.71% | - |
| XYZ | 29.57 | 28.2 | 47.6 | - |
| YUV | 146.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 181 | 0.19 | 0.23 | 0 | 0.29 | 248.78 | 0.22 | 0.63 |
| Hex | 92 | 8C | B5 | 13 | 17 | 0 | 1D | F9 | 16 | 3F |
| Octal | 222 | 214 | 265 | 23 | 27 | 0 | 35 | 371 | 26 | 77 |
| Binary | 10010010 | 10001100 | 10110101 | 10011 | 10111 | 0 | 11101 | 11111001 | 10110 | 111111 |
Color Harmonies of #928CB5
Complementary color
Monochromatic Colors of #928CB5
Black with #928CB5
Text Example
Text Example
White with #928CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928CB5; }
p { color: rgb(146,140,181); }
H1.HeaderClassName
{
color: #928CB5;
}
.AnyTagClassName
{
color: #928CB5;
}
</style>
background-color css
<style>
a { background-color: #928CB5; }
a { background-color: rgb(146,140,181); }
div.DivClassName
{
background-color: #928CB5;
}
.BgClassName
{
background-color: #928CB5;
}
</style>
border-color css
<style>
span { border-color: #928CB5; }
span { border-color: rgb(146,140,181); }
td.TdClassName
{
border-color: #928CB5;
}
.TagClassName
{
border-color: #928CB5;
}
</style>