Shades of Blue Bell #9996DD
Tints of Blue Bell #9996DD
RGB
CMYK
RGB Variations
Color information
#9996DD (or 0x9996DD) is known color: Blue Bell. HEX triplet: 99, 96 and DD. RGB value is (153,150,221). Sum of RGB (Red+Green+Blue) = 153+150+221=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #9996DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996DD is #666922. Grayscale: #9E9E9E. Windows color (decimal): -6711587 or 14522009. OLE color: 14522009.
HSL color Cylindrical-coordinate representation of color #9996DD: hue angle of 242.54º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9996DD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 150 | 221 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.13 |
| HSL | 242.54º | 0.51% | 0.73% | - |
| HSV(B) | 242.54º | 0.32% | 0.87% | - |
| XYZ | 37.09 | 33.81 | 72.98 | - |
| YUV | 158.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 221 | 0.31 | 0.32 | 0 | 0.13 | 242.54 | 0.51 | 0.73 |
| Hex | 99 | 96 | DD | 1F | 20 | 0 | D | F3 | 33 | 49 |
| Octal | 231 | 226 | 335 | 37 | 40 | 0 | 15 | 363 | 63 | 111 |
| Binary | 10011001 | 10010110 | 11011101 | 11111 | 100000 | 0 | 1101 | 11110011 | 110011 | 1001001 |
Color Harmonies of #9996DD
Complementary color
Monochromatic Colors of #9996DD
Black with #9996DD
Text Example
Text Example
White with #9996DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996DD; }
p { color: rgb(153,150,221); }
H1.HeaderClassName
{
color: #9996DD;
}
.AnyTagClassName
{
color: #9996DD;
}
</style>
background-color css
<style>
a { background-color: #9996DD; }
a { background-color: rgb(153,150,221); }
div.DivClassName
{
background-color: #9996DD;
}
.BgClassName
{
background-color: #9996DD;
}
</style>
border-color css
<style>
span { border-color: #9996DD; }
span { border-color: rgb(153,150,221); }
td.TdClassName
{
border-color: #9996DD;
}
.TagClassName
{
border-color: #9996DD;
}
</style>