Shades of Blue Bell #8E8CCD
Tints of Blue Bell #8E8CCD
RGB
CMYK
RGB Variations
Color information
#8E8CCD (or 0x8E8CCD) is known color: Blue Bell. HEX triplet: 8E, 8C and CD. RGB value is (142,140,205). Sum of RGB (Red+Green+Blue) = 142+140+205=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8CCD is #717332. Grayscale: #939393. Windows color (decimal): -7435059 or 13470862. OLE color: 13470862.
HSL color Cylindrical-coordinate representation of color #8E8CCD: hue angle of 241.85º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8CCD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 140 | 205 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.20 |
| HSL | 241.85º | 0.39% | 0.68% | - |
| HSV(B) | 241.85º | 0.32% | 0.8% | - |
| XYZ | 31.55 | 28.91 | 61.68 | - |
| YUV | 148.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 205 | 0.31 | 0.32 | 0 | 0.20 | 241.85 | 0.39 | 0.68 |
| Hex | 8E | 8C | CD | 1F | 20 | 0 | 14 | F2 | 27 | 44 |
| Octal | 216 | 214 | 315 | 37 | 40 | 0 | 24 | 362 | 47 | 104 |
| Binary | 10001110 | 10001100 | 11001101 | 11111 | 100000 | 0 | 10100 | 11110010 | 100111 | 1000100 |
Color Harmonies of #8E8CCD
Complementary color
Monochromatic Colors of #8E8CCD
Black with #8E8CCD
Text Example
Text Example
White with #8E8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8CCD; }
p { color: rgb(142,140,205); }
H1.HeaderClassName
{
color: #8E8CCD;
}
.AnyTagClassName
{
color: #8E8CCD;
}
</style>
background-color css
<style>
a { background-color: #8E8CCD; }
a { background-color: rgb(142,140,205); }
div.DivClassName
{
background-color: #8E8CCD;
}
.BgClassName
{
background-color: #8E8CCD;
}
</style>
border-color css
<style>
span { border-color: #8E8CCD; }
span { border-color: rgb(142,140,205); }
td.TdClassName
{
border-color: #8E8CCD;
}
.TagClassName
{
border-color: #8E8CCD;
}
</style>