Shades of Blue Bell #988FCB
Tints of Blue Bell #988FCB
RGB
CMYK
RGB Variations
Color information
#988FCB (or 0x988FCB) is known color: Blue Bell. HEX triplet: 98, 8F and CB. RGB value is (152,143,203). Sum of RGB (Red+Green+Blue) = 152+143+203=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #988FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FCB is #677034. Grayscale: #989898. Windows color (decimal): -6778933 or 13340568. OLE color: 13340568.
HSL color Cylindrical-coordinate representation of color #988FCB: hue angle of 249º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #988FCB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 143 | 203 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.20 |
| HSL | 249º | 0.37% | 0.68% | - |
| HSV(B) | 249º | 0.3% | 0.8% | - |
| XYZ | 33.55 | 30.63 | 60.64 | - |
| YUV | 152.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 203 | 0.25 | 0.30 | 0 | 0.20 | 249 | 0.37 | 0.68 |
| Hex | 98 | 8F | CB | 19 | 1E | 0 | 14 | F9 | 25 | 44 |
| Octal | 230 | 217 | 313 | 31 | 36 | 0 | 24 | 371 | 45 | 104 |
| Binary | 10011000 | 10001111 | 11001011 | 11001 | 11110 | 0 | 10100 | 11111001 | 100101 | 1000100 |
Color Harmonies of #988FCB
Complementary color
Monochromatic Colors of #988FCB
Black with #988FCB
Text Example
Text Example
White with #988FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FCB; }
p { color: rgb(152,143,203); }
H1.HeaderClassName
{
color: #988FCB;
}
.AnyTagClassName
{
color: #988FCB;
}
</style>
background-color css
<style>
a { background-color: #988FCB; }
a { background-color: rgb(152,143,203); }
div.DivClassName
{
background-color: #988FCB;
}
.BgClassName
{
background-color: #988FCB;
}
</style>
border-color css
<style>
span { border-color: #988FCB; }
span { border-color: rgb(152,143,203); }
td.TdClassName
{
border-color: #988FCB;
}
.TagClassName
{
border-color: #988FCB;
}
</style>