Shades of Santas Grey #938FB3
Tints of Santas Grey #938FB3
RGB
CMYK
RGB Variations
Color information
#938FB3 (or 0x938FB3) is known color: Santas Grey. HEX triplet: 93, 8F and B3. RGB value is (147,143,179). Sum of RGB (Red+Green+Blue) = 147+143+179=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #938FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938FB3 is #6C704C. Grayscale: #949494. Windows color (decimal): -7106637 or 11767699. OLE color: 11767699.
HSL color Cylindrical-coordinate representation of color #938FB3: hue angle of 246.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938FB3 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 143 | 179 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.30 |
| HSL | 246.67º | 0.19% | 0.63% | - |
| HSV(B) | 246.67º | 0.2% | 0.7% | - |
| XYZ | 29.99 | 29.1 | 46.68 | - |
| YUV | 148.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 179 | 0.18 | 0.20 | 0 | 0.30 | 246.67 | 0.19 | 0.63 |
| Hex | 93 | 8F | B3 | 12 | 14 | 0 | 1E | F7 | 13 | 3F |
| Octal | 223 | 217 | 263 | 22 | 24 | 0 | 36 | 367 | 23 | 77 |
| Binary | 10010011 | 10001111 | 10110011 | 10010 | 10100 | 0 | 11110 | 11110111 | 10011 | 111111 |
Color Harmonies of #938FB3
Complementary color
Monochromatic Colors of #938FB3
Black with #938FB3
Text Example
Text Example
White with #938FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FB3; }
p { color: rgb(147,143,179); }
H1.HeaderClassName
{
color: #938FB3;
}
.AnyTagClassName
{
color: #938FB3;
}
</style>
background-color css
<style>
a { background-color: #938FB3; }
a { background-color: rgb(147,143,179); }
div.DivClassName
{
background-color: #938FB3;
}
.BgClassName
{
background-color: #938FB3;
}
</style>
border-color css
<style>
span { border-color: #938FB3; }
span { border-color: rgb(147,143,179); }
td.TdClassName
{
border-color: #938FB3;
}
.TagClassName
{
border-color: #938FB3;
}
</style>