Shades of Santas Grey #9490B3
Tints of Santas Grey #9490B3
RGB
CMYK
RGB Variations
Color information
#9490B3 (or 0x9490B3) is known color: Santas Grey. HEX triplet: 94, 90 and B3. RGB value is (148,144,179). Sum of RGB (Red+Green+Blue) = 148+144+179=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #9490B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9490B3 is #6B6F4C. Grayscale: #959595. Windows color (decimal): -7040845 or 11767956. OLE color: 11767956.
HSL color Cylindrical-coordinate representation of color #9490B3: hue angle of 246.86º 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 #9490B3 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 144 | 179 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.30 |
| HSL | 246.86º | 0.19% | 0.63% | - |
| HSV(B) | 246.86º | 0.2% | 0.7% | - |
| XYZ | 30.32 | 29.5 | 46.74 | - |
| YUV | 149.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 179 | 0.17 | 0.20 | 0 | 0.30 | 246.86 | 0.19 | 0.63 |
| Hex | 94 | 90 | B3 | 11 | 14 | 0 | 1E | F7 | 13 | 3F |
| Octal | 224 | 220 | 263 | 21 | 24 | 0 | 36 | 367 | 23 | 77 |
| Binary | 10010100 | 10010000 | 10110011 | 10001 | 10100 | 0 | 11110 | 11110111 | 10011 | 111111 |
Color Harmonies of #9490B3
Complementary color
Monochromatic Colors of #9490B3
Black with #9490B3
Text Example
Text Example
White with #9490B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490B3; }
p { color: rgb(148,144,179); }
H1.HeaderClassName
{
color: #9490B3;
}
.AnyTagClassName
{
color: #9490B3;
}
</style>
background-color css
<style>
a { background-color: #9490B3; }
a { background-color: rgb(148,144,179); }
div.DivClassName
{
background-color: #9490B3;
}
.BgClassName
{
background-color: #9490B3;
}
</style>
border-color css
<style>
span { border-color: #9490B3; }
span { border-color: rgb(148,144,179); }
td.TdClassName
{
border-color: #9490B3;
}
.TagClassName
{
border-color: #9490B3;
}
</style>