Shades of Blue Bell #9998DC
Tints of Blue Bell #9998DC
RGB
CMYK
RGB Variations
Color information
#9998DC (or 0x9998DC) is known color: Blue Bell. HEX triplet: 99, 98 and DC. RGB value is (153,152,220). Sum of RGB (Red+Green+Blue) = 153+152+220=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #9998DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998DC is #666723. Grayscale: #9F9F9F. Windows color (decimal): -6711076 or 14456985. OLE color: 14456985.
HSL color Cylindrical-coordinate representation of color #9998DC: hue angle of 240.88º degrees, saturation: 0.49, 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 #9998DC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 152 | 220 | - |
| CMYK | 0.30 | 0.31 | 0 | 0.14 |
| HSL | 240.88º | 0.49% | 0.73% | - |
| HSV(B) | 240.88º | 0.31% | 0.86% | - |
| XYZ | 37.28 | 34.4 | 72.38 | - |
| YUV | 160.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 220 | 0.30 | 0.31 | 0 | 0.14 | 240.88 | 0.49 | 0.73 |
| Hex | 99 | 98 | DC | 1E | 1F | 0 | E | F1 | 31 | 49 |
| Octal | 231 | 230 | 334 | 36 | 37 | 0 | 16 | 361 | 61 | 111 |
| Binary | 10011001 | 10011000 | 11011100 | 11110 | 11111 | 0 | 1110 | 11110001 | 110001 | 1001001 |
Color Harmonies of #9998DC
Complementary color
Monochromatic Colors of #9998DC
Black with #9998DC
Text Example
Text Example
White with #9998DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9998DC; }
p { color: rgb(153,152,220); }
H1.HeaderClassName
{
color: #9998DC;
}
.AnyTagClassName
{
color: #9998DC;
}
</style>
background-color css
<style>
a { background-color: #9998DC; }
a { background-color: rgb(153,152,220); }
div.DivClassName
{
background-color: #9998DC;
}
.BgClassName
{
background-color: #9998DC;
}
</style>
border-color css
<style>
span { border-color: #9998DC; }
span { border-color: rgb(153,152,220); }
td.TdClassName
{
border-color: #9998DC;
}
.TagClassName
{
border-color: #9998DC;
}
</style>