Shades of Blue Bell #989BDC
Tints of Blue Bell #989BDC
RGB
CMYK
RGB Variations
Color information
#989BDC (or 0x989BDC) is known color: Blue Bell. HEX triplet: 98, 9B and DC. RGB value is (152,155,220). Sum of RGB (Red+Green+Blue) = 152+155+220=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #989BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDC is #676423. Grayscale: #A1A1A1. Windows color (decimal): -6775844 or 14457752. OLE color: 14457752.
HSL color Cylindrical-coordinate representation of color #989BDC: hue angle of 237.35º 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 #989BDC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 155 | 220 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.14 |
| HSL | 237.35º | 0.49% | 0.73% | - |
| HSV(B) | 237.35º | 0.31% | 0.86% | - |
| XYZ | 37.59 | 35.29 | 72.54 | - |
| YUV | 161.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 220 | 0.31 | 0.30 | 0 | 0.14 | 237.35 | 0.49 | 0.73 |
| Hex | 98 | 9B | DC | 1F | 1E | 0 | E | ED | 31 | 49 |
| Octal | 230 | 233 | 334 | 37 | 36 | 0 | 16 | 355 | 61 | 111 |
| Binary | 10011000 | 10011011 | 11011100 | 11111 | 11110 | 0 | 1110 | 11101101 | 110001 | 1001001 |
Color Harmonies of #989BDC
Complementary color
Monochromatic Colors of #989BDC
Black with #989BDC
Text Example
Text Example
White with #989BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BDC; }
p { color: rgb(152,155,220); }
H1.HeaderClassName
{
color: #989BDC;
}
.AnyTagClassName
{
color: #989BDC;
}
</style>
background-color css
<style>
a { background-color: #989BDC; }
a { background-color: rgb(152,155,220); }
div.DivClassName
{
background-color: #989BDC;
}
.BgClassName
{
background-color: #989BDC;
}
</style>
border-color css
<style>
span { border-color: #989BDC; }
span { border-color: rgb(152,155,220); }
td.TdClassName
{
border-color: #989BDC;
}
.TagClassName
{
border-color: #989BDC;
}
</style>