Shades of Blue Bell #998DD6
Tints of Blue Bell #998DD6
RGB
CMYK
RGB Variations
Color information
#998DD6 (or 0x998DD6) is known color: Blue Bell. HEX triplet: 99, 8D and D6. RGB value is (153,141,214). Sum of RGB (Red+Green+Blue) = 153+141+214=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #998DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998DD6 is #667229. Grayscale: #989898. Windows color (decimal): -6713898 or 14060953. OLE color: 14060953.
HSL color Cylindrical-coordinate representation of color #998DD6: hue angle of 249.86º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #998DD6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 141 | 214 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.16 |
| HSL | 249.86º | 0.47% | 0.7% | - |
| HSV(B) | 249.86º | 0.34% | 0.84% | - |
| XYZ | 34.8 | 30.68 | 67.71 | - |
| YUV | 152.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 214 | 0.29 | 0.34 | 0 | 0.16 | 249.86 | 0.47 | 0.7 |
| Hex | 99 | 8D | D6 | 1D | 22 | 0 | 10 | FA | 2F | 46 |
| Octal | 231 | 215 | 326 | 35 | 42 | 0 | 20 | 372 | 57 | 106 |
| Binary | 10011001 | 10001101 | 11010110 | 11101 | 100010 | 0 | 10000 | 11111010 | 101111 | 1000110 |
Color Harmonies of #998DD6
Complementary color
Monochromatic Colors of #998DD6
Black with #998DD6
Text Example
Text Example
White with #998DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998DD6; }
p { color: rgb(153,141,214); }
H1.HeaderClassName
{
color: #998DD6;
}
.AnyTagClassName
{
color: #998DD6;
}
</style>
background-color css
<style>
a { background-color: #998DD6; }
a { background-color: rgb(153,141,214); }
div.DivClassName
{
background-color: #998DD6;
}
.BgClassName
{
background-color: #998DD6;
}
</style>
border-color css
<style>
span { border-color: #998DD6; }
span { border-color: rgb(153,141,214); }
td.TdClassName
{
border-color: #998DD6;
}
.TagClassName
{
border-color: #998DD6;
}
</style>