Shades of Blue Bell #998EEC
Tints of Blue Bell #998EEC
RGB
CMYK
RGB Variations
Color information
#998EEC (or 0x998EEC) is known color: Blue Bell. HEX triplet: 99, 8E and EC. RGB value is (153,142,236). Sum of RGB (Red+Green+Blue) = 153+142+236=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #998EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998EEC is #667113. Grayscale: #9B9B9B. Windows color (decimal): -6713620 or 15503001. OLE color: 15503001.
HSL color Cylindrical-coordinate representation of color #998EEC: hue angle of 247.02º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998EEC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 142 | 236 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.07 |
| HSL | 247.02º | 0.71% | 0.74% | - |
| HSV(B) | 247.02º | 0.4% | 0.93% | - |
| XYZ | 37.95 | 32.17 | 83.57 | - |
| YUV | 156.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 236 | 0.35 | 0.40 | 0 | 0.07 | 247.02 | 0.71 | 0.74 |
| Hex | 99 | 8E | EC | 23 | 28 | 0 | 7 | F7 | 47 | 4A |
| Octal | 231 | 216 | 354 | 43 | 50 | 0 | 7 | 367 | 107 | 112 |
| Binary | 10011001 | 10001110 | 11101100 | 100011 | 101000 | 0 | 111 | 11110111 | 1000111 | 1001010 |
Color Harmonies of #998EEC
Complementary color
Monochromatic Colors of #998EEC
Black with #998EEC
Text Example
Text Example
White with #998EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EEC; }
p { color: rgb(153,142,236); }
H1.HeaderClassName
{
color: #998EEC;
}
.AnyTagClassName
{
color: #998EEC;
}
</style>
background-color css
<style>
a { background-color: #998EEC; }
a { background-color: rgb(153,142,236); }
div.DivClassName
{
background-color: #998EEC;
}
.BgClassName
{
background-color: #998EEC;
}
</style>
border-color css
<style>
span { border-color: #998EEC; }
span { border-color: rgb(153,142,236); }
td.TdClassName
{
border-color: #998EEC;
}
.TagClassName
{
border-color: #998EEC;
}
</style>