Shades of Blue Bell #989ED0
Tints of Blue Bell #989ED0
RGB
CMYK
RGB Variations
Color information
#989ED0 (or 0x989ED0) is known color: Blue Bell. HEX triplet: 98, 9E and D0. RGB value is (152,158,208). Sum of RGB (Red+Green+Blue) = 152+158+208=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #989ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ED0 is #67612F. Grayscale: #A1A1A1. Windows color (decimal): -6775088 or 13672088. OLE color: 13672088.
HSL color Cylindrical-coordinate representation of color #989ED0: hue angle of 233.57º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #989ED0 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 158 | 208 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.18 |
| HSL | 233.57º | 0.37% | 0.71% | - |
| HSV(B) | 233.57º | 0.27% | 0.82% | - |
| XYZ | 36.56 | 35.68 | 64.64 | - |
| YUV | 161.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 158 | 208 | 0.27 | 0.24 | 0 | 0.18 | 233.57 | 0.37 | 0.71 |
| Hex | 98 | 9E | D0 | 1B | 18 | 0 | 12 | EA | 25 | 47 |
| Octal | 230 | 236 | 320 | 33 | 30 | 0 | 22 | 352 | 45 | 107 |
| Binary | 10011000 | 10011110 | 11010000 | 11011 | 11000 | 0 | 10010 | 11101010 | 100101 | 1000111 |
Color Harmonies of #989ED0
Complementary color
Monochromatic Colors of #989ED0
Black with #989ED0
Text Example
Text Example
White with #989ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ED0; }
p { color: rgb(152,158,208); }
H1.HeaderClassName
{
color: #989ED0;
}
.AnyTagClassName
{
color: #989ED0;
}
</style>
background-color css
<style>
a { background-color: #989ED0; }
a { background-color: rgb(152,158,208); }
div.DivClassName
{
background-color: #989ED0;
}
.BgClassName
{
background-color: #989ED0;
}
</style>
border-color css
<style>
span { border-color: #989ED0; }
span { border-color: rgb(152,158,208); }
td.TdClassName
{
border-color: #989ED0;
}
.TagClassName
{
border-color: #989ED0;
}
</style>