Shades of Santas Grey #948DB4
Tints of Santas Grey #948DB4
RGB
CMYK
RGB Variations
Color information
#948DB4 (or 0x948DB4) is known color: Santas Grey. HEX triplet: 94, 8D and B4. RGB value is (148,141,180). Sum of RGB (Red+Green+Blue) = 148+141+180=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #948DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DB4 is #6B724B. Grayscale: #939393. Windows color (decimal): -7041612 or 11832724. OLE color: 11832724.
HSL color Cylindrical-coordinate representation of color #948DB4: hue angle of 250.77º 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 #948DB4 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 141 | 180 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.29 |
| HSL | 250.77º | 0.21% | 0.63% | - |
| HSV(B) | 250.77º | 0.22% | 0.71% | - |
| XYZ | 29.98 | 28.64 | 47.13 | - |
| YUV | 147.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 180 | 0.18 | 0.22 | 0 | 0.29 | 250.77 | 0.21 | 0.63 |
| Hex | 94 | 8D | B4 | 12 | 16 | 0 | 1D | FB | 15 | 3F |
| Octal | 224 | 215 | 264 | 22 | 26 | 0 | 35 | 373 | 25 | 77 |
| Binary | 10010100 | 10001101 | 10110100 | 10010 | 10110 | 0 | 11101 | 11111011 | 10101 | 111111 |
Color Harmonies of #948DB4
Complementary color
Monochromatic Colors of #948DB4
Black with #948DB4
Text Example
Text Example
White with #948DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DB4; }
p { color: rgb(148,141,180); }
H1.HeaderClassName
{
color: #948DB4;
}
.AnyTagClassName
{
color: #948DB4;
}
</style>
background-color css
<style>
a { background-color: #948DB4; }
a { background-color: rgb(148,141,180); }
div.DivClassName
{
background-color: #948DB4;
}
.BgClassName
{
background-color: #948DB4;
}
</style>
border-color css
<style>
span { border-color: #948DB4; }
span { border-color: rgb(148,141,180); }
td.TdClassName
{
border-color: #948DB4;
}
.TagClassName
{
border-color: #948DB4;
}
</style>