Shades of Blue Bell #998EDB
Tints of Blue Bell #998EDB
RGB
CMYK
RGB Variations
Color information
#998EDB (or 0x998EDB) is known color: Blue Bell. HEX triplet: 99, 8E and DB. RGB value is (153,142,219). Sum of RGB (Red+Green+Blue) = 153+142+219=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #998EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998EDB is #667124. Grayscale: #999999. Windows color (decimal): -6713637 or 14388889. OLE color: 14388889.
HSL color Cylindrical-coordinate representation of color #998EDB: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998EDB is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 142 | 219 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.14 |
| HSL | 248.57º | 0.52% | 0.71% | - |
| HSV(B) | 248.57º | 0.35% | 0.86% | - |
| XYZ | 35.6 | 31.23 | 71.17 | - |
| YUV | 154.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 219 | 0.30 | 0.35 | 0 | 0.14 | 248.57 | 0.52 | 0.71 |
| Hex | 99 | 8E | DB | 1E | 23 | 0 | E | F9 | 34 | 47 |
| Octal | 231 | 216 | 333 | 36 | 43 | 0 | 16 | 371 | 64 | 107 |
| Binary | 10011001 | 10001110 | 11011011 | 11110 | 100011 | 0 | 1110 | 11111001 | 110100 | 1000111 |
Color Harmonies of #998EDB
Complementary color
Monochromatic Colors of #998EDB
Black with #998EDB
Text Example
Text Example
White with #998EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998EDB; }
p { color: rgb(153,142,219); }
H1.HeaderClassName
{
color: #998EDB;
}
.AnyTagClassName
{
color: #998EDB;
}
</style>
background-color css
<style>
a { background-color: #998EDB; }
a { background-color: rgb(153,142,219); }
div.DivClassName
{
background-color: #998EDB;
}
.BgClassName
{
background-color: #998EDB;
}
</style>
border-color css
<style>
span { border-color: #998EDB; }
span { border-color: rgb(153,142,219); }
td.TdClassName
{
border-color: #998EDB;
}
.TagClassName
{
border-color: #998EDB;
}
</style>