Shades of Blue Bell #8E8ECD
Tints of Blue Bell #8E8ECD
RGB
CMYK
RGB Variations
Color information
#8E8ECD (or 0x8E8ECD) is known color: Blue Bell. HEX triplet: 8E, 8E and CD. RGB value is (142,142,205). Sum of RGB (Red+Green+Blue) = 142+142+205=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ECD is #717132. Grayscale: #949494. Windows color (decimal): -7434547 or 13471374. OLE color: 13471374.
HSL color Cylindrical-coordinate representation of color #8E8ECD: hue angle of 240º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E8ECD is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 142 | 205 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.20 |
| HSL | 240º | 0.39% | 0.68% | - |
| HSV(B) | 240º | 0.31% | 0.8% | - |
| XYZ | 31.85 | 29.5 | 61.77 | - |
| YUV | 149.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 205 | 0.31 | 0.31 | 0 | 0.20 | 240 | 0.39 | 0.68 |
| Hex | 8E | 8E | CD | 1F | 1F | 0 | 14 | F0 | 27 | 44 |
| Octal | 216 | 216 | 315 | 37 | 37 | 0 | 24 | 360 | 47 | 104 |
| Binary | 10001110 | 10001110 | 11001101 | 11111 | 11111 | 0 | 10100 | 11110000 | 100111 | 1000100 |
Color Harmonies of #8E8ECD
Complementary color
Monochromatic Colors of #8E8ECD
Black with #8E8ECD
Text Example
Text Example
White with #8E8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8ECD; }
p { color: rgb(142,142,205); }
H1.HeaderClassName
{
color: #8E8ECD;
}
.AnyTagClassName
{
color: #8E8ECD;
}
</style>
background-color css
<style>
a { background-color: #8E8ECD; }
a { background-color: rgb(142,142,205); }
div.DivClassName
{
background-color: #8E8ECD;
}
.BgClassName
{
background-color: #8E8ECD;
}
</style>
border-color css
<style>
span { border-color: #8E8ECD; }
span { border-color: rgb(142,142,205); }
td.TdClassName
{
border-color: #8E8ECD;
}
.TagClassName
{
border-color: #8E8ECD;
}
</style>