Shades of Blue Bell #998CDD
Tints of Blue Bell #998CDD
RGB
CMYK
RGB Variations
Color information
#998CDD (or 0x998CDD) is known color: Blue Bell. HEX triplet: 99, 8C and DD. RGB value is (153,140,221). Sum of RGB (Red+Green+Blue) = 153+140+221=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #998CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CDD is #667322. Grayscale: #989898. Windows color (decimal): -6714147 or 14519449. OLE color: 14519449.
HSL color Cylindrical-coordinate representation of color #998CDD: hue angle of 249.63º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998CDD is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 140 | 221 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.13 |
| HSL | 249.63º | 0.54% | 0.71% | - |
| HSV(B) | 249.63º | 0.37% | 0.87% | - |
| XYZ | 35.57 | 30.75 | 72.47 | - |
| YUV | 153.12 | 166.31 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 221 | 0.31 | 0.37 | 0 | 0.13 | 249.63 | 0.54 | 0.71 |
| Hex | 99 | 8C | DD | 1F | 25 | 0 | D | FA | 36 | 47 |
| Octal | 231 | 214 | 335 | 37 | 45 | 0 | 15 | 372 | 66 | 107 |
| Binary | 10011001 | 10001100 | 11011101 | 11111 | 100101 | 0 | 1101 | 11111010 | 110110 | 1000111 |
Color Harmonies of #998CDD
Complementary color
Monochromatic Colors of #998CDD
Black with #998CDD
Text Example
Text Example
White with #998CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CDD; }
p { color: rgb(153,140,221); }
H1.HeaderClassName
{
color: #998CDD;
}
.AnyTagClassName
{
color: #998CDD;
}
</style>
background-color css
<style>
a { background-color: #998CDD; }
a { background-color: rgb(153,140,221); }
div.DivClassName
{
background-color: #998CDD;
}
.BgClassName
{
background-color: #998CDD;
}
</style>
border-color css
<style>
span { border-color: #998CDD; }
span { border-color: rgb(153,140,221); }
td.TdClassName
{
border-color: #998CDD;
}
.TagClassName
{
border-color: #998CDD;
}
</style>