Shades of Blue Bell #988CCE
Tints of Blue Bell #988CCE
RGB
CMYK
RGB Variations
Color information
#988CCE (or 0x988CCE) is known color: Blue Bell. HEX triplet: 98, 8C and CE. RGB value is (152,140,206). Sum of RGB (Red+Green+Blue) = 152+140+206=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #988CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CCE is #677331. Grayscale: #969696. Windows color (decimal): -6779698 or 13536408. OLE color: 13536408.
HSL color Cylindrical-coordinate representation of color #988CCE: hue angle of 250.91º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988CCE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 140 | 206 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.19 |
| HSL | 250.91º | 0.4% | 0.68% | - |
| HSV(B) | 250.91º | 0.32% | 0.81% | - |
| XYZ | 33.47 | 29.89 | 62.4 | - |
| YUV | 151.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 206 | 0.26 | 0.32 | 0 | 0.19 | 250.91 | 0.4 | 0.68 |
| Hex | 98 | 8C | CE | 1A | 20 | 0 | 13 | FB | 28 | 44 |
| Octal | 230 | 214 | 316 | 32 | 40 | 0 | 23 | 373 | 50 | 104 |
| Binary | 10011000 | 10001100 | 11001110 | 11010 | 100000 | 0 | 10011 | 11111011 | 101000 | 1000100 |
Color Harmonies of #988CCE
Complementary color
Monochromatic Colors of #988CCE
Black with #988CCE
Text Example
Text Example
White with #988CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CCE; }
p { color: rgb(152,140,206); }
H1.HeaderClassName
{
color: #988CCE;
}
.AnyTagClassName
{
color: #988CCE;
}
</style>
background-color css
<style>
a { background-color: #988CCE; }
a { background-color: rgb(152,140,206); }
div.DivClassName
{
background-color: #988CCE;
}
.BgClassName
{
background-color: #988CCE;
}
</style>
border-color css
<style>
span { border-color: #988CCE; }
span { border-color: rgb(152,140,206); }
td.TdClassName
{
border-color: #988CCE;
}
.TagClassName
{
border-color: #988CCE;
}
</style>