Shades of Blue Bell #988FE5
Tints of Blue Bell #988FE5
RGB
CMYK
RGB Variations
Color information
#988FE5 (or 0x988FE5) is known color: Blue Bell. HEX triplet: 98, 8F and E5. RGB value is (152,143,229). Sum of RGB (Red+Green+Blue) = 152+143+229=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #988FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FE5 is #67701A. Grayscale: #9B9B9B. Windows color (decimal): -6778907 or 15044504. OLE color: 15044504.
HSL color Cylindrical-coordinate representation of color #988FE5: hue angle of 246.28º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #988FE5 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 143 | 229 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.10 |
| HSL | 246.28º | 0.62% | 0.73% | - |
| HSV(B) | 246.28º | 0.38% | 0.9% | - |
| XYZ | 36.91 | 31.98 | 78.36 | - |
| YUV | 155.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 229 | 0.34 | 0.38 | 0 | 0.10 | 246.28 | 0.62 | 0.73 |
| Hex | 98 | 8F | E5 | 22 | 26 | 0 | A | F6 | 3E | 49 |
| Octal | 230 | 217 | 345 | 42 | 46 | 0 | 12 | 366 | 76 | 111 |
| Binary | 10011000 | 10001111 | 11100101 | 100010 | 100110 | 0 | 1010 | 11110110 | 111110 | 1001001 |
Color Harmonies of #988FE5
Complementary color
Monochromatic Colors of #988FE5
Black with #988FE5
Text Example
Text Example
White with #988FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FE5; }
p { color: rgb(152,143,229); }
H1.HeaderClassName
{
color: #988FE5;
}
.AnyTagClassName
{
color: #988FE5;
}
</style>
background-color css
<style>
a { background-color: #988FE5; }
a { background-color: rgb(152,143,229); }
div.DivClassName
{
background-color: #988FE5;
}
.BgClassName
{
background-color: #988FE5;
}
</style>
border-color css
<style>
span { border-color: #988FE5; }
span { border-color: rgb(152,143,229); }
td.TdClassName
{
border-color: #988FE5;
}
.TagClassName
{
border-color: #988FE5;
}
</style>