Shades of Blue Bell #988BDD
Tints of Blue Bell #988BDD
RGB
CMYK
RGB Variations
Color information
#988BDD (or 0x988BDD) is known color: Blue Bell. HEX triplet: 98, 8B and DD. RGB value is (152,139,221). Sum of RGB (Red+Green+Blue) = 152+139+221=512 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.69% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #988BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988BDD is #677422. Grayscale: #979797. Windows color (decimal): -6779939 or 14519192. OLE color: 14519192.
HSL color Cylindrical-coordinate representation of color #988BDD: hue angle of 249.51º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #988BDD is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 139 | 221 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.13 |
| HSL | 249.51º | 0.55% | 0.71% | - |
| HSV(B) | 249.51º | 0.37% | 0.87% | - |
| XYZ | 35.23 | 30.36 | 72.41 | - |
| YUV | 152.24 | 166.81 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 221 | 0.31 | 0.37 | 0 | 0.13 | 249.51 | 0.55 | 0.71 |
| Hex | 98 | 8B | DD | 1F | 25 | 0 | D | FA | 37 | 47 |
| Octal | 230 | 213 | 335 | 37 | 45 | 0 | 15 | 372 | 67 | 107 |
| Binary | 10011000 | 10001011 | 11011101 | 11111 | 100101 | 0 | 1101 | 11111010 | 110111 | 1000111 |
Color Harmonies of #988BDD
Complementary color
Monochromatic Colors of #988BDD
Black with #988BDD
Text Example
Text Example
White with #988BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BDD; }
p { color: rgb(152,139,221); }
H1.HeaderClassName
{
color: #988BDD;
}
.AnyTagClassName
{
color: #988BDD;
}
</style>
background-color css
<style>
a { background-color: #988BDD; }
a { background-color: rgb(152,139,221); }
div.DivClassName
{
background-color: #988BDD;
}
.BgClassName
{
background-color: #988BDD;
}
</style>
border-color css
<style>
span { border-color: #988BDD; }
span { border-color: rgb(152,139,221); }
td.TdClassName
{
border-color: #988BDD;
}
.TagClassName
{
border-color: #988BDD;
}
</style>