Shades of Blue Bell #988AE1
Tints of Blue Bell #988AE1
RGB
CMYK
RGB Variations
Color information
#988AE1 (or 0x988AE1) is known color: Blue Bell. HEX triplet: 98, 8A and E1. RGB value is (152,138,225). Sum of RGB (Red+Green+Blue) = 152+138+225=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #988AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AE1 is #67751E. Grayscale: #979797. Windows color (decimal): -6780191 or 14781080. OLE color: 14781080.
HSL color Cylindrical-coordinate representation of color #988AE1: hue angle of 249.66º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988AE1 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 138 | 225 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.12 |
| HSL | 249.66º | 0.59% | 0.71% | - |
| HSV(B) | 249.66º | 0.39% | 0.88% | - |
| XYZ | 35.63 | 30.29 | 75.2 | - |
| YUV | 152.1 | 169.14 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 225 | 0.32 | 0.39 | 0 | 0.12 | 249.66 | 0.59 | 0.71 |
| Hex | 98 | 8A | E1 | 20 | 27 | 0 | C | FA | 3B | 47 |
| Octal | 230 | 212 | 341 | 40 | 47 | 0 | 14 | 372 | 73 | 107 |
| Binary | 10011000 | 10001010 | 11100001 | 100000 | 100111 | 0 | 1100 | 11111010 | 111011 | 1000111 |
Color Harmonies of #988AE1
Complementary color
Monochromatic Colors of #988AE1
Black with #988AE1
Text Example
Text Example
White with #988AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988AE1; }
p { color: rgb(152,138,225); }
H1.HeaderClassName
{
color: #988AE1;
}
.AnyTagClassName
{
color: #988AE1;
}
</style>
background-color css
<style>
a { background-color: #988AE1; }
a { background-color: rgb(152,138,225); }
div.DivClassName
{
background-color: #988AE1;
}
.BgClassName
{
background-color: #988AE1;
}
</style>
border-color css
<style>
span { border-color: #988AE1; }
span { border-color: rgb(152,138,225); }
td.TdClassName
{
border-color: #988AE1;
}
.TagClassName
{
border-color: #988AE1;
}
</style>