Shades of Blue Bell #9A99DB
Tints of Blue Bell #9A99DB
RGB
CMYK
RGB Variations
Color information
#9A99DB (or 0x9A99DB) is known color: Blue Bell. HEX triplet: 9A, 99 and DB. RGB value is (154,153,219). Sum of RGB (Red+Green+Blue) = 154+153+219=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A99DB is #656624. Grayscale: #A0A0A0. Windows color (decimal): -6645285 or 14391706. OLE color: 14391706.
HSL color Cylindrical-coordinate representation of color #9A99DB: hue angle of 240.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A99DB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 153 | 219 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.14 |
| HSL | 240.91º | 0.48% | 0.73% | - |
| HSV(B) | 240.91º | 0.3% | 0.86% | - |
| XYZ | 37.5 | 34.77 | 71.75 | - |
| YUV | 160.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 219 | 0.30 | 0.30 | 0 | 0.14 | 240.91 | 0.48 | 0.73 |
| Hex | 9A | 99 | DB | 1E | 1E | 0 | E | F1 | 30 | 49 |
| Octal | 232 | 231 | 333 | 36 | 36 | 0 | 16 | 361 | 60 | 111 |
| Binary | 10011010 | 10011001 | 11011011 | 11110 | 11110 | 0 | 1110 | 11110001 | 110000 | 1001001 |
Color Harmonies of #9A99DB
Complementary color
Monochromatic Colors of #9A99DB
Black with #9A99DB
Text Example
Text Example
White with #9A99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A99DB; }
p { color: rgb(154,153,219); }
H1.HeaderClassName
{
color: #9A99DB;
}
.AnyTagClassName
{
color: #9A99DB;
}
</style>
background-color css
<style>
a { background-color: #9A99DB; }
a { background-color: rgb(154,153,219); }
div.DivClassName
{
background-color: #9A99DB;
}
.BgClassName
{
background-color: #9A99DB;
}
</style>
border-color css
<style>
span { border-color: #9A99DB; }
span { border-color: rgb(154,153,219); }
td.TdClassName
{
border-color: #9A99DB;
}
.TagClassName
{
border-color: #9A99DB;
}
</style>