Shades of Blue Bell #9993E9
Tints of Blue Bell #9993E9
RGB
CMYK
RGB Variations
Color information
#9993E9 (or 0x9993E9) is known color: Blue Bell. HEX triplet: 99, 93 and E9. RGB value is (153,147,233). Sum of RGB (Red+Green+Blue) = 153+147+233=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #9993E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993E9 is #666C16. Grayscale: #9E9E9E. Windows color (decimal): -6712343 or 15307673. OLE color: 15307673.
HSL color Cylindrical-coordinate representation of color #9993E9: hue angle of 244.19º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9993E9 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 147 | 233 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.09 |
| HSL | 244.19º | 0.66% | 0.75% | - |
| HSV(B) | 244.19º | 0.37% | 0.91% | - |
| XYZ | 38.28 | 33.52 | 81.54 | - |
| YUV | 158.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 233 | 0.34 | 0.37 | 0 | 0.09 | 244.19 | 0.66 | 0.75 |
| Hex | 99 | 93 | E9 | 22 | 25 | 0 | 9 | F4 | 42 | 4B |
| Octal | 231 | 223 | 351 | 42 | 45 | 0 | 11 | 364 | 102 | 113 |
| Binary | 10011001 | 10010011 | 11101001 | 100010 | 100101 | 0 | 1001 | 11110100 | 1000010 | 1001011 |
Color Harmonies of #9993E9
Complementary color
Monochromatic Colors of #9993E9
Black with #9993E9
Text Example
Text Example
White with #9993E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9993E9; }
p { color: rgb(153,147,233); }
H1.HeaderClassName
{
color: #9993E9;
}
.AnyTagClassName
{
color: #9993E9;
}
</style>
background-color css
<style>
a { background-color: #9993E9; }
a { background-color: rgb(153,147,233); }
div.DivClassName
{
background-color: #9993E9;
}
.BgClassName
{
background-color: #9993E9;
}
</style>
border-color css
<style>
span { border-color: #9993E9; }
span { border-color: rgb(153,147,233); }
td.TdClassName
{
border-color: #9993E9;
}
.TagClassName
{
border-color: #9993E9;
}
</style>