Shades of Blue Bell #988FE7
Tints of Blue Bell #988FE7
RGB
CMYK
RGB Variations
Color information
#988FE7 (or 0x988FE7) is known color: Blue Bell. HEX triplet: 98, 8F and E7. RGB value is (152,143,231). Sum of RGB (Red+Green+Blue) = 152+143+231=526 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.90% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #988FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #988FE7 is #677018. Grayscale: #9B9B9B. Windows color (decimal): -6778905 or 15175576. OLE color: 15175576.
HSL color Cylindrical-coordinate representation of color #988FE7: hue angle of 246.14º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #988FE7 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 143 | 231 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.09 |
| HSL | 246.14º | 0.65% | 0.73% | - |
| HSV(B) | 246.14º | 0.38% | 0.91% | - |
| XYZ | 37.2 | 32.09 | 79.83 | - |
| YUV | 155.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 231 | 0.34 | 0.38 | 0 | 0.09 | 246.14 | 0.65 | 0.73 |
| Hex | 98 | 8F | E7 | 22 | 26 | 0 | 9 | F6 | 41 | 49 |
| Octal | 230 | 217 | 347 | 42 | 46 | 0 | 11 | 366 | 101 | 111 |
| Binary | 10011000 | 10001111 | 11100111 | 100010 | 100110 | 0 | 1001 | 11110110 | 1000001 | 1001001 |
Color Harmonies of #988FE7
Complementary color
Monochromatic Colors of #988FE7
Black with #988FE7
Text Example
Text Example
White with #988FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FE7; }
p { color: rgb(152,143,231); }
H1.HeaderClassName
{
color: #988FE7;
}
.AnyTagClassName
{
color: #988FE7;
}
</style>
background-color css
<style>
a { background-color: #988FE7; }
a { background-color: rgb(152,143,231); }
div.DivClassName
{
background-color: #988FE7;
}
.BgClassName
{
background-color: #988FE7;
}
</style>
border-color css
<style>
span { border-color: #988FE7; }
span { border-color: rgb(152,143,231); }
td.TdClassName
{
border-color: #988FE7;
}
.TagClassName
{
border-color: #988FE7;
}
</style>