Shades of Blue Bell #9499D1
Tints of Blue Bell #9499D1
RGB
CMYK
RGB Variations
Color information
#9499D1 (or 0x9499D1) is known color: Blue Bell. HEX triplet: 94, 99 and D1. RGB value is (148,153,209). Sum of RGB (Red+Green+Blue) = 148+153+209=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #9499D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9499D1 is #6B662E. Grayscale: #9D9D9D. Windows color (decimal): -7038511 or 13736340. OLE color: 13736340.
HSL color Cylindrical-coordinate representation of color #9499D1: hue angle of 235.08º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9499D1 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 153 | 209 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.18 |
| HSL | 235.08º | 0.4% | 0.7% | - |
| HSV(B) | 235.08º | 0.29% | 0.82% | - |
| XYZ | 35.11 | 33.68 | 64.97 | - |
| YUV | 157.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 153 | 209 | 0.29 | 0.27 | 0 | 0.18 | 235.08 | 0.4 | 0.7 |
| Hex | 94 | 99 | D1 | 1D | 1B | 0 | 12 | EB | 28 | 46 |
| Octal | 224 | 231 | 321 | 35 | 33 | 0 | 22 | 353 | 50 | 106 |
| Binary | 10010100 | 10011001 | 11010001 | 11101 | 11011 | 0 | 10010 | 11101011 | 101000 | 1000110 |
Color Harmonies of #9499D1
Complementary color
Monochromatic Colors of #9499D1
Black with #9499D1
Text Example
Text Example
White with #9499D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9499D1; }
p { color: rgb(148,153,209); }
H1.HeaderClassName
{
color: #9499D1;
}
.AnyTagClassName
{
color: #9499D1;
}
</style>
background-color css
<style>
a { background-color: #9499D1; }
a { background-color: rgb(148,153,209); }
div.DivClassName
{
background-color: #9499D1;
}
.BgClassName
{
background-color: #9499D1;
}
</style>
border-color css
<style>
span { border-color: #9499D1; }
span { border-color: rgb(148,153,209); }
td.TdClassName
{
border-color: #9499D1;
}
.TagClassName
{
border-color: #9499D1;
}
</style>