Shades of Blue Bell #988AD9
Tints of Blue Bell #988AD9
RGB
CMYK
RGB Variations
Color information
#988AD9 (or 0x988AD9) is known color: Blue Bell. HEX triplet: 98, 8A and D9. RGB value is (152,138,217). Sum of RGB (Red+Green+Blue) = 152+138+217=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #988AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988AD9 is #677526. Grayscale: #969696. Windows color (decimal): -6780199 or 14256792. OLE color: 14256792.
HSL color Cylindrical-coordinate representation of color #988AD9: hue angle of 250.63º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988AD9 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 138 | 217 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.15 |
| HSL | 250.63º | 0.51% | 0.7% | - |
| HSV(B) | 250.63º | 0.36% | 0.85% | - |
| XYZ | 34.56 | 29.86 | 69.59 | - |
| YUV | 151.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 217 | 0.30 | 0.36 | 0 | 0.15 | 250.63 | 0.51 | 0.7 |
| Hex | 98 | 8A | D9 | 1E | 24 | 0 | F | FB | 33 | 46 |
| Octal | 230 | 212 | 331 | 36 | 44 | 0 | 17 | 373 | 63 | 106 |
| Binary | 10011000 | 10001010 | 11011001 | 11110 | 100100 | 0 | 1111 | 11111011 | 110011 | 1000110 |
Color Harmonies of #988AD9
Complementary color
Monochromatic Colors of #988AD9
Black with #988AD9
Text Example
Text Example
White with #988AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988AD9; }
p { color: rgb(152,138,217); }
H1.HeaderClassName
{
color: #988AD9;
}
.AnyTagClassName
{
color: #988AD9;
}
</style>
background-color css
<style>
a { background-color: #988AD9; }
a { background-color: rgb(152,138,217); }
div.DivClassName
{
background-color: #988AD9;
}
.BgClassName
{
background-color: #988AD9;
}
</style>
border-color css
<style>
span { border-color: #988AD9; }
span { border-color: rgb(152,138,217); }
td.TdClassName
{
border-color: #988AD9;
}
.TagClassName
{
border-color: #988AD9;
}
</style>