Shades of Blue Bell #8E8BCD
Tints of Blue Bell #8E8BCD
RGB
CMYK
RGB Variations
Color information
#8E8BCD (or 0x8E8BCD) is known color: Blue Bell. HEX triplet: 8E, 8B and CD. RGB value is (142,139,205). Sum of RGB (Red+Green+Blue) = 142+139+205=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E8BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BCD is #717432. Grayscale: #939393. Windows color (decimal): -7435315 or 13470606. OLE color: 13470606.
HSL color Cylindrical-coordinate representation of color #8E8BCD: hue angle of 242.73º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8BCD is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 139 | 205 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.20 |
| HSL | 242.73º | 0.4% | 0.67% | - |
| HSV(B) | 242.73º | 0.32% | 0.8% | - |
| XYZ | 31.41 | 28.62 | 61.63 | - |
| YUV | 147.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 205 | 0.31 | 0.32 | 0 | 0.20 | 242.73 | 0.4 | 0.67 |
| Hex | 8E | 8B | CD | 1F | 20 | 0 | 14 | F3 | 28 | 43 |
| Octal | 216 | 213 | 315 | 37 | 40 | 0 | 24 | 363 | 50 | 103 |
| Binary | 10001110 | 10001011 | 11001101 | 11111 | 100000 | 0 | 10100 | 11110011 | 101000 | 1000011 |
Color Harmonies of #8E8BCD
Complementary color
Monochromatic Colors of #8E8BCD
Black with #8E8BCD
Text Example
Text Example
White with #8E8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BCD; }
p { color: rgb(142,139,205); }
H1.HeaderClassName
{
color: #8E8BCD;
}
.AnyTagClassName
{
color: #8E8BCD;
}
</style>
background-color css
<style>
a { background-color: #8E8BCD; }
a { background-color: rgb(142,139,205); }
div.DivClassName
{
background-color: #8E8BCD;
}
.BgClassName
{
background-color: #8E8BCD;
}
</style>
border-color css
<style>
span { border-color: #8E8BCD; }
span { border-color: rgb(142,139,205); }
td.TdClassName
{
border-color: #8E8BCD;
}
.TagClassName
{
border-color: #8E8BCD;
}
</style>