Shades of Blue Bell #9899DD
Tints of Blue Bell #9899DD
RGB
CMYK
RGB Variations
Color information
#9899DD (or 0x9899DD) is known color: Blue Bell. HEX triplet: 98, 99 and DD. RGB value is (152,153,221). Sum of RGB (Red+Green+Blue) = 152+153+221=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #9899DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899DD is #676622. Grayscale: #A0A0A0. Windows color (decimal): -6776355 or 14522776. OLE color: 14522776.
HSL color Cylindrical-coordinate representation of color #9899DD: hue angle of 239.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9899DD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 153 | 221 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.13 |
| HSL | 239.13º | 0.5% | 0.73% | - |
| HSV(B) | 239.13º | 0.31% | 0.87% | - |
| XYZ | 37.39 | 34.68 | 73.13 | - |
| YUV | 160.45 | 162.17 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 221 | 0.31 | 0.31 | 0 | 0.13 | 239.13 | 0.5 | 0.73 |
| Hex | 98 | 99 | DD | 1F | 1F | 0 | D | EF | 32 | 49 |
| Octal | 230 | 231 | 335 | 37 | 37 | 0 | 15 | 357 | 62 | 111 |
| Binary | 10011000 | 10011001 | 11011101 | 11111 | 11111 | 0 | 1101 | 11101111 | 110010 | 1001001 |
Color Harmonies of #9899DD
Complementary color
Monochromatic Colors of #9899DD
Black with #9899DD
Text Example
Text Example
White with #9899DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899DD; }
p { color: rgb(152,153,221); }
H1.HeaderClassName
{
color: #9899DD;
}
.AnyTagClassName
{
color: #9899DD;
}
</style>
background-color css
<style>
a { background-color: #9899DD; }
a { background-color: rgb(152,153,221); }
div.DivClassName
{
background-color: #9899DD;
}
.BgClassName
{
background-color: #9899DD;
}
</style>
border-color css
<style>
span { border-color: #9899DD; }
span { border-color: rgb(152,153,221); }
td.TdClassName
{
border-color: #9899DD;
}
.TagClassName
{
border-color: #9899DD;
}
</style>