Shades of Blue Bell #9899D9
Tints of Blue Bell #9899D9
RGB
CMYK
RGB Variations
Color information
#9899D9 (or 0x9899D9) is known color: Blue Bell. HEX triplet: 98, 99 and D9. RGB value is (152,153,217). Sum of RGB (Red+Green+Blue) = 152+153+217=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #9899D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899D9 is #676626. Grayscale: #9F9F9F. Windows color (decimal): -6776359 or 14260632. OLE color: 14260632.
HSL color Cylindrical-coordinate representation of color #9899D9: hue angle of 239.08º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9899D9 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 153 | 217 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.15 |
| HSL | 239.08º | 0.46% | 0.72% | - |
| HSV(B) | 239.08º | 0.3% | 0.85% | - |
| XYZ | 36.86 | 34.47 | 70.36 | - |
| YUV | 160 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 217 | 0.30 | 0.29 | 0 | 0.15 | 239.08 | 0.46 | 0.72 |
| Hex | 98 | 99 | D9 | 1E | 1D | 0 | F | EF | 2E | 48 |
| Octal | 230 | 231 | 331 | 36 | 35 | 0 | 17 | 357 | 56 | 110 |
| Binary | 10011000 | 10011001 | 11011001 | 11110 | 11101 | 0 | 1111 | 11101111 | 101110 | 1001000 |
Color Harmonies of #9899D9
Complementary color
Monochromatic Colors of #9899D9
Black with #9899D9
Text Example
Text Example
White with #9899D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899D9; }
p { color: rgb(152,153,217); }
H1.HeaderClassName
{
color: #9899D9;
}
.AnyTagClassName
{
color: #9899D9;
}
</style>
background-color css
<style>
a { background-color: #9899D9; }
a { background-color: rgb(152,153,217); }
div.DivClassName
{
background-color: #9899D9;
}
.BgClassName
{
background-color: #9899D9;
}
</style>
border-color css
<style>
span { border-color: #9899D9; }
span { border-color: rgb(152,153,217); }
td.TdClassName
{
border-color: #9899D9;
}
.TagClassName
{
border-color: #9899D9;
}
</style>