Shades of Blue Bell #989BDB
Tints of Blue Bell #989BDB
RGB
CMYK
RGB Variations
Color information
#989BDB (or 0x989BDB) is known color: Blue Bell. HEX triplet: 98, 9B and DB. RGB value is (152,155,219). Sum of RGB (Red+Green+Blue) = 152+155+219=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #989BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #989BDB is #676424. Grayscale: #A1A1A1. Windows color (decimal): -6775845 or 14392216. OLE color: 14392216.
HSL color Cylindrical-coordinate representation of color #989BDB: hue angle of 237.31º degrees, saturation: 0.48, 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 #989BDB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 155 | 219 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.14 |
| HSL | 237.31º | 0.48% | 0.73% | - |
| HSV(B) | 237.31º | 0.31% | 0.86% | - |
| XYZ | 37.46 | 35.23 | 71.84 | - |
| YUV | 161.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 155 | 219 | 0.31 | 0.29 | 0 | 0.14 | 237.31 | 0.48 | 0.73 |
| Hex | 98 | 9B | DB | 1F | 1D | 0 | E | ED | 30 | 49 |
| Octal | 230 | 233 | 333 | 37 | 35 | 0 | 16 | 355 | 60 | 111 |
| Binary | 10011000 | 10011011 | 11011011 | 11111 | 11101 | 0 | 1110 | 11101101 | 110000 | 1001001 |
Color Harmonies of #989BDB
Complementary color
Monochromatic Colors of #989BDB
Black with #989BDB
Text Example
Text Example
White with #989BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989BDB; }
p { color: rgb(152,155,219); }
H1.HeaderClassName
{
color: #989BDB;
}
.AnyTagClassName
{
color: #989BDB;
}
</style>
background-color css
<style>
a { background-color: #989BDB; }
a { background-color: rgb(152,155,219); }
div.DivClassName
{
background-color: #989BDB;
}
.BgClassName
{
background-color: #989BDB;
}
</style>
border-color css
<style>
span { border-color: #989BDB; }
span { border-color: rgb(152,155,219); }
td.TdClassName
{
border-color: #989BDB;
}
.TagClassName
{
border-color: #989BDB;
}
</style>