Shades of Blue Bell #998DE2
Tints of Blue Bell #998DE2
RGB
CMYK
RGB Variations
Color information
#998DE2 (or 0x998DE2) is known color: Blue Bell. HEX triplet: 99, 8D and E2. RGB value is (153,141,226). Sum of RGB (Red+Green+Blue) = 153+141+226=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #998DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DE2 is #66721D. Grayscale: #999999. Windows color (decimal): -6713886 or 14847385. OLE color: 14847385.
HSL color Cylindrical-coordinate representation of color #998DE2: hue angle of 248.47º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998DE2 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 141 | 226 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.11 |
| HSL | 248.47º | 0.59% | 0.72% | - |
| HSV(B) | 248.47º | 0.38% | 0.89% | - |
| XYZ | 36.39 | 31.31 | 76.08 | - |
| YUV | 154.28 | 168.48 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 226 | 0.32 | 0.38 | 0 | 0.11 | 248.47 | 0.59 | 0.72 |
| Hex | 99 | 8D | E2 | 20 | 26 | 0 | B | F8 | 3B | 48 |
| Octal | 231 | 215 | 342 | 40 | 46 | 0 | 13 | 370 | 73 | 110 |
| Binary | 10011001 | 10001101 | 11100010 | 100000 | 100110 | 0 | 1011 | 11111000 | 111011 | 1001000 |
Color Harmonies of #998DE2
Complementary color
Monochromatic Colors of #998DE2
Black with #998DE2
Text Example
Text Example
White with #998DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DE2; }
p { color: rgb(153,141,226); }
H1.HeaderClassName
{
color: #998DE2;
}
.AnyTagClassName
{
color: #998DE2;
}
</style>
background-color css
<style>
a { background-color: #998DE2; }
a { background-color: rgb(153,141,226); }
div.DivClassName
{
background-color: #998DE2;
}
.BgClassName
{
background-color: #998DE2;
}
</style>
border-color css
<style>
span { border-color: #998DE2; }
span { border-color: rgb(153,141,226); }
td.TdClassName
{
border-color: #998DE2;
}
.TagClassName
{
border-color: #998DE2;
}
</style>