Shades of Blue Bell #988CE5
Tints of Blue Bell #988CE5
RGB
CMYK
RGB Variations
Color information
#988CE5 (or 0x988CE5) is known color: Blue Bell. HEX triplet: 98, 8C and E5. RGB value is (152,140,229). Sum of RGB (Red+Green+Blue) = 152+140+229=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #988CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CE5 is #67731A. Grayscale: #999999. Windows color (decimal): -6779675 or 15043736. OLE color: 15043736.
HSL color Cylindrical-coordinate representation of color #988CE5: hue angle of 248.09º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988CE5 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 140 | 229 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.10 |
| HSL | 248.09º | 0.63% | 0.72% | - |
| HSV(B) | 248.09º | 0.39% | 0.9% | - |
| XYZ | 36.47 | 31.09 | 78.21 | - |
| YUV | 153.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 229 | 0.34 | 0.39 | 0 | 0.10 | 248.09 | 0.63 | 0.72 |
| Hex | 98 | 8C | E5 | 22 | 27 | 0 | A | F8 | 3F | 48 |
| Octal | 230 | 214 | 345 | 42 | 47 | 0 | 12 | 370 | 77 | 110 |
| Binary | 10011000 | 10001100 | 11100101 | 100010 | 100111 | 0 | 1010 | 11111000 | 111111 | 1001000 |
Color Harmonies of #988CE5
Complementary color
Monochromatic Colors of #988CE5
Black with #988CE5
Text Example
Text Example
White with #988CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CE5; }
p { color: rgb(152,140,229); }
H1.HeaderClassName
{
color: #988CE5;
}
.AnyTagClassName
{
color: #988CE5;
}
</style>
background-color css
<style>
a { background-color: #988CE5; }
a { background-color: rgb(152,140,229); }
div.DivClassName
{
background-color: #988CE5;
}
.BgClassName
{
background-color: #988CE5;
}
</style>
border-color css
<style>
span { border-color: #988CE5; }
span { border-color: rgb(152,140,229); }
td.TdClassName
{
border-color: #988CE5;
}
.TagClassName
{
border-color: #988CE5;
}
</style>