Shades of Blue Bell #8E8DC0
Tints of Blue Bell #8E8DC0
RGB
CMYK
RGB Variations
Color information
#8E8DC0 (or 0x8E8DC0) is known color: Blue Bell. HEX triplet: 8E, 8D and C0. RGB value is (142,141,192). Sum of RGB (Red+Green+Blue) = 142+141+192=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #8E8DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DC0 is #71723F. Grayscale: #929292. Windows color (decimal): -7434816 or 12619150. OLE color: 12619150.
HSL color Cylindrical-coordinate representation of color #8E8DC0: hue angle of 241.18º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E8DC0 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 141 | 192 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.25 |
| HSL | 241.18º | 0.29% | 0.65% | - |
| HSV(B) | 241.18º | 0.27% | 0.75% | - |
| XYZ | 30.19 | 28.61 | 53.8 | - |
| YUV | 147.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 192 | 0.26 | 0.27 | 0 | 0.25 | 241.18 | 0.29 | 0.65 |
| Hex | 8E | 8D | C0 | 1A | 1B | 0 | 19 | F1 | 1D | 41 |
| Octal | 216 | 215 | 300 | 32 | 33 | 0 | 31 | 361 | 35 | 101 |
| Binary | 10001110 | 10001101 | 11000000 | 11010 | 11011 | 0 | 11001 | 11110001 | 11101 | 1000001 |
Color Harmonies of #8E8DC0
Complementary color
Monochromatic Colors of #8E8DC0
Black with #8E8DC0
Text Example
Text Example
White with #8E8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DC0; }
p { color: rgb(142,141,192); }
H1.HeaderClassName
{
color: #8E8DC0;
}
.AnyTagClassName
{
color: #8E8DC0;
}
</style>
background-color css
<style>
a { background-color: #8E8DC0; }
a { background-color: rgb(142,141,192); }
div.DivClassName
{
background-color: #8E8DC0;
}
.BgClassName
{
background-color: #8E8DC0;
}
</style>
border-color css
<style>
span { border-color: #8E8DC0; }
span { border-color: rgb(142,141,192); }
td.TdClassName
{
border-color: #8E8DC0;
}
.TagClassName
{
border-color: #8E8DC0;
}
</style>