Shades of Santas Grey #948FB0
Tints of Santas Grey #948FB0
RGB
CMYK
RGB Variations
Color information
#948FB0 (or 0x948FB0) is known color: Santas Grey. HEX triplet: 94, 8F and B0. RGB value is (148,143,176). Sum of RGB (Red+Green+Blue) = 148+143+176=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 176 - color contains mainly: blue. Hex color #948FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948FB0 is #6B704F. Grayscale: #949494. Windows color (decimal): -7041104 or 11571092. OLE color: 11571092.
HSL color Cylindrical-coordinate representation of color #948FB0: hue angle of 249.09º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #948FB0 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 143 | 176 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.31 |
| HSL | 249.09º | 0.17% | 0.63% | - |
| HSV(B) | 249.09º | 0.19% | 0.69% | - |
| XYZ | 29.87 | 29.08 | 45.11 | - |
| YUV | 148.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 143 | 176 | 0.16 | 0.19 | 0 | 0.31 | 249.09 | 0.17 | 0.63 |
| Hex | 94 | 8F | B0 | 10 | 13 | 0 | 1F | F9 | 11 | 3F |
| Octal | 224 | 217 | 260 | 20 | 23 | 0 | 37 | 371 | 21 | 77 |
| Binary | 10010100 | 10001111 | 10110000 | 10000 | 10011 | 0 | 11111 | 11111001 | 10001 | 111111 |
Color Harmonies of #948FB0
Complementary color
Monochromatic Colors of #948FB0
Black with #948FB0
Text Example
Text Example
White with #948FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948FB0; }
p { color: rgb(148,143,176); }
H1.HeaderClassName
{
color: #948FB0;
}
.AnyTagClassName
{
color: #948FB0;
}
</style>
background-color css
<style>
a { background-color: #948FB0; }
a { background-color: rgb(148,143,176); }
div.DivClassName
{
background-color: #948FB0;
}
.BgClassName
{
background-color: #948FB0;
}
</style>
border-color css
<style>
span { border-color: #948FB0; }
span { border-color: rgb(148,143,176); }
td.TdClassName
{
border-color: #948FB0;
}
.TagClassName
{
border-color: #948FB0;
}
</style>