Shades of Blue Bell #998ECB
Tints of Blue Bell #998ECB
RGB
CMYK
RGB Variations
Color information
#998ECB (or 0x998ECB) is known color: Blue Bell. HEX triplet: 99, 8E and CB. RGB value is (153,142,203). Sum of RGB (Red+Green+Blue) = 153+142+203=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #998ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ECB is #667134. Grayscale: #989898. Windows color (decimal): -6713653 or 13340313. OLE color: 13340313.
HSL color Cylindrical-coordinate representation of color #998ECB: hue angle of 250.82º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998ECB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 142 | 203 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.20 |
| HSL | 250.82º | 0.37% | 0.68% | - |
| HSV(B) | 250.82º | 0.3% | 0.8% | - |
| XYZ | 33.59 | 30.43 | 60.6 | - |
| YUV | 152.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 203 | 0.25 | 0.30 | 0 | 0.20 | 250.82 | 0.37 | 0.68 |
| Hex | 99 | 8E | CB | 19 | 1E | 0 | 14 | FB | 25 | 44 |
| Octal | 231 | 216 | 313 | 31 | 36 | 0 | 24 | 373 | 45 | 104 |
| Binary | 10011001 | 10001110 | 11001011 | 11001 | 11110 | 0 | 10100 | 11111011 | 100101 | 1000100 |
Color Harmonies of #998ECB
Complementary color
Monochromatic Colors of #998ECB
Black with #998ECB
Text Example
Text Example
White with #998ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ECB; }
p { color: rgb(153,142,203); }
H1.HeaderClassName
{
color: #998ECB;
}
.AnyTagClassName
{
color: #998ECB;
}
</style>
background-color css
<style>
a { background-color: #998ECB; }
a { background-color: rgb(153,142,203); }
div.DivClassName
{
background-color: #998ECB;
}
.BgClassName
{
background-color: #998ECB;
}
</style>
border-color css
<style>
span { border-color: #998ECB; }
span { border-color: rgb(153,142,203); }
td.TdClassName
{
border-color: #998ECB;
}
.TagClassName
{
border-color: #998ECB;
}
</style>