Shades of Blue Bell #989ECB
Tints of Blue Bell #989ECB
RGB
CMYK
RGB Variations
Color information
#989ECB (or 0x989ECB) is known color: Blue Bell. HEX triplet: 98, 9E and CB. RGB value is (152,158,203). Sum of RGB (Red+Green+Blue) = 152+158+203=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #989ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ECB is #676134. Grayscale: #A1A1A1. Windows color (decimal): -6775093 or 13344408. OLE color: 13344408.
HSL color Cylindrical-coordinate representation of color #989ECB: hue angle of 232.94º degrees, saturation: 0.33, 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 #989ECB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 158 | 203 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.20 |
| HSL | 232.94º | 0.33% | 0.7% | - |
| HSV(B) | 232.94º | 0.25% | 0.8% | - |
| XYZ | 35.96 | 35.44 | 61.45 | - |
| YUV | 161.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 203 | 0.25 | 0.22 | 0 | 0.20 | 232.94 | 0.33 | 0.7 |
| Hex | 98 | 9E | CB | 19 | 16 | 0 | 14 | E9 | 21 | 46 |
| Octal | 230 | 236 | 313 | 31 | 26 | 0 | 24 | 351 | 41 | 106 |
| Binary | 10011000 | 10011110 | 11001011 | 11001 | 10110 | 0 | 10100 | 11101001 | 100001 | 1000110 |
Color Harmonies of #989ECB
Complementary color
Monochromatic Colors of #989ECB
Black with #989ECB
Text Example
Text Example
White with #989ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ECB; }
p { color: rgb(152,158,203); }
H1.HeaderClassName
{
color: #989ECB;
}
.AnyTagClassName
{
color: #989ECB;
}
</style>
background-color css
<style>
a { background-color: #989ECB; }
a { background-color: rgb(152,158,203); }
div.DivClassName
{
background-color: #989ECB;
}
.BgClassName
{
background-color: #989ECB;
}
</style>
border-color css
<style>
span { border-color: #989ECB; }
span { border-color: rgb(152,158,203); }
td.TdClassName
{
border-color: #989ECB;
}
.TagClassName
{
border-color: #989ECB;
}
</style>