Shades of Blue Bell #988FCC
Tints of Blue Bell #988FCC
RGB
CMYK
RGB Variations
Color information
#988FCC (or 0x988FCC) is known color: Blue Bell. HEX triplet: 98, 8F and CC. RGB value is (152,143,204). Sum of RGB (Red+Green+Blue) = 152+143+204=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #988FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FCC is #677033. Grayscale: #989898. Windows color (decimal): -6778932 or 13406104. OLE color: 13406104.
HSL color Cylindrical-coordinate representation of color #988FCC: hue angle of 248.85º 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 #988FCC is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 143 | 204 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.2 |
| HSL | 248.85º | 0.37% | 0.68% | - |
| HSV(B) | 248.85º | 0.3% | 0.8% | - |
| XYZ | 33.67 | 30.68 | 61.27 | - |
| YUV | 152.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 204 | 0.25 | 0.30 | 0 | 0.2 | 248.85 | 0.37 | 0.68 |
| Hex | 98 | 8F | CC | 19 | 1E | 0 | 14 | F9 | 25 | 44 |
| Octal | 230 | 217 | 314 | 31 | 36 | 0 | 24 | 371 | 45 | 104 |
| Binary | 10011000 | 10001111 | 11001100 | 11001 | 11110 | 0 | 10100 | 11111001 | 100101 | 1000100 |
Color Harmonies of #988FCC
Complementary color
Monochromatic Colors of #988FCC
Black with #988FCC
Text Example
Text Example
White with #988FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FCC; }
p { color: rgb(152,143,204); }
H1.HeaderClassName
{
color: #988FCC;
}
.AnyTagClassName
{
color: #988FCC;
}
</style>
background-color css
<style>
a { background-color: #988FCC; }
a { background-color: rgb(152,143,204); }
div.DivClassName
{
background-color: #988FCC;
}
.BgClassName
{
background-color: #988FCC;
}
</style>
border-color css
<style>
span { border-color: #988FCC; }
span { border-color: rgb(152,143,204); }
td.TdClassName
{
border-color: #988FCC;
}
.TagClassName
{
border-color: #988FCC;
}
</style>