Shades of Blue Bell #989EC9
Tints of Blue Bell #989EC9
RGB
CMYK
RGB Variations
Color information
#989EC9 (or 0x989EC9) is known color: Blue Bell. HEX triplet: 98, 9E and C9. RGB value is (152,158,201). Sum of RGB (Red+Green+Blue) = 152+158+201=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #989EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989EC9 is #676136. Grayscale: #A0A0A0. Windows color (decimal): -6775095 or 13213336. OLE color: 13213336.
HSL color Cylindrical-coordinate representation of color #989EC9: hue angle of 232.65º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #989EC9 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 158 | 201 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.21 |
| HSL | 232.65º | 0.31% | 0.69% | - |
| HSV(B) | 232.65º | 0.24% | 0.79% | - |
| XYZ | 35.72 | 35.35 | 60.2 | - |
| YUV | 161.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 201 | 0.24 | 0.21 | 0 | 0.21 | 232.65 | 0.31 | 0.69 |
| Hex | 98 | 9E | C9 | 18 | 15 | 0 | 15 | E9 | 1F | 45 |
| Octal | 230 | 236 | 311 | 30 | 25 | 0 | 25 | 351 | 37 | 105 |
| Binary | 10011000 | 10011110 | 11001001 | 11000 | 10101 | 0 | 10101 | 11101001 | 11111 | 1000101 |
Color Harmonies of #989EC9
Complementary color
Monochromatic Colors of #989EC9
Black with #989EC9
Text Example
Text Example
White with #989EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989EC9; }
p { color: rgb(152,158,201); }
H1.HeaderClassName
{
color: #989EC9;
}
.AnyTagClassName
{
color: #989EC9;
}
</style>
background-color css
<style>
a { background-color: #989EC9; }
a { background-color: rgb(152,158,201); }
div.DivClassName
{
background-color: #989EC9;
}
.BgClassName
{
background-color: #989EC9;
}
</style>
border-color css
<style>
span { border-color: #989EC9; }
span { border-color: rgb(152,158,201); }
td.TdClassName
{
border-color: #989EC9;
}
.TagClassName
{
border-color: #989EC9;
}
</style>