Shades of Blue Bell #988BE6
Tints of Blue Bell #988BE6
RGB
CMYK
RGB Variations
Color information
#988BE6 (or 0x988BE6) is known color: Blue Bell. HEX triplet: 98, 8B and E6. RGB value is (152,139,230). Sum of RGB (Red+Green+Blue) = 152+139+230=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #988BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988BE6 is #677419. Grayscale: #989898. Windows color (decimal): -6779930 or 15109016. OLE color: 15109016.
HSL color Cylindrical-coordinate representation of color #988BE6: hue angle of 248.57º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988BE6 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 139 | 230 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.10 |
| HSL | 248.57º | 0.65% | 0.72% | - |
| HSV(B) | 248.57º | 0.4% | 0.9% | - |
| XYZ | 36.46 | 30.85 | 78.9 | - |
| YUV | 153.26 | 171.31 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 230 | 0.34 | 0.40 | 0 | 0.10 | 248.57 | 0.65 | 0.72 |
| Hex | 98 | 8B | E6 | 22 | 28 | 0 | A | F9 | 41 | 48 |
| Octal | 230 | 213 | 346 | 42 | 50 | 0 | 12 | 371 | 101 | 110 |
| Binary | 10011000 | 10001011 | 11100110 | 100010 | 101000 | 0 | 1010 | 11111001 | 1000001 | 1001000 |
Color Harmonies of #988BE6
Complementary color
Monochromatic Colors of #988BE6
Black with #988BE6
Text Example
Text Example
White with #988BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BE6; }
p { color: rgb(152,139,230); }
H1.HeaderClassName
{
color: #988BE6;
}
.AnyTagClassName
{
color: #988BE6;
}
</style>
background-color css
<style>
a { background-color: #988BE6; }
a { background-color: rgb(152,139,230); }
div.DivClassName
{
background-color: #988BE6;
}
.BgClassName
{
background-color: #988BE6;
}
</style>
border-color css
<style>
span { border-color: #988BE6; }
span { border-color: rgb(152,139,230); }
td.TdClassName
{
border-color: #988BE6;
}
.TagClassName
{
border-color: #988BE6;
}
</style>