Shades of Blue Bell #988FDE
Tints of Blue Bell #988FDE
RGB
CMYK
RGB Variations
Color information
#988FDE (or 0x988FDE) is known color: Blue Bell. HEX triplet: 98, 8F and DE. RGB value is (152,143,222). Sum of RGB (Red+Green+Blue) = 152+143+222=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #988FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FDE is #677021. Grayscale: #9A9A9A. Windows color (decimal): -6778914 or 14585752. OLE color: 14585752.
HSL color Cylindrical-coordinate representation of color #988FDE: hue angle of 246.84º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988FDE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 143 | 222 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.13 |
| HSL | 246.84º | 0.54% | 0.72% | - |
| HSV(B) | 246.84º | 0.36% | 0.87% | - |
| XYZ | 35.96 | 31.59 | 73.31 | - |
| YUV | 154.7 | 165.98 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 222 | 0.32 | 0.36 | 0 | 0.13 | 246.84 | 0.54 | 0.72 |
| Hex | 98 | 8F | DE | 20 | 24 | 0 | D | F7 | 36 | 48 |
| Octal | 230 | 217 | 336 | 40 | 44 | 0 | 15 | 367 | 66 | 110 |
| Binary | 10011000 | 10001111 | 11011110 | 100000 | 100100 | 0 | 1101 | 11110111 | 110110 | 1001000 |
Color Harmonies of #988FDE
Complementary color
Monochromatic Colors of #988FDE
Black with #988FDE
Text Example
Text Example
White with #988FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FDE; }
p { color: rgb(152,143,222); }
H1.HeaderClassName
{
color: #988FDE;
}
.AnyTagClassName
{
color: #988FDE;
}
</style>
background-color css
<style>
a { background-color: #988FDE; }
a { background-color: rgb(152,143,222); }
div.DivClassName
{
background-color: #988FDE;
}
.BgClassName
{
background-color: #988FDE;
}
</style>
border-color css
<style>
span { border-color: #988FDE; }
span { border-color: rgb(152,143,222); }
td.TdClassName
{
border-color: #988FDE;
}
.TagClassName
{
border-color: #988FDE;
}
</style>