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