Shades of Santas Grey #908FB1
Tints of Santas Grey #908FB1
RGB
CMYK
RGB Variations
Color information
#908FB1 (or 0x908FB1) is known color: Santas Grey. HEX triplet: 90, 8F and B1. RGB value is (144,143,177). Sum of RGB (Red+Green+Blue) = 144+143+177=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #908FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908FB1 is #6F704E. Grayscale: #939393. Windows color (decimal): -7303247 or 11636624. OLE color: 11636624.
HSL color Cylindrical-coordinate representation of color #908FB1: hue angle of 241.76º degrees, saturation: 0.18, 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 #908FB1 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 143 | 177 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.31 |
| HSL | 241.76º | 0.18% | 0.63% | - |
| HSV(B) | 241.76º | 0.19% | 0.69% | - |
| XYZ | 29.26 | 28.75 | 45.6 | - |
| YUV | 147.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 177 | 0.19 | 0.19 | 0 | 0.31 | 241.76 | 0.18 | 0.63 |
| Hex | 90 | 8F | B1 | 13 | 13 | 0 | 1F | F2 | 12 | 3F |
| Octal | 220 | 217 | 261 | 23 | 23 | 0 | 37 | 362 | 22 | 77 |
| Binary | 10010000 | 10001111 | 10110001 | 10011 | 10011 | 0 | 11111 | 11110010 | 10010 | 111111 |
Color Harmonies of #908FB1
Complementary color
Monochromatic Colors of #908FB1
Black with #908FB1
Text Example
Text Example
White with #908FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908FB1; }
p { color: rgb(144,143,177); }
H1.HeaderClassName
{
color: #908FB1;
}
.AnyTagClassName
{
color: #908FB1;
}
</style>
background-color css
<style>
a { background-color: #908FB1; }
a { background-color: rgb(144,143,177); }
div.DivClassName
{
background-color: #908FB1;
}
.BgClassName
{
background-color: #908FB1;
}
</style>
border-color css
<style>
span { border-color: #908FB1; }
span { border-color: rgb(144,143,177); }
td.TdClassName
{
border-color: #908FB1;
}
.TagClassName
{
border-color: #908FB1;
}
</style>