Shades of Blue Bell #989ADE
Tints of Blue Bell #989ADE
RGB
CMYK
RGB Variations
Color information
#989ADE (or 0x989ADE) is known color: Blue Bell. HEX triplet: 98, 9A and DE. RGB value is (152,154,222). Sum of RGB (Red+Green+Blue) = 152+154+222=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #989ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADE is #676521. Grayscale: #A0A0A0. Windows color (decimal): -6776098 or 14588568. OLE color: 14588568.
HSL color Cylindrical-coordinate representation of color #989ADE: hue angle of 238.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #989ADE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 154 | 222 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.13 |
| HSL | 238.29º | 0.51% | 0.73% | - |
| HSV(B) | 238.29º | 0.32% | 0.87% | - |
| XYZ | 37.69 | 35.06 | 73.89 | - |
| YUV | 161.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 222 | 0.32 | 0.31 | 0 | 0.13 | 238.29 | 0.51 | 0.73 |
| Hex | 98 | 9A | DE | 20 | 1F | 0 | D | EE | 33 | 49 |
| Octal | 230 | 232 | 336 | 40 | 37 | 0 | 15 | 356 | 63 | 111 |
| Binary | 10011000 | 10011010 | 11011110 | 100000 | 11111 | 0 | 1101 | 11101110 | 110011 | 1001001 |
Color Harmonies of #989ADE
Complementary color
Monochromatic Colors of #989ADE
Black with #989ADE
Text Example
Text Example
White with #989ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ADE; }
p { color: rgb(152,154,222); }
H1.HeaderClassName
{
color: #989ADE;
}
.AnyTagClassName
{
color: #989ADE;
}
</style>
background-color css
<style>
a { background-color: #989ADE; }
a { background-color: rgb(152,154,222); }
div.DivClassName
{
background-color: #989ADE;
}
.BgClassName
{
background-color: #989ADE;
}
</style>
border-color css
<style>
span { border-color: #989ADE; }
span { border-color: rgb(152,154,222); }
td.TdClassName
{
border-color: #989ADE;
}
.TagClassName
{
border-color: #989ADE;
}
</style>