Shades of Blue Bell #999ADB
Tints of Blue Bell #999ADB
RGB
CMYK
RGB Variations
Color information
#999ADB (or 0x999ADB) is known color: Blue Bell. HEX triplet: 99, 9A and DB. RGB value is (153,154,219). Sum of RGB (Red+Green+Blue) = 153+154+219=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 154 (60.55% from 255 or 29.28% 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 #999ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ADB is #666524. Grayscale: #A0A0A0. Windows color (decimal): -6710565 or 14391961. OLE color: 14391961.
HSL color Cylindrical-coordinate representation of color #999ADB: hue angle of 239.09º 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 #999ADB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 154 | 219 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.14 |
| HSL | 239.09º | 0.48% | 0.73% | - |
| HSV(B) | 239.09º | 0.3% | 0.86% | - |
| XYZ | 37.48 | 35 | 71.8 | - |
| YUV | 161.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 154 | 219 | 0.30 | 0.30 | 0 | 0.14 | 239.09 | 0.48 | 0.73 |
| Hex | 99 | 9A | DB | 1E | 1E | 0 | E | EF | 30 | 49 |
| Octal | 231 | 232 | 333 | 36 | 36 | 0 | 16 | 357 | 60 | 111 |
| Binary | 10011001 | 10011010 | 11011011 | 11110 | 11110 | 0 | 1110 | 11101111 | 110000 | 1001001 |
Color Harmonies of #999ADB
Complementary color
Monochromatic Colors of #999ADB
Black with #999ADB
Text Example
Text Example
White with #999ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999ADB; }
p { color: rgb(153,154,219); }
H1.HeaderClassName
{
color: #999ADB;
}
.AnyTagClassName
{
color: #999ADB;
}
</style>
background-color css
<style>
a { background-color: #999ADB; }
a { background-color: rgb(153,154,219); }
div.DivClassName
{
background-color: #999ADB;
}
.BgClassName
{
background-color: #999ADB;
}
</style>
border-color css
<style>
span { border-color: #999ADB; }
span { border-color: rgb(153,154,219); }
td.TdClassName
{
border-color: #999ADB;
}
.TagClassName
{
border-color: #999ADB;
}
</style>