Shades of Santas Grey #938DB4
Tints of Santas Grey #938DB4
RGB
CMYK
RGB Variations
Color information
#938DB4 (or 0x938DB4) is known color: Santas Grey. HEX triplet: 93, 8D and B4. RGB value is (147,141,180). Sum of RGB (Red+Green+Blue) = 147+141+180=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #938DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DB4 is #6C724B. Grayscale: #939393. Windows color (decimal): -7107148 or 11832723. OLE color: 11832723.
HSL color Cylindrical-coordinate representation of color #938DB4: hue angle of 249.23º 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 #938DB4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 141 | 180 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.29 |
| HSL | 249.23º | 0.21% | 0.63% | - |
| HSV(B) | 249.23º | 0.22% | 0.71% | - |
| XYZ | 29.8 | 28.55 | 47.12 | - |
| YUV | 147.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 180 | 0.18 | 0.22 | 0 | 0.29 | 249.23 | 0.21 | 0.63 |
| Hex | 93 | 8D | B4 | 12 | 16 | 0 | 1D | F9 | 15 | 3F |
| Octal | 223 | 215 | 264 | 22 | 26 | 0 | 35 | 371 | 25 | 77 |
| Binary | 10010011 | 10001101 | 10110100 | 10010 | 10110 | 0 | 11101 | 11111001 | 10101 | 111111 |
Color Harmonies of #938DB4
Complementary color
Monochromatic Colors of #938DB4
Black with #938DB4
Text Example
Text Example
White with #938DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DB4; }
p { color: rgb(147,141,180); }
H1.HeaderClassName
{
color: #938DB4;
}
.AnyTagClassName
{
color: #938DB4;
}
</style>
background-color css
<style>
a { background-color: #938DB4; }
a { background-color: rgb(147,141,180); }
div.DivClassName
{
background-color: #938DB4;
}
.BgClassName
{
background-color: #938DB4;
}
</style>
border-color css
<style>
span { border-color: #938DB4; }
span { border-color: rgb(147,141,180); }
td.TdClassName
{
border-color: #938DB4;
}
.TagClassName
{
border-color: #938DB4;
}
</style>