Shades of Blue Bell #988EDE
Tints of Blue Bell #988EDE
RGB
CMYK
RGB Variations
Color information
#988EDE (or 0x988EDE) is known color: Blue Bell. HEX triplet: 98, 8E and DE. RGB value is (152,142,222). Sum of RGB (Red+Green+Blue) = 152+142+222=516 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.46% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #988EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988EDE is #677121. Grayscale: #999999. Windows color (decimal): -6779170 or 14585496. OLE color: 14585496.
HSL color Cylindrical-coordinate representation of color #988EDE: hue angle of 247.5º degrees, saturation: 0.55, 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 #988EDE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 142 | 222 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.13 |
| HSL | 247.5º | 0.55% | 0.71% | - |
| HSV(B) | 247.5º | 0.36% | 0.87% | - |
| XYZ | 35.81 | 31.3 | 73.26 | - |
| YUV | 154.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 222 | 0.32 | 0.36 | 0 | 0.13 | 247.5 | 0.55 | 0.71 |
| Hex | 98 | 8E | DE | 20 | 24 | 0 | D | F8 | 37 | 47 |
| Octal | 230 | 216 | 336 | 40 | 44 | 0 | 15 | 370 | 67 | 107 |
| Binary | 10011000 | 10001110 | 11011110 | 100000 | 100100 | 0 | 1101 | 11111000 | 110111 | 1000111 |
Color Harmonies of #988EDE
Complementary color
Monochromatic Colors of #988EDE
Black with #988EDE
Text Example
Text Example
White with #988EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988EDE; }
p { color: rgb(152,142,222); }
H1.HeaderClassName
{
color: #988EDE;
}
.AnyTagClassName
{
color: #988EDE;
}
</style>
background-color css
<style>
a { background-color: #988EDE; }
a { background-color: rgb(152,142,222); }
div.DivClassName
{
background-color: #988EDE;
}
.BgClassName
{
background-color: #988EDE;
}
</style>
border-color css
<style>
span { border-color: #988EDE; }
span { border-color: rgb(152,142,222); }
td.TdClassName
{
border-color: #988EDE;
}
.TagClassName
{
border-color: #988EDE;
}
</style>