Shades of Santas Grey #958FB4
Tints of Santas Grey #958FB4
RGB
CMYK
RGB Variations
Color information
#958FB4 (or 0x958FB4) is known color: Santas Grey. HEX triplet: 95, 8F and B4. RGB value is (149,143,180). Sum of RGB (Red+Green+Blue) = 149+143+180=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #958FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FB4 is #6A704B. Grayscale: #949494. Windows color (decimal): -6975564 or 11833237. OLE color: 11833237.
HSL color Cylindrical-coordinate representation of color #958FB4: hue angle of 249.73º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958FB4 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 143 | 180 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.29 |
| HSL | 249.73º | 0.2% | 0.63% | - |
| HSV(B) | 249.73º | 0.21% | 0.71% | - |
| XYZ | 30.46 | 29.33 | 47.24 | - |
| YUV | 149.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 180 | 0.17 | 0.21 | 0 | 0.29 | 249.73 | 0.2 | 0.63 |
| Hex | 95 | 8F | B4 | 11 | 15 | 0 | 1D | FA | 14 | 3F |
| Octal | 225 | 217 | 264 | 21 | 25 | 0 | 35 | 372 | 24 | 77 |
| Binary | 10010101 | 10001111 | 10110100 | 10001 | 10101 | 0 | 11101 | 11111010 | 10100 | 111111 |
Color Harmonies of #958FB4
Complementary color
Monochromatic Colors of #958FB4
Black with #958FB4
Text Example
Text Example
White with #958FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958FB4; }
p { color: rgb(149,143,180); }
H1.HeaderClassName
{
color: #958FB4;
}
.AnyTagClassName
{
color: #958FB4;
}
</style>
background-color css
<style>
a { background-color: #958FB4; }
a { background-color: rgb(149,143,180); }
div.DivClassName
{
background-color: #958FB4;
}
.BgClassName
{
background-color: #958FB4;
}
</style>
border-color css
<style>
span { border-color: #958FB4; }
span { border-color: rgb(149,143,180); }
td.TdClassName
{
border-color: #958FB4;
}
.TagClassName
{
border-color: #958FB4;
}
</style>