Shades of Santas Grey #948DB5
Tints of Santas Grey #948DB5
RGB
CMYK
RGB Variations
Color information
#948DB5 (or 0x948DB5) is known color: Santas Grey. HEX triplet: 94, 8D and B5. RGB value is (148,141,181). Sum of RGB (Red+Green+Blue) = 148+141+181=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #948DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DB5 is #6B724A. Grayscale: #939393. Windows color (decimal): -7041611 or 11898260. OLE color: 11898260.
HSL color Cylindrical-coordinate representation of color #948DB5: hue angle of 250.5º 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 #948DB5 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 141 | 181 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.29 |
| HSL | 250.5º | 0.21% | 0.63% | - |
| HSV(B) | 250.5º | 0.22% | 0.71% | - |
| XYZ | 30.08 | 28.68 | 47.67 | - |
| YUV | 147.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 181 | 0.18 | 0.22 | 0 | 0.29 | 250.5 | 0.21 | 0.63 |
| Hex | 94 | 8D | B5 | 12 | 16 | 0 | 1D | FB | 15 | 3F |
| Octal | 224 | 215 | 265 | 22 | 26 | 0 | 35 | 373 | 25 | 77 |
| Binary | 10010100 | 10001101 | 10110101 | 10010 | 10110 | 0 | 11101 | 11111011 | 10101 | 111111 |
Color Harmonies of #948DB5
Complementary color
Monochromatic Colors of #948DB5
Black with #948DB5
Text Example
Text Example
White with #948DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948DB5; }
p { color: rgb(148,141,181); }
H1.HeaderClassName
{
color: #948DB5;
}
.AnyTagClassName
{
color: #948DB5;
}
</style>
background-color css
<style>
a { background-color: #948DB5; }
a { background-color: rgb(148,141,181); }
div.DivClassName
{
background-color: #948DB5;
}
.BgClassName
{
background-color: #948DB5;
}
</style>
border-color css
<style>
span { border-color: #948DB5; }
span { border-color: rgb(148,141,181); }
td.TdClassName
{
border-color: #948DB5;
}
.TagClassName
{
border-color: #948DB5;
}
</style>