Shades of Santas Grey #9293B1
Tints of Santas Grey #9293B1
RGB
CMYK
RGB Variations
Color information
#9293B1 (or 0x9293B1) is known color: Santas Grey. HEX triplet: 92, 93 and B1. RGB value is (146,147,177). Sum of RGB (Red+Green+Blue) = 146+147+177=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #9293B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9293B1 is #6D6C4E. Grayscale: #959595. Windows color (decimal): -7171151 or 11637650. OLE color: 11637650.
HSL color Cylindrical-coordinate representation of color #9293B1: hue angle of 238.06º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9293B1 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 147 | 177 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.31 |
| HSL | 238.06º | 0.17% | 0.63% | - |
| HSV(B) | 238.06º | 0.18% | 0.69% | - |
| XYZ | 30.22 | 30.15 | 45.82 | - |
| YUV | 150.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 177 | 0.18 | 0.17 | 0 | 0.31 | 238.06 | 0.17 | 0.63 |
| Hex | 92 | 93 | B1 | 12 | 11 | 0 | 1F | EE | 11 | 3F |
| Octal | 222 | 223 | 261 | 22 | 21 | 0 | 37 | 356 | 21 | 77 |
| Binary | 10010010 | 10010011 | 10110001 | 10010 | 10001 | 0 | 11111 | 11101110 | 10001 | 111111 |
Color Harmonies of #9293B1
Complementary color
Monochromatic Colors of #9293B1
Black with #9293B1
Text Example
Text Example
White with #9293B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9293B1; }
p { color: rgb(146,147,177); }
H1.HeaderClassName
{
color: #9293B1;
}
.AnyTagClassName
{
color: #9293B1;
}
</style>
background-color css
<style>
a { background-color: #9293B1; }
a { background-color: rgb(146,147,177); }
div.DivClassName
{
background-color: #9293B1;
}
.BgClassName
{
background-color: #9293B1;
}
</style>
border-color css
<style>
span { border-color: #9293B1; }
span { border-color: rgb(146,147,177); }
td.TdClassName
{
border-color: #9293B1;
}
.TagClassName
{
border-color: #9293B1;
}
</style>