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