Shades of Blue Bell #8E8DBF
Tints of Blue Bell #8E8DBF
RGB
CMYK
RGB Variations
Color information
#8E8DBF (or 0x8E8DBF) is known color: Blue Bell. HEX triplet: 8E, 8D and BF. RGB value is (142,141,191). Sum of RGB (Red+Green+Blue) = 142+141+191=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E8DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DBF is #717240. Grayscale: #929292. Windows color (decimal): -7434817 or 12553614. OLE color: 12553614.
HSL color Cylindrical-coordinate representation of color #8E8DBF: hue angle of 241.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E8DBF is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 141 | 191 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.25 |
| HSL | 241.2º | 0.28% | 0.65% | - |
| HSV(B) | 241.2º | 0.26% | 0.75% | - |
| XYZ | 30.08 | 28.56 | 53.22 | - |
| YUV | 147 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 191 | 0.26 | 0.26 | 0 | 0.25 | 241.2 | 0.28 | 0.65 |
| Hex | 8E | 8D | BF | 1A | 1A | 0 | 19 | F1 | 1C | 41 |
| Octal | 216 | 215 | 277 | 32 | 32 | 0 | 31 | 361 | 34 | 101 |
| Binary | 10001110 | 10001101 | 10111111 | 11010 | 11010 | 0 | 11001 | 11110001 | 11100 | 1000001 |
Color Harmonies of #8E8DBF
Complementary color
Monochromatic Colors of #8E8DBF
Black with #8E8DBF
Text Example
Text Example
White with #8E8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DBF; }
p { color: rgb(142,141,191); }
H1.HeaderClassName
{
color: #8E8DBF;
}
.AnyTagClassName
{
color: #8E8DBF;
}
</style>
background-color css
<style>
a { background-color: #8E8DBF; }
a { background-color: rgb(142,141,191); }
div.DivClassName
{
background-color: #8E8DBF;
}
.BgClassName
{
background-color: #8E8DBF;
}
</style>
border-color css
<style>
span { border-color: #8E8DBF; }
span { border-color: rgb(142,141,191); }
td.TdClassName
{
border-color: #8E8DBF;
}
.TagClassName
{
border-color: #8E8DBF;
}
</style>