Shades of Blue Bell #9996DC
Tints of Blue Bell #9996DC
RGB
CMYK
RGB Variations
Color information
#9996DC (or 0x9996DC) is known color: Blue Bell. HEX triplet: 99, 96 and DC. RGB value is (153,150,220). Sum of RGB (Red+Green+Blue) = 153+150+220=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #9996DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996DC is #666923. Grayscale: #9E9E9E. Windows color (decimal): -6711588 or 14456473. OLE color: 14456473.
HSL color Cylindrical-coordinate representation of color #9996DC: hue angle of 242.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9996DC is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 150 | 220 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.14 |
| HSL | 242.57º | 0.5% | 0.73% | - |
| HSV(B) | 242.57º | 0.32% | 0.86% | - |
| XYZ | 36.96 | 33.75 | 72.28 | - |
| YUV | 158.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 220 | 0.30 | 0.32 | 0 | 0.14 | 242.57 | 0.5 | 0.73 |
| Hex | 99 | 96 | DC | 1E | 20 | 0 | E | F3 | 32 | 49 |
| Octal | 231 | 226 | 334 | 36 | 40 | 0 | 16 | 363 | 62 | 111 |
| Binary | 10011001 | 10010110 | 11011100 | 11110 | 100000 | 0 | 1110 | 11110011 | 110010 | 1001001 |
Color Harmonies of #9996DC
Complementary color
Monochromatic Colors of #9996DC
Black with #9996DC
Text Example
Text Example
White with #9996DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996DC; }
p { color: rgb(153,150,220); }
H1.HeaderClassName
{
color: #9996DC;
}
.AnyTagClassName
{
color: #9996DC;
}
</style>
background-color css
<style>
a { background-color: #9996DC; }
a { background-color: rgb(153,150,220); }
div.DivClassName
{
background-color: #9996DC;
}
.BgClassName
{
background-color: #9996DC;
}
</style>
border-color css
<style>
span { border-color: #9996DC; }
span { border-color: rgb(153,150,220); }
td.TdClassName
{
border-color: #9996DC;
}
.TagClassName
{
border-color: #9996DC;
}
</style>