Shades of Blue Bell #9899D8
Tints of Blue Bell #9899D8
RGB
CMYK
RGB Variations
Color information
#9899D8 (or 0x9899D8) is known color: Blue Bell. HEX triplet: 98, 99 and D8. RGB value is (152,153,216). Sum of RGB (Red+Green+Blue) = 152+153+216=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #9899D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899D8 is #676627. Grayscale: #9F9F9F. Windows color (decimal): -6776360 or 14195096. OLE color: 14195096.
HSL color Cylindrical-coordinate representation of color #9899D8: hue angle of 239.06º degrees, saturation: 0.45, 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 #9899D8 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 153 | 216 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.15 |
| HSL | 239.06º | 0.45% | 0.72% | - |
| HSV(B) | 239.06º | 0.3% | 0.85% | - |
| XYZ | 36.73 | 34.42 | 69.67 | - |
| YUV | 159.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 153 | 216 | 0.30 | 0.29 | 0 | 0.15 | 239.06 | 0.45 | 0.72 |
| Hex | 98 | 99 | D8 | 1E | 1D | 0 | F | EF | 2D | 48 |
| Octal | 230 | 231 | 330 | 36 | 35 | 0 | 17 | 357 | 55 | 110 |
| Binary | 10011000 | 10011001 | 11011000 | 11110 | 11101 | 0 | 1111 | 11101111 | 101101 | 1001000 |
Color Harmonies of #9899D8
Complementary color
Monochromatic Colors of #9899D8
Black with #9899D8
Text Example
Text Example
White with #9899D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9899D8; }
p { color: rgb(152,153,216); }
H1.HeaderClassName
{
color: #9899D8;
}
.AnyTagClassName
{
color: #9899D8;
}
</style>
background-color css
<style>
a { background-color: #9899D8; }
a { background-color: rgb(152,153,216); }
div.DivClassName
{
background-color: #9899D8;
}
.BgClassName
{
background-color: #9899D8;
}
</style>
border-color css
<style>
span { border-color: #9899D8; }
span { border-color: rgb(152,153,216); }
td.TdClassName
{
border-color: #9899D8;
}
.TagClassName
{
border-color: #9899D8;
}
</style>