Shades of Blue Bell #9999DB
Tints of Blue Bell #9999DB
RGB
CMYK
RGB Variations
Color information
#9999DB (or 0x9999DB) is known color: Blue Bell. HEX triplet: 99, 99 and DB. RGB value is (153,153,219). Sum of RGB (Red+Green+Blue) = 153+153+219=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #9999DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9999DB is #666624. Grayscale: #A0A0A0. Windows color (decimal): -6710821 or 14391705. OLE color: 14391705.
HSL color Cylindrical-coordinate representation of color #9999DB: hue angle of 240º 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 #9999DB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 153 | 219 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.14 |
| HSL | 240º | 0.48% | 0.73% | - |
| HSV(B) | 240º | 0.3% | 0.86% | - |
| XYZ | 37.31 | 34.67 | 71.74 | - |
| YUV | 160.52 | 161 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 219 | 0.30 | 0.30 | 0 | 0.14 | 240 | 0.48 | 0.73 |
| Hex | 99 | 99 | DB | 1E | 1E | 0 | E | F0 | 30 | 49 |
| Octal | 231 | 231 | 333 | 36 | 36 | 0 | 16 | 360 | 60 | 111 |
| Binary | 10011001 | 10011001 | 11011011 | 11110 | 11110 | 0 | 1110 | 11110000 | 110000 | 1001001 |
Color Harmonies of #9999DB
Complementary color
Monochromatic Colors of #9999DB
Black with #9999DB
Text Example
Text Example
White with #9999DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9999DB; }
p { color: rgb(153,153,219); }
H1.HeaderClassName
{
color: #9999DB;
}
.AnyTagClassName
{
color: #9999DB;
}
</style>
background-color css
<style>
a { background-color: #9999DB; }
a { background-color: rgb(153,153,219); }
div.DivClassName
{
background-color: #9999DB;
}
.BgClassName
{
background-color: #9999DB;
}
</style>
border-color css
<style>
span { border-color: #9999DB; }
span { border-color: rgb(153,153,219); }
td.TdClassName
{
border-color: #9999DB;
}
.TagClassName
{
border-color: #9999DB;
}
</style>