Shades of Blue Bell #998ECF
Tints of Blue Bell #998ECF
RGB
CMYK
RGB Variations
Color information
#998ECF (or 0x998ECF) is known color: Blue Bell. HEX triplet: 99, 8E and CF. RGB value is (153,142,207). Sum of RGB (Red+Green+Blue) = 153+142+207=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #998ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ECF is #667130. Grayscale: #989898. Windows color (decimal): -6713649 or 13602457. OLE color: 13602457.
HSL color Cylindrical-coordinate representation of color #998ECF: hue angle of 250.15º 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 #998ECF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 142 | 207 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.19 |
| HSL | 250.15º | 0.4% | 0.68% | - |
| HSV(B) | 250.15º | 0.31% | 0.81% | - |
| XYZ | 34.07 | 30.62 | 63.15 | - |
| YUV | 152.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 207 | 0.26 | 0.31 | 0 | 0.19 | 250.15 | 0.4 | 0.68 |
| Hex | 99 | 8E | CF | 1A | 1F | 0 | 13 | FA | 28 | 44 |
| Octal | 231 | 216 | 317 | 32 | 37 | 0 | 23 | 372 | 50 | 104 |
| Binary | 10011001 | 10001110 | 11001111 | 11010 | 11111 | 0 | 10011 | 11111010 | 101000 | 1000100 |
Color Harmonies of #998ECF
Complementary color
Monochromatic Colors of #998ECF
Black with #998ECF
Text Example
Text Example
White with #998ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ECF; }
p { color: rgb(153,142,207); }
H1.HeaderClassName
{
color: #998ECF;
}
.AnyTagClassName
{
color: #998ECF;
}
</style>
background-color css
<style>
a { background-color: #998ECF; }
a { background-color: rgb(153,142,207); }
div.DivClassName
{
background-color: #998ECF;
}
.BgClassName
{
background-color: #998ECF;
}
</style>
border-color css
<style>
span { border-color: #998ECF; }
span { border-color: rgb(153,142,207); }
td.TdClassName
{
border-color: #998ECF;
}
.TagClassName
{
border-color: #998ECF;
}
</style>