Shades of Blue Bell #8E8ECC
Tints of Blue Bell #8E8ECC
RGB
CMYK
RGB Variations
Color information
#8E8ECC (or 0x8E8ECC) is known color: Blue Bell. HEX triplet: 8E, 8E and CC. RGB value is (142,142,204). Sum of RGB (Red+Green+Blue) = 142+142+204=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ECC is #717133. Grayscale: #949494. Windows color (decimal): -7434548 or 13405838. OLE color: 13405838.
HSL color Cylindrical-coordinate representation of color #8E8ECC: hue angle of 240º degrees, saturation: 0.38, 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 #8E8ECC is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 142 | 204 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.2 |
| HSL | 240º | 0.38% | 0.68% | - |
| HSV(B) | 240º | 0.3% | 0.8% | - |
| XYZ | 31.73 | 29.46 | 61.14 | - |
| YUV | 149.07 | 159 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 204 | 0.30 | 0.30 | 0 | 0.2 | 240 | 0.38 | 0.68 |
| Hex | 8E | 8E | CC | 1E | 1E | 0 | 14 | F0 | 26 | 44 |
| Octal | 216 | 216 | 314 | 36 | 36 | 0 | 24 | 360 | 46 | 104 |
| Binary | 10001110 | 10001110 | 11001100 | 11110 | 11110 | 0 | 10100 | 11110000 | 100110 | 1000100 |
Color Harmonies of #8E8ECC
Complementary color
Monochromatic Colors of #8E8ECC
Black with #8E8ECC
Text Example
Text Example
White with #8E8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8ECC; }
p { color: rgb(142,142,204); }
H1.HeaderClassName
{
color: #8E8ECC;
}
.AnyTagClassName
{
color: #8E8ECC;
}
</style>
background-color css
<style>
a { background-color: #8E8ECC; }
a { background-color: rgb(142,142,204); }
div.DivClassName
{
background-color: #8E8ECC;
}
.BgClassName
{
background-color: #8E8ECC;
}
</style>
border-color css
<style>
span { border-color: #8E8ECC; }
span { border-color: rgb(142,142,204); }
td.TdClassName
{
border-color: #8E8ECC;
}
.TagClassName
{
border-color: #8E8ECC;
}
</style>