Shades of Blue Bell #998ED7
Tints of Blue Bell #998ED7
RGB
CMYK
RGB Variations
Color information
#998ED7 (or 0x998ED7) is known color: Blue Bell. HEX triplet: 99, 8E and D7. RGB value is (153,142,215). Sum of RGB (Red+Green+Blue) = 153+142+215=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #998ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ED7 is #667128. Grayscale: #999999. Windows color (decimal): -6713641 or 14126745. OLE color: 14126745.
HSL color Cylindrical-coordinate representation of color #998ED7: hue angle of 249.04º degrees, saturation: 0.48, 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 #998ED7 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 142 | 215 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.16 |
| HSL | 249.04º | 0.48% | 0.7% | - |
| HSV(B) | 249.04º | 0.34% | 0.84% | - |
| XYZ | 35.08 | 31.02 | 68.43 | - |
| YUV | 153.61 | 162.64 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 215 | 0.29 | 0.34 | 0 | 0.16 | 249.04 | 0.48 | 0.7 |
| Hex | 99 | 8E | D7 | 1D | 22 | 0 | 10 | F9 | 30 | 46 |
| Octal | 231 | 216 | 327 | 35 | 42 | 0 | 20 | 371 | 60 | 106 |
| Binary | 10011001 | 10001110 | 11010111 | 11101 | 100010 | 0 | 10000 | 11111001 | 110000 | 1000110 |
Color Harmonies of #998ED7
Complementary color
Monochromatic Colors of #998ED7
Black with #998ED7
Text Example
Text Example
White with #998ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ED7; }
p { color: rgb(153,142,215); }
H1.HeaderClassName
{
color: #998ED7;
}
.AnyTagClassName
{
color: #998ED7;
}
</style>
background-color css
<style>
a { background-color: #998ED7; }
a { background-color: rgb(153,142,215); }
div.DivClassName
{
background-color: #998ED7;
}
.BgClassName
{
background-color: #998ED7;
}
</style>
border-color css
<style>
span { border-color: #998ED7; }
span { border-color: rgb(153,142,215); }
td.TdClassName
{
border-color: #998ED7;
}
.TagClassName
{
border-color: #998ED7;
}
</style>