Shades of Blue Bell #988CDB
Tints of Blue Bell #988CDB
RGB
CMYK
RGB Variations
Color information
#988CDB (or 0x988CDB) is known color: Blue Bell. HEX triplet: 98, 8C and DB. RGB value is (152,140,219). Sum of RGB (Red+Green+Blue) = 152+140+219=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #988CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CDB is #677324. Grayscale: #989898. Windows color (decimal): -6779685 or 14388376. OLE color: 14388376.
HSL color Cylindrical-coordinate representation of color #988CDB: hue angle of 249.11º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988CDB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 140 | 219 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.14 |
| HSL | 249.11º | 0.52% | 0.7% | - |
| HSV(B) | 249.11º | 0.36% | 0.86% | - |
| XYZ | 35.11 | 30.55 | 71.06 | - |
| YUV | 152.59 | 165.48 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 219 | 0.31 | 0.36 | 0 | 0.14 | 249.11 | 0.52 | 0.7 |
| Hex | 98 | 8C | DB | 1F | 24 | 0 | E | F9 | 34 | 46 |
| Octal | 230 | 214 | 333 | 37 | 44 | 0 | 16 | 371 | 64 | 106 |
| Binary | 10011000 | 10001100 | 11011011 | 11111 | 100100 | 0 | 1110 | 11111001 | 110100 | 1000110 |
Color Harmonies of #988CDB
Complementary color
Monochromatic Colors of #988CDB
Black with #988CDB
Text Example
Text Example
White with #988CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CDB; }
p { color: rgb(152,140,219); }
H1.HeaderClassName
{
color: #988CDB;
}
.AnyTagClassName
{
color: #988CDB;
}
</style>
background-color css
<style>
a { background-color: #988CDB; }
a { background-color: rgb(152,140,219); }
div.DivClassName
{
background-color: #988CDB;
}
.BgClassName
{
background-color: #988CDB;
}
</style>
border-color css
<style>
span { border-color: #988CDB; }
span { border-color: rgb(152,140,219); }
td.TdClassName
{
border-color: #988CDB;
}
.TagClassName
{
border-color: #988CDB;
}
</style>