Shades of Blue Bell #998ECE
Tints of Blue Bell #998ECE
RGB
CMYK
RGB Variations
Color information
#998ECE (or 0x998ECE) is known color: Blue Bell. HEX triplet: 99, 8E and CE. RGB value is (153,142,206). Sum of RGB (Red+Green+Blue) = 153+142+206=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 142 (55.86% from 255 or 28.34% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #998ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ECE is #667131. Grayscale: #989898. Windows color (decimal): -6713650 or 13536921. OLE color: 13536921.
HSL color Cylindrical-coordinate representation of color #998ECE: hue angle of 250.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998ECE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 142 | 206 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.19 |
| HSL | 250.31º | 0.4% | 0.68% | - |
| HSV(B) | 250.31º | 0.31% | 0.81% | - |
| XYZ | 33.95 | 30.57 | 62.5 | - |
| YUV | 152.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 206 | 0.26 | 0.31 | 0 | 0.19 | 250.31 | 0.4 | 0.68 |
| Hex | 99 | 8E | CE | 1A | 1F | 0 | 13 | FA | 28 | 44 |
| Octal | 231 | 216 | 316 | 32 | 37 | 0 | 23 | 372 | 50 | 104 |
| Binary | 10011001 | 10001110 | 11001110 | 11010 | 11111 | 0 | 10011 | 11111010 | 101000 | 1000100 |
Color Harmonies of #998ECE
Complementary color
Monochromatic Colors of #998ECE
Black with #998ECE
Text Example
Text Example
White with #998ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ECE; }
p { color: rgb(153,142,206); }
H1.HeaderClassName
{
color: #998ECE;
}
.AnyTagClassName
{
color: #998ECE;
}
</style>
background-color css
<style>
a { background-color: #998ECE; }
a { background-color: rgb(153,142,206); }
div.DivClassName
{
background-color: #998ECE;
}
.BgClassName
{
background-color: #998ECE;
}
</style>
border-color css
<style>
span { border-color: #998ECE; }
span { border-color: rgb(153,142,206); }
td.TdClassName
{
border-color: #998ECE;
}
.TagClassName
{
border-color: #998ECE;
}
</style>