Shades of Blue Bell #9996E5
Tints of Blue Bell #9996E5
RGB
CMYK
RGB Variations
Color information
#9996E5 (or 0x9996E5) is known color: Blue Bell. HEX triplet: 99, 96 and E5. RGB value is (153,150,229). Sum of RGB (Red+Green+Blue) = 153+150+229=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #9996E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996E5 is #66691A. Grayscale: #9F9F9F. Windows color (decimal): -6711579 or 15046297. OLE color: 15046297.
HSL color Cylindrical-coordinate representation of color #9996E5: hue angle of 242.28º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9996E5 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 150 | 229 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.10 |
| HSL | 242.28º | 0.6% | 0.74% | - |
| HSV(B) | 242.28º | 0.34% | 0.9% | - |
| XYZ | 38.19 | 34.24 | 78.73 | - |
| YUV | 159.9 | 166.99 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 229 | 0.33 | 0.34 | 0 | 0.10 | 242.28 | 0.6 | 0.74 |
| Hex | 99 | 96 | E5 | 21 | 22 | 0 | A | F2 | 3C | 4A |
| Octal | 231 | 226 | 345 | 41 | 42 | 0 | 12 | 362 | 74 | 112 |
| Binary | 10011001 | 10010110 | 11100101 | 100001 | 100010 | 0 | 1010 | 11110010 | 111100 | 1001010 |
Color Harmonies of #9996E5
Complementary color
Monochromatic Colors of #9996E5
Black with #9996E5
Text Example
Text Example
White with #9996E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996E5; }
p { color: rgb(153,150,229); }
H1.HeaderClassName
{
color: #9996E5;
}
.AnyTagClassName
{
color: #9996E5;
}
</style>
background-color css
<style>
a { background-color: #9996E5; }
a { background-color: rgb(153,150,229); }
div.DivClassName
{
background-color: #9996E5;
}
.BgClassName
{
background-color: #9996E5;
}
</style>
border-color css
<style>
span { border-color: #9996E5; }
span { border-color: rgb(153,150,229); }
td.TdClassName
{
border-color: #9996E5;
}
.TagClassName
{
border-color: #9996E5;
}
</style>