Shades of Blue Bell #988ADD
Tints of Blue Bell #988ADD
RGB
CMYK
RGB Variations
Color information
#988ADD (or 0x988ADD) is known color: Blue Bell. HEX triplet: 98, 8A and DD. RGB value is (152,138,221). Sum of RGB (Red+Green+Blue) = 152+138+221=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #988ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ADD is #677522. Grayscale: #979797. Windows color (decimal): -6780195 or 14518936. OLE color: 14518936.
HSL color Cylindrical-coordinate representation of color #988ADD: hue angle of 250.12º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #988ADD is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 138 | 221 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.13 |
| HSL | 250.12º | 0.55% | 0.7% | - |
| HSV(B) | 250.12º | 0.38% | 0.87% | - |
| XYZ | 35.09 | 30.07 | 72.36 | - |
| YUV | 151.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 221 | 0.31 | 0.38 | 0 | 0.13 | 250.12 | 0.55 | 0.7 |
| Hex | 98 | 8A | DD | 1F | 26 | 0 | D | FA | 37 | 46 |
| Octal | 230 | 212 | 335 | 37 | 46 | 0 | 15 | 372 | 67 | 106 |
| Binary | 10011000 | 10001010 | 11011101 | 11111 | 100110 | 0 | 1101 | 11111010 | 110111 | 1000110 |
Color Harmonies of #988ADD
Complementary color
Monochromatic Colors of #988ADD
Black with #988ADD
Text Example
Text Example
White with #988ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988ADD; }
p { color: rgb(152,138,221); }
H1.HeaderClassName
{
color: #988ADD;
}
.AnyTagClassName
{
color: #988ADD;
}
</style>
background-color css
<style>
a { background-color: #988ADD; }
a { background-color: rgb(152,138,221); }
div.DivClassName
{
background-color: #988ADD;
}
.BgClassName
{
background-color: #988ADD;
}
</style>
border-color css
<style>
span { border-color: #988ADD; }
span { border-color: rgb(152,138,221); }
td.TdClassName
{
border-color: #988ADD;
}
.TagClassName
{
border-color: #988ADD;
}
</style>