Shades of Blue Bell #988FEA
Tints of Blue Bell #988FEA
RGB
CMYK
RGB Variations
Color information
#988FEA (or 0x988FEA) is known color: Blue Bell. HEX triplet: 98, 8F and EA. RGB value is (152,143,234). Sum of RGB (Red+Green+Blue) = 152+143+234=529 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.73% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #988FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FEA is #677015. Grayscale: #9B9B9B. Windows color (decimal): -6778902 or 15372184. OLE color: 15372184.
HSL color Cylindrical-coordinate representation of color #988FEA: hue angle of 245.93º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #988FEA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 143 | 234 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.08 |
| HSL | 245.93º | 0.68% | 0.74% | - |
| HSV(B) | 245.93º | 0.39% | 0.92% | - |
| XYZ | 37.62 | 32.26 | 82.09 | - |
| YUV | 156.07 | 171.98 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 234 | 0.35 | 0.39 | 0 | 0.08 | 245.93 | 0.68 | 0.74 |
| Hex | 98 | 8F | EA | 23 | 27 | 0 | 8 | F6 | 44 | 4A |
| Octal | 230 | 217 | 352 | 43 | 47 | 0 | 10 | 366 | 104 | 112 |
| Binary | 10011000 | 10001111 | 11101010 | 100011 | 100111 | 0 | 1000 | 11110110 | 1000100 | 1001010 |
Color Harmonies of #988FEA
Complementary color
Monochromatic Colors of #988FEA
Black with #988FEA
Text Example
Text Example
White with #988FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FEA; }
p { color: rgb(152,143,234); }
H1.HeaderClassName
{
color: #988FEA;
}
.AnyTagClassName
{
color: #988FEA;
}
</style>
background-color css
<style>
a { background-color: #988FEA; }
a { background-color: rgb(152,143,234); }
div.DivClassName
{
background-color: #988FEA;
}
.BgClassName
{
background-color: #988FEA;
}
</style>
border-color css
<style>
span { border-color: #988FEA; }
span { border-color: rgb(152,143,234); }
td.TdClassName
{
border-color: #988FEA;
}
.TagClassName
{
border-color: #988FEA;
}
</style>