Shades of Blue Bell #8E8DCF
Tints of Blue Bell #8E8DCF
RGB
CMYK
RGB Variations
Color information
#8E8DCF (or 0x8E8DCF) is known color: Blue Bell. HEX triplet: 8E, 8D and CF. RGB value is (142,141,207). Sum of RGB (Red+Green+Blue) = 142+141+207=490 (64% of max value = 765). Red value is 142 (55.86% from 255 or 28.98% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DCF is #717230. Grayscale: #949494. Windows color (decimal): -7434801 or 13602190. OLE color: 13602190.
HSL color Cylindrical-coordinate representation of color #8E8DCF: hue angle of 240.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8DCF is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 141 | 207 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.19 |
| HSL | 240.91º | 0.41% | 0.68% | - |
| HSV(B) | 240.91º | 0.32% | 0.81% | - |
| XYZ | 31.94 | 29.31 | 63 | - |
| YUV | 148.82 | 160.83 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 207 | 0.31 | 0.32 | 0 | 0.19 | 240.91 | 0.41 | 0.68 |
| Hex | 8E | 8D | CF | 1F | 20 | 0 | 13 | F1 | 29 | 44 |
| Octal | 216 | 215 | 317 | 37 | 40 | 0 | 23 | 361 | 51 | 104 |
| Binary | 10001110 | 10001101 | 11001111 | 11111 | 100000 | 0 | 10011 | 11110001 | 101001 | 1000100 |
Color Harmonies of #8E8DCF
Complementary color
Monochromatic Colors of #8E8DCF
Black with #8E8DCF
Text Example
Text Example
White with #8E8DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DCF; }
p { color: rgb(142,141,207); }
H1.HeaderClassName
{
color: #8E8DCF;
}
.AnyTagClassName
{
color: #8E8DCF;
}
</style>
background-color css
<style>
a { background-color: #8E8DCF; }
a { background-color: rgb(142,141,207); }
div.DivClassName
{
background-color: #8E8DCF;
}
.BgClassName
{
background-color: #8E8DCF;
}
</style>
border-color css
<style>
span { border-color: #8E8DCF; }
span { border-color: rgb(142,141,207); }
td.TdClassName
{
border-color: #8E8DCF;
}
.TagClassName
{
border-color: #8E8DCF;
}
</style>