Shades of Blue Bell #9994E0
Tints of Blue Bell #9994E0
RGB
CMYK
RGB Variations
Color information
#9994E0 (or 0x9994E0) is known color: Blue Bell. HEX triplet: 99, 94 and E0. RGB value is (153,148,224). Sum of RGB (Red+Green+Blue) = 153+148+224=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #9994E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994E0 is #666B1F. Grayscale: #9D9D9D. Windows color (decimal): -6712096 or 14718105. OLE color: 14718105.
HSL color Cylindrical-coordinate representation of color #9994E0: hue angle of 243.95º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9994E0 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 148 | 224 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.12 |
| HSL | 243.95º | 0.55% | 0.73% | - |
| HSV(B) | 243.95º | 0.34% | 0.88% | - |
| XYZ | 37.18 | 33.33 | 75 | - |
| YUV | 158.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 224 | 0.32 | 0.34 | 0 | 0.12 | 243.95 | 0.55 | 0.73 |
| Hex | 99 | 94 | E0 | 20 | 22 | 0 | C | F4 | 37 | 49 |
| Octal | 231 | 224 | 340 | 40 | 42 | 0 | 14 | 364 | 67 | 111 |
| Binary | 10011001 | 10010100 | 11100000 | 100000 | 100010 | 0 | 1100 | 11110100 | 110111 | 1001001 |
Color Harmonies of #9994E0
Complementary color
Monochromatic Colors of #9994E0
Black with #9994E0
Text Example
Text Example
White with #9994E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9994E0; }
p { color: rgb(153,148,224); }
H1.HeaderClassName
{
color: #9994E0;
}
.AnyTagClassName
{
color: #9994E0;
}
</style>
background-color css
<style>
a { background-color: #9994E0; }
a { background-color: rgb(153,148,224); }
div.DivClassName
{
background-color: #9994E0;
}
.BgClassName
{
background-color: #9994E0;
}
</style>
border-color css
<style>
span { border-color: #9994E0; }
span { border-color: rgb(153,148,224); }
td.TdClassName
{
border-color: #9994E0;
}
.TagClassName
{
border-color: #9994E0;
}
</style>