Shades of Santas Grey #938DB5
Tints of Santas Grey #938DB5
RGB
CMYK
RGB Variations
Color information
#938DB5 (or 0x938DB5) is known color: Santas Grey. HEX triplet: 93, 8D and B5. RGB value is (147,141,181). Sum of RGB (Red+Green+Blue) = 147+141+181=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #938DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DB5 is #6C724A. Grayscale: #939393. Windows color (decimal): -7107147 or 11898259. OLE color: 11898259.
HSL color Cylindrical-coordinate representation of color #938DB5: hue angle of 249º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #938DB5 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 141 | 181 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.29 |
| HSL | 249º | 0.21% | 0.63% | - |
| HSV(B) | 249º | 0.22% | 0.71% | - |
| XYZ | 29.9 | 28.59 | 47.66 | - |
| YUV | 147.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 181 | 0.19 | 0.22 | 0 | 0.29 | 249 | 0.21 | 0.63 |
| Hex | 93 | 8D | B5 | 13 | 16 | 0 | 1D | F9 | 15 | 3F |
| Octal | 223 | 215 | 265 | 23 | 26 | 0 | 35 | 371 | 25 | 77 |
| Binary | 10010011 | 10001101 | 10110101 | 10011 | 10110 | 0 | 11101 | 11111001 | 10101 | 111111 |
Color Harmonies of #938DB5
Complementary color
Monochromatic Colors of #938DB5
Black with #938DB5
Text Example
Text Example
White with #938DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DB5; }
p { color: rgb(147,141,181); }
H1.HeaderClassName
{
color: #938DB5;
}
.AnyTagClassName
{
color: #938DB5;
}
</style>
background-color css
<style>
a { background-color: #938DB5; }
a { background-color: rgb(147,141,181); }
div.DivClassName
{
background-color: #938DB5;
}
.BgClassName
{
background-color: #938DB5;
}
</style>
border-color css
<style>
span { border-color: #938DB5; }
span { border-color: rgb(147,141,181); }
td.TdClassName
{
border-color: #938DB5;
}
.TagClassName
{
border-color: #938DB5;
}
</style>