Shades of Blue Bell #9899DB
Tints of Blue Bell #9899DB
RGB
CMYK
RGB Variations
Color information
#9899DB (or 0x9899DB) is known color: Blue Bell. HEX triplet: 98, 99 and DB. RGB value is (152,153,219). Sum of RGB (Red+Green+Blue) = 152+153+219=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #9899DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899DB is #676624. Grayscale: #9F9F9F. Windows color (decimal): -6776357 or 14391704. OLE color: 14391704.
HSL color Cylindrical-coordinate representation of color #9899DB: hue angle of 239.1º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9899DB is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 153 | 219 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.14 |
| HSL | 239.1º | 0.48% | 0.73% | - |
| HSV(B) | 239.1º | 0.31% | 0.86% | - |
| XYZ | 37.13 | 34.57 | 71.73 | - |
| YUV | 160.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 219 | 0.31 | 0.30 | 0 | 0.14 | 239.1 | 0.48 | 0.73 |
| Hex | 98 | 99 | DB | 1F | 1E | 0 | E | EF | 30 | 49 |
| Octal | 230 | 231 | 333 | 37 | 36 | 0 | 16 | 357 | 60 | 111 |
| Binary | 10011000 | 10011001 | 11011011 | 11111 | 11110 | 0 | 1110 | 11101111 | 110000 | 1001001 |
Color Harmonies of #9899DB
Complementary color
Monochromatic Colors of #9899DB
Black with #9899DB
Text Example
Text Example
White with #9899DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899DB; }
p { color: rgb(152,153,219); }
H1.HeaderClassName
{
color: #9899DB;
}
.AnyTagClassName
{
color: #9899DB;
}
</style>
background-color css
<style>
a { background-color: #9899DB; }
a { background-color: rgb(152,153,219); }
div.DivClassName
{
background-color: #9899DB;
}
.BgClassName
{
background-color: #9899DB;
}
</style>
border-color css
<style>
span { border-color: #9899DB; }
span { border-color: rgb(152,153,219); }
td.TdClassName
{
border-color: #9899DB;
}
.TagClassName
{
border-color: #9899DB;
}
</style>