Shades of Blue Bell #988DDA
Tints of Blue Bell #988DDA
RGB
CMYK
RGB Variations
Color information
#988DDA (or 0x988DDA) is known color: Blue Bell. HEX triplet: 98, 8D and DA. RGB value is (152,141,218). Sum of RGB (Red+Green+Blue) = 152+141+218=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #988DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DDA is #677225. Grayscale: #989898. Windows color (decimal): -6779430 or 14323096. OLE color: 14323096.
HSL color Cylindrical-coordinate representation of color #988DDA: hue angle of 248.57º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #988DDA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 141 | 218 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.15 |
| HSL | 248.57º | 0.51% | 0.7% | - |
| HSV(B) | 248.57º | 0.35% | 0.85% | - |
| XYZ | 35.13 | 30.79 | 70.42 | - |
| YUV | 153.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 218 | 0.30 | 0.35 | 0 | 0.15 | 248.57 | 0.51 | 0.7 |
| Hex | 98 | 8D | DA | 1E | 23 | 0 | F | F9 | 33 | 46 |
| Octal | 230 | 215 | 332 | 36 | 43 | 0 | 17 | 371 | 63 | 106 |
| Binary | 10011000 | 10001101 | 11011010 | 11110 | 100011 | 0 | 1111 | 11111001 | 110011 | 1000110 |
Color Harmonies of #988DDA
Complementary color
Monochromatic Colors of #988DDA
Black with #988DDA
Text Example
Text Example
White with #988DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988DDA; }
p { color: rgb(152,141,218); }
H1.HeaderClassName
{
color: #988DDA;
}
.AnyTagClassName
{
color: #988DDA;
}
</style>
background-color css
<style>
a { background-color: #988DDA; }
a { background-color: rgb(152,141,218); }
div.DivClassName
{
background-color: #988DDA;
}
.BgClassName
{
background-color: #988DDA;
}
</style>
border-color css
<style>
span { border-color: #988DDA; }
span { border-color: rgb(152,141,218); }
td.TdClassName
{
border-color: #988DDA;
}
.TagClassName
{
border-color: #988DDA;
}
</style>