Shades of Blue Bell #988ECF
Tints of Blue Bell #988ECF
RGB
CMYK
RGB Variations
Color information
#988ECF (or 0x988ECF) is known color: Blue Bell. HEX triplet: 98, 8E and CF. RGB value is (152,142,207). Sum of RGB (Red+Green+Blue) = 152+142+207=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #988ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ECF is #677130. Grayscale: #989898. Windows color (decimal): -6779185 or 13602456. OLE color: 13602456.
HSL color Cylindrical-coordinate representation of color #988ECF: hue angle of 249.23º 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 #988ECF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 142 | 207 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.19 |
| HSL | 249.23º | 0.4% | 0.68% | - |
| HSV(B) | 249.23º | 0.31% | 0.81% | - |
| XYZ | 33.88 | 30.53 | 63.14 | - |
| YUV | 152.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 207 | 0.27 | 0.31 | 0 | 0.19 | 249.23 | 0.4 | 0.68 |
| Hex | 98 | 8E | CF | 1B | 1F | 0 | 13 | F9 | 28 | 44 |
| Octal | 230 | 216 | 317 | 33 | 37 | 0 | 23 | 371 | 50 | 104 |
| Binary | 10011000 | 10001110 | 11001111 | 11011 | 11111 | 0 | 10011 | 11111001 | 101000 | 1000100 |
Color Harmonies of #988ECF
Complementary color
Monochromatic Colors of #988ECF
Black with #988ECF
Text Example
Text Example
White with #988ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988ECF; }
p { color: rgb(152,142,207); }
H1.HeaderClassName
{
color: #988ECF;
}
.AnyTagClassName
{
color: #988ECF;
}
</style>
background-color css
<style>
a { background-color: #988ECF; }
a { background-color: rgb(152,142,207); }
div.DivClassName
{
background-color: #988ECF;
}
.BgClassName
{
background-color: #988ECF;
}
</style>
border-color css
<style>
span { border-color: #988ECF; }
span { border-color: rgb(152,142,207); }
td.TdClassName
{
border-color: #988ECF;
}
.TagClassName
{
border-color: #988ECF;
}
</style>