Shades of Blue Bell #989ADC
Tints of Blue Bell #989ADC
RGB
CMYK
RGB Variations
Color information
#989ADC (or 0x989ADC) is known color: Blue Bell. HEX triplet: 98, 9A and DC. RGB value is (152,154,220). Sum of RGB (Red+Green+Blue) = 152+154+220=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #989ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989ADC is #676523. Grayscale: #A0A0A0. Windows color (decimal): -6776100 or 14457496. OLE color: 14457496.
HSL color Cylindrical-coordinate representation of color #989ADC: hue angle of 238.24º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #989ADC is Cyan = 0.31, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 154 | 220 | - |
| CMYK | 0.31 | 0.3 | 0 | 0.14 |
| HSL | 238.24º | 0.49% | 0.73% | - |
| HSV(B) | 238.24º | 0.31% | 0.86% | - |
| XYZ | 37.42 | 34.95 | 72.48 | - |
| YUV | 160.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 154 | 220 | 0.31 | 0.3 | 0 | 0.14 | 238.24 | 0.49 | 0.73 |
| Hex | 98 | 9A | DC | 1F | 1E | 0 | E | EE | 31 | 49 |
| Octal | 230 | 232 | 334 | 37 | 36 | 0 | 16 | 356 | 61 | 111 |
| Binary | 10011000 | 10011010 | 11011100 | 11111 | 11110 | 0 | 1110 | 11101110 | 110001 | 1001001 |
Color Harmonies of #989ADC
Complementary color
Monochromatic Colors of #989ADC
Black with #989ADC
Text Example
Text Example
White with #989ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989ADC; }
p { color: rgb(152,154,220); }
H1.HeaderClassName
{
color: #989ADC;
}
.AnyTagClassName
{
color: #989ADC;
}
</style>
background-color css
<style>
a { background-color: #989ADC; }
a { background-color: rgb(152,154,220); }
div.DivClassName
{
background-color: #989ADC;
}
.BgClassName
{
background-color: #989ADC;
}
</style>
border-color css
<style>
span { border-color: #989ADC; }
span { border-color: rgb(152,154,220); }
td.TdClassName
{
border-color: #989ADC;
}
.TagClassName
{
border-color: #989ADC;
}
</style>