Shades of Blue Bell #988FCD
Tints of Blue Bell #988FCD
RGB
CMYK
RGB Variations
Color information
#988FCD (or 0x988FCD) is known color: Blue Bell. HEX triplet: 98, 8F and CD. RGB value is (152,143,205). Sum of RGB (Red+Green+Blue) = 152+143+205=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #988FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FCD is #677032. Grayscale: #989898. Windows color (decimal): -6778931 or 13471640. OLE color: 13471640.
HSL color Cylindrical-coordinate representation of color #988FCD: hue angle of 248.71º degrees, saturation: 0.38, 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 #988FCD is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 143 | 205 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.20 |
| HSL | 248.71º | 0.38% | 0.68% | - |
| HSV(B) | 248.71º | 0.3% | 0.8% | - |
| XYZ | 33.79 | 30.73 | 61.91 | - |
| YUV | 152.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 205 | 0.26 | 0.30 | 0 | 0.20 | 248.71 | 0.38 | 0.68 |
| Hex | 98 | 8F | CD | 1A | 1E | 0 | 14 | F9 | 26 | 44 |
| Octal | 230 | 217 | 315 | 32 | 36 | 0 | 24 | 371 | 46 | 104 |
| Binary | 10011000 | 10001111 | 11001101 | 11010 | 11110 | 0 | 10100 | 11111001 | 100110 | 1000100 |
Color Harmonies of #988FCD
Complementary color
Monochromatic Colors of #988FCD
Black with #988FCD
Text Example
Text Example
White with #988FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FCD; }
p { color: rgb(152,143,205); }
H1.HeaderClassName
{
color: #988FCD;
}
.AnyTagClassName
{
color: #988FCD;
}
</style>
background-color css
<style>
a { background-color: #988FCD; }
a { background-color: rgb(152,143,205); }
div.DivClassName
{
background-color: #988FCD;
}
.BgClassName
{
background-color: #988FCD;
}
</style>
border-color css
<style>
span { border-color: #988FCD; }
span { border-color: rgb(152,143,205); }
td.TdClassName
{
border-color: #988FCD;
}
.TagClassName
{
border-color: #988FCD;
}
</style>