Shades of Blue Bell #988ECE
Tints of Blue Bell #988ECE
RGB
CMYK
RGB Variations
Color information
#988ECE (or 0x988ECE) is known color: Blue Bell. HEX triplet: 98, 8E and CE. RGB value is (152,142,206). Sum of RGB (Red+Green+Blue) = 152+142+206=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #988ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ECE is #677131. Grayscale: #989898. Windows color (decimal): -6779186 or 13536920. OLE color: 13536920.
HSL color Cylindrical-coordinate representation of color #988ECE: hue angle of 249.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988ECE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 142 | 206 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.19 |
| HSL | 249.38º | 0.4% | 0.68% | - |
| HSV(B) | 249.38º | 0.31% | 0.81% | - |
| XYZ | 33.76 | 30.48 | 62.5 | - |
| YUV | 152.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 206 | 0.26 | 0.31 | 0 | 0.19 | 249.38 | 0.4 | 0.68 |
| Hex | 98 | 8E | CE | 1A | 1F | 0 | 13 | F9 | 28 | 44 |
| Octal | 230 | 216 | 316 | 32 | 37 | 0 | 23 | 371 | 50 | 104 |
| Binary | 10011000 | 10001110 | 11001110 | 11010 | 11111 | 0 | 10011 | 11111001 | 101000 | 1000100 |
Color Harmonies of #988ECE
Complementary color
Monochromatic Colors of #988ECE
Black with #988ECE
Text Example
Text Example
White with #988ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988ECE; }
p { color: rgb(152,142,206); }
H1.HeaderClassName
{
color: #988ECE;
}
.AnyTagClassName
{
color: #988ECE;
}
</style>
background-color css
<style>
a { background-color: #988ECE; }
a { background-color: rgb(152,142,206); }
div.DivClassName
{
background-color: #988ECE;
}
.BgClassName
{
background-color: #988ECE;
}
</style>
border-color css
<style>
span { border-color: #988ECE; }
span { border-color: rgb(152,142,206); }
td.TdClassName
{
border-color: #988ECE;
}
.TagClassName
{
border-color: #988ECE;
}
</style>