Shades of Santas Grey #9791B3
Tints of Santas Grey #9791B3
RGB
CMYK
RGB Variations
Color information
#9791B3 (or 0x9791B3) is known color: Santas Grey. HEX triplet: 97, 91 and B3. RGB value is (151,145,179). Sum of RGB (Red+Green+Blue) = 151+145+179=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #9791B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9791B3 is #686E4C. Grayscale: #969696. Windows color (decimal): -6843981 or 11768215. OLE color: 11768215.
HSL color Cylindrical-coordinate representation of color #9791B3: hue angle of 250.59º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9791B3 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 145 | 179 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.30 |
| HSL | 250.59º | 0.18% | 0.64% | - |
| HSV(B) | 250.59º | 0.19% | 0.7% | - |
| XYZ | 31.02 | 30.08 | 46.82 | - |
| YUV | 150.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 179 | 0.16 | 0.19 | 0 | 0.30 | 250.59 | 0.18 | 0.64 |
| Hex | 97 | 91 | B3 | 10 | 13 | 0 | 1E | FB | 12 | 40 |
| Octal | 227 | 221 | 263 | 20 | 23 | 0 | 36 | 373 | 22 | 100 |
| Binary | 10010111 | 10010001 | 10110011 | 10000 | 10011 | 0 | 11110 | 11111011 | 10010 | 1000000 |
Color Harmonies of #9791B3
Complementary color
Monochromatic Colors of #9791B3
Black with #9791B3
Text Example
Text Example
White with #9791B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9791B3; }
p { color: rgb(151,145,179); }
H1.HeaderClassName
{
color: #9791B3;
}
.AnyTagClassName
{
color: #9791B3;
}
</style>
background-color css
<style>
a { background-color: #9791B3; }
a { background-color: rgb(151,145,179); }
div.DivClassName
{
background-color: #9791B3;
}
.BgClassName
{
background-color: #9791B3;
}
</style>
border-color css
<style>
span { border-color: #9791B3; }
span { border-color: rgb(151,145,179); }
td.TdClassName
{
border-color: #9791B3;
}
.TagClassName
{
border-color: #9791B3;
}
</style>