Shades of Blue Bell #988EDD
Tints of Blue Bell #988EDD
RGB
CMYK
RGB Variations
Color information
#988EDD (or 0x988EDD) is known color: Blue Bell. HEX triplet: 98, 8E and DD. RGB value is (152,142,221). Sum of RGB (Red+Green+Blue) = 152+142+221=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #988EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EDD is #677122. Grayscale: #999999. Windows color (decimal): -6779171 or 14519960. OLE color: 14519960.
HSL color Cylindrical-coordinate representation of color #988EDD: hue angle of 247.59º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988EDD is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 142 | 221 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.13 |
| HSL | 247.59º | 0.54% | 0.71% | - |
| HSV(B) | 247.59º | 0.36% | 0.87% | - |
| XYZ | 35.67 | 31.24 | 72.56 | - |
| YUV | 154 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 221 | 0.31 | 0.36 | 0 | 0.13 | 247.59 | 0.54 | 0.71 |
| Hex | 98 | 8E | DD | 1F | 24 | 0 | D | F8 | 36 | 47 |
| Octal | 230 | 216 | 335 | 37 | 44 | 0 | 15 | 370 | 66 | 107 |
| Binary | 10011000 | 10001110 | 11011101 | 11111 | 100100 | 0 | 1101 | 11111000 | 110110 | 1000111 |
Color Harmonies of #988EDD
Complementary color
Monochromatic Colors of #988EDD
Black with #988EDD
Text Example
Text Example
White with #988EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EDD; }
p { color: rgb(152,142,221); }
H1.HeaderClassName
{
color: #988EDD;
}
.AnyTagClassName
{
color: #988EDD;
}
</style>
background-color css
<style>
a { background-color: #988EDD; }
a { background-color: rgb(152,142,221); }
div.DivClassName
{
background-color: #988EDD;
}
.BgClassName
{
background-color: #988EDD;
}
</style>
border-color css
<style>
span { border-color: #988EDD; }
span { border-color: rgb(152,142,221); }
td.TdClassName
{
border-color: #988EDD;
}
.TagClassName
{
border-color: #988EDD;
}
</style>