Shades of Blue Bell #999DDB
Tints of Blue Bell #999DDB
RGB
CMYK
RGB Variations
Color information
#999DDB (or 0x999DDB) is known color: Blue Bell. HEX triplet: 99, 9D and DB. RGB value is (153,157,219). Sum of RGB (Red+Green+Blue) = 153+157+219=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #999DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DDB is #666224. Grayscale: #A2A2A2. Windows color (decimal): -6709797 or 14392729. OLE color: 14392729.
HSL color Cylindrical-coordinate representation of color #999DDB: hue angle of 236.36º 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 #999DDB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 157 | 219 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.14 |
| HSL | 236.36º | 0.48% | 0.73% | - |
| HSV(B) | 236.36º | 0.3% | 0.86% | - |
| XYZ | 37.98 | 36 | 71.96 | - |
| YUV | 162.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 219 | 0.30 | 0.28 | 0 | 0.14 | 236.36 | 0.48 | 0.73 |
| Hex | 99 | 9D | DB | 1E | 1C | 0 | E | EC | 30 | 49 |
| Octal | 231 | 235 | 333 | 36 | 34 | 0 | 16 | 354 | 60 | 111 |
| Binary | 10011001 | 10011101 | 11011011 | 11110 | 11100 | 0 | 1110 | 11101100 | 110000 | 1001001 |
Color Harmonies of #999DDB
Complementary color
Monochromatic Colors of #999DDB
Black with #999DDB
Text Example
Text Example
White with #999DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DDB; }
p { color: rgb(153,157,219); }
H1.HeaderClassName
{
color: #999DDB;
}
.AnyTagClassName
{
color: #999DDB;
}
</style>
background-color css
<style>
a { background-color: #999DDB; }
a { background-color: rgb(153,157,219); }
div.DivClassName
{
background-color: #999DDB;
}
.BgClassName
{
background-color: #999DDB;
}
</style>
border-color css
<style>
span { border-color: #999DDB; }
span { border-color: rgb(153,157,219); }
td.TdClassName
{
border-color: #999DDB;
}
.TagClassName
{
border-color: #999DDB;
}
</style>