Shades of Blue Bell #988BDB
Tints of Blue Bell #988BDB
RGB
CMYK
RGB Variations
Color information
#988BDB (or 0x988BDB) is known color: Blue Bell. HEX triplet: 98, 8B and DB. RGB value is (152,139,219). Sum of RGB (Red+Green+Blue) = 152+139+219=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #988BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BDB is #677424. Grayscale: #979797. Windows color (decimal): -6779941 or 14388120. OLE color: 14388120.
HSL color Cylindrical-coordinate representation of color #988BDB: hue angle of 249.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #988BDB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 139 | 219 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.14 |
| HSL | 249.75º | 0.53% | 0.7% | - |
| HSV(B) | 249.75º | 0.37% | 0.86% | - |
| XYZ | 34.97 | 30.26 | 71.01 | - |
| YUV | 152.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 219 | 0.31 | 0.37 | 0 | 0.14 | 249.75 | 0.53 | 0.7 |
| Hex | 98 | 8B | DB | 1F | 25 | 0 | E | FA | 35 | 46 |
| Octal | 230 | 213 | 333 | 37 | 45 | 0 | 16 | 372 | 65 | 106 |
| Binary | 10011000 | 10001011 | 11011011 | 11111 | 100101 | 0 | 1110 | 11111010 | 110101 | 1000110 |
Color Harmonies of #988BDB
Complementary color
Monochromatic Colors of #988BDB
Black with #988BDB
Text Example
Text Example
White with #988BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BDB; }
p { color: rgb(152,139,219); }
H1.HeaderClassName
{
color: #988BDB;
}
.AnyTagClassName
{
color: #988BDB;
}
</style>
background-color css
<style>
a { background-color: #988BDB; }
a { background-color: rgb(152,139,219); }
div.DivClassName
{
background-color: #988BDB;
}
.BgClassName
{
background-color: #988BDB;
}
</style>
border-color css
<style>
span { border-color: #988BDB; }
span { border-color: rgb(152,139,219); }
td.TdClassName
{
border-color: #988BDB;
}
.TagClassName
{
border-color: #988BDB;
}
</style>