Shades of Blue Bell #988CCD
Tints of Blue Bell #988CCD
RGB
CMYK
RGB Variations
Color information
#988CCD (or 0x988CCD) is known color: Blue Bell. HEX triplet: 98, 8C and CD. RGB value is (152,140,205). Sum of RGB (Red+Green+Blue) = 152+140+205=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #988CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CCD is #677332. Grayscale: #969696. Windows color (decimal): -6779699 or 13470872. OLE color: 13470872.
HSL color Cylindrical-coordinate representation of color #988CCD: hue angle of 251.08º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #988CCD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 140 | 205 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.20 |
| HSL | 251.08º | 0.39% | 0.68% | - |
| HSV(B) | 251.08º | 0.32% | 0.8% | - |
| XYZ | 33.35 | 29.84 | 61.76 | - |
| YUV | 151 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 205 | 0.26 | 0.32 | 0 | 0.20 | 251.08 | 0.39 | 0.68 |
| Hex | 98 | 8C | CD | 1A | 20 | 0 | 14 | FB | 27 | 44 |
| Octal | 230 | 214 | 315 | 32 | 40 | 0 | 24 | 373 | 47 | 104 |
| Binary | 10011000 | 10001100 | 11001101 | 11010 | 100000 | 0 | 10100 | 11111011 | 100111 | 1000100 |
Color Harmonies of #988CCD
Complementary color
Monochromatic Colors of #988CCD
Black with #988CCD
Text Example
Text Example
White with #988CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CCD; }
p { color: rgb(152,140,205); }
H1.HeaderClassName
{
color: #988CCD;
}
.AnyTagClassName
{
color: #988CCD;
}
</style>
background-color css
<style>
a { background-color: #988CCD; }
a { background-color: rgb(152,140,205); }
div.DivClassName
{
background-color: #988CCD;
}
.BgClassName
{
background-color: #988CCD;
}
</style>
border-color css
<style>
span { border-color: #988CCD; }
span { border-color: rgb(152,140,205); }
td.TdClassName
{
border-color: #988CCD;
}
.TagClassName
{
border-color: #988CCD;
}
</style>