Shades of Blue Bell #988FCE
Tints of Blue Bell #988FCE
RGB
CMYK
RGB Variations
Color information
#988FCE (or 0x988FCE) is known color: Blue Bell. HEX triplet: 98, 8F and CE. RGB value is (152,143,206). Sum of RGB (Red+Green+Blue) = 152+143+206=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #988FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FCE is #677031. Grayscale: #989898. Windows color (decimal): -6778930 or 13537176. OLE color: 13537176.
HSL color Cylindrical-coordinate representation of color #988FCE: hue angle of 248.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988FCE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 143 | 206 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.19 |
| HSL | 248.57º | 0.39% | 0.68% | - |
| HSV(B) | 248.57º | 0.31% | 0.81% | - |
| XYZ | 33.91 | 30.78 | 62.55 | - |
| YUV | 152.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 206 | 0.26 | 0.31 | 0 | 0.19 | 248.57 | 0.39 | 0.68 |
| Hex | 98 | 8F | CE | 1A | 1F | 0 | 13 | F9 | 27 | 44 |
| Octal | 230 | 217 | 316 | 32 | 37 | 0 | 23 | 371 | 47 | 104 |
| Binary | 10011000 | 10001111 | 11001110 | 11010 | 11111 | 0 | 10011 | 11111001 | 100111 | 1000100 |
Color Harmonies of #988FCE
Complementary color
Monochromatic Colors of #988FCE
Black with #988FCE
Text Example
Text Example
White with #988FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FCE; }
p { color: rgb(152,143,206); }
H1.HeaderClassName
{
color: #988FCE;
}
.AnyTagClassName
{
color: #988FCE;
}
</style>
background-color css
<style>
a { background-color: #988FCE; }
a { background-color: rgb(152,143,206); }
div.DivClassName
{
background-color: #988FCE;
}
.BgClassName
{
background-color: #988FCE;
}
</style>
border-color css
<style>
span { border-color: #988FCE; }
span { border-color: rgb(152,143,206); }
td.TdClassName
{
border-color: #988FCE;
}
.TagClassName
{
border-color: #988FCE;
}
</style>