Shades of Blue Bell #988DE5
Tints of Blue Bell #988DE5
RGB
CMYK
RGB Variations
Color information
#988DE5 (or 0x988DE5) is known color: Blue Bell. HEX triplet: 98, 8D and E5. RGB value is (152,141,229). Sum of RGB (Red+Green+Blue) = 152+141+229=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #988DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DE5 is #67721A. Grayscale: #999999. Windows color (decimal): -6779419 or 15043992. OLE color: 15043992.
HSL color Cylindrical-coordinate representation of color #988DE5: hue angle of 247.5º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #988DE5 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 141 | 229 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.10 |
| HSL | 247.5º | 0.63% | 0.73% | - |
| HSV(B) | 247.5º | 0.38% | 0.9% | - |
| XYZ | 36.62 | 31.38 | 78.26 | - |
| YUV | 154.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 229 | 0.34 | 0.38 | 0 | 0.10 | 247.5 | 0.63 | 0.73 |
| Hex | 98 | 8D | E5 | 22 | 26 | 0 | A | F8 | 3F | 49 |
| Octal | 230 | 215 | 345 | 42 | 46 | 0 | 12 | 370 | 77 | 111 |
| Binary | 10011000 | 10001101 | 11100101 | 100010 | 100110 | 0 | 1010 | 11111000 | 111111 | 1001001 |
Color Harmonies of #988DE5
Complementary color
Monochromatic Colors of #988DE5
Black with #988DE5
Text Example
Text Example
White with #988DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DE5; }
p { color: rgb(152,141,229); }
H1.HeaderClassName
{
color: #988DE5;
}
.AnyTagClassName
{
color: #988DE5;
}
</style>
background-color css
<style>
a { background-color: #988DE5; }
a { background-color: rgb(152,141,229); }
div.DivClassName
{
background-color: #988DE5;
}
.BgClassName
{
background-color: #988DE5;
}
</style>
border-color css
<style>
span { border-color: #988DE5; }
span { border-color: rgb(152,141,229); }
td.TdClassName
{
border-color: #988DE5;
}
.TagClassName
{
border-color: #988DE5;
}
</style>