Shades of Blue Bell #989ECC
Tints of Blue Bell #989ECC
RGB
CMYK
RGB Variations
Color information
#989ECC (or 0x989ECC) is known color: Blue Bell. HEX triplet: 98, 9E and CC. RGB value is (152,158,204). Sum of RGB (Red+Green+Blue) = 152+158+204=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #989ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ECC is #676133. Grayscale: #A1A1A1. Windows color (decimal): -6775092 or 13409944. OLE color: 13409944.
HSL color Cylindrical-coordinate representation of color #989ECC: hue angle of 233.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989ECC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 158 | 204 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.2 |
| HSL | 233.08º | 0.34% | 0.7% | - |
| HSV(B) | 233.08º | 0.25% | 0.8% | - |
| XYZ | 36.07 | 35.49 | 62.08 | - |
| YUV | 161.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 204 | 0.25 | 0.23 | 0 | 0.2 | 233.08 | 0.34 | 0.7 |
| Hex | 98 | 9E | CC | 19 | 17 | 0 | 14 | E9 | 22 | 46 |
| Octal | 230 | 236 | 314 | 31 | 27 | 0 | 24 | 351 | 42 | 106 |
| Binary | 10011000 | 10011110 | 11001100 | 11001 | 10111 | 0 | 10100 | 11101001 | 100010 | 1000110 |
Color Harmonies of #989ECC
Complementary color
Monochromatic Colors of #989ECC
Black with #989ECC
Text Example
Text Example
White with #989ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ECC; }
p { color: rgb(152,158,204); }
H1.HeaderClassName
{
color: #989ECC;
}
.AnyTagClassName
{
color: #989ECC;
}
</style>
background-color css
<style>
a { background-color: #989ECC; }
a { background-color: rgb(152,158,204); }
div.DivClassName
{
background-color: #989ECC;
}
.BgClassName
{
background-color: #989ECC;
}
</style>
border-color css
<style>
span { border-color: #989ECC; }
span { border-color: rgb(152,158,204); }
td.TdClassName
{
border-color: #989ECC;
}
.TagClassName
{
border-color: #989ECC;
}
</style>