Shades of Blue Bell #9B99DB
Tints of Blue Bell #9B99DB
RGB
CMYK
RGB Variations
Color information
#9B99DB (or 0x9B99DB) is known color: Blue Bell. HEX triplet: 9B, 99 and DB. RGB value is (155,153,219). Sum of RGB (Red+Green+Blue) = 155+153+219=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B99DB is #646624. Grayscale: #A0A0A0. Windows color (decimal): -6579749 or 14391707. OLE color: 14391707.
HSL color Cylindrical-coordinate representation of color #9B99DB: hue angle of 241.82º 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 #9B99DB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 153 | 219 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.14 |
| HSL | 241.82º | 0.48% | 0.73% | - |
| HSV(B) | 241.82º | 0.3% | 0.86% | - |
| XYZ | 37.69 | 34.87 | 71.76 | - |
| YUV | 161.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 219 | 0.29 | 0.30 | 0 | 0.14 | 241.82 | 0.48 | 0.73 |
| Hex | 9B | 99 | DB | 1D | 1E | 0 | E | F2 | 30 | 49 |
| Octal | 233 | 231 | 333 | 35 | 36 | 0 | 16 | 362 | 60 | 111 |
| Binary | 10011011 | 10011001 | 11011011 | 11101 | 11110 | 0 | 1110 | 11110010 | 110000 | 1001001 |
Color Harmonies of #9B99DB
Complementary color
Monochromatic Colors of #9B99DB
Black with #9B99DB
Text Example
Text Example
White with #9B99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B99DB; }
p { color: rgb(155,153,219); }
H1.HeaderClassName
{
color: #9B99DB;
}
.AnyTagClassName
{
color: #9B99DB;
}
</style>
background-color css
<style>
a { background-color: #9B99DB; }
a { background-color: rgb(155,153,219); }
div.DivClassName
{
background-color: #9B99DB;
}
.BgClassName
{
background-color: #9B99DB;
}
</style>
border-color css
<style>
span { border-color: #9B99DB; }
span { border-color: rgb(155,153,219); }
td.TdClassName
{
border-color: #9B99DB;
}
.TagClassName
{
border-color: #9B99DB;
}
</style>