Shades of Blue Bell #9990DB
Tints of Blue Bell #9990DB
RGB
CMYK
RGB Variations
Color information
#9990DB (or 0x9990DB) is known color: Blue Bell. HEX triplet: 99, 90 and DB. RGB value is (153,144,219). Sum of RGB (Red+Green+Blue) = 153+144+219=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #9990DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9990DB is #666F24. Grayscale: #9A9A9A. Windows color (decimal): -6713125 or 14389401. OLE color: 14389401.
HSL color Cylindrical-coordinate representation of color #9990DB: hue angle of 247.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9990DB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 144 | 219 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.14 |
| HSL | 247.2º | 0.51% | 0.71% | - |
| HSV(B) | 247.2º | 0.34% | 0.86% | - |
| XYZ | 35.9 | 31.83 | 71.27 | - |
| YUV | 155.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 219 | 0.30 | 0.34 | 0 | 0.14 | 247.2 | 0.51 | 0.71 |
| Hex | 99 | 90 | DB | 1E | 22 | 0 | E | F7 | 33 | 47 |
| Octal | 231 | 220 | 333 | 36 | 42 | 0 | 16 | 367 | 63 | 107 |
| Binary | 10011001 | 10010000 | 11011011 | 11110 | 100010 | 0 | 1110 | 11110111 | 110011 | 1000111 |
Color Harmonies of #9990DB
Complementary color
Monochromatic Colors of #9990DB
Black with #9990DB
Text Example
Text Example
White with #9990DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9990DB; }
p { color: rgb(153,144,219); }
H1.HeaderClassName
{
color: #9990DB;
}
.AnyTagClassName
{
color: #9990DB;
}
</style>
background-color css
<style>
a { background-color: #9990DB; }
a { background-color: rgb(153,144,219); }
div.DivClassName
{
background-color: #9990DB;
}
.BgClassName
{
background-color: #9990DB;
}
</style>
border-color css
<style>
span { border-color: #9990DB; }
span { border-color: rgb(153,144,219); }
td.TdClassName
{
border-color: #9990DB;
}
.TagClassName
{
border-color: #9990DB;
}
</style>