Shades of Blue Bell #8E8BD7
Tints of Blue Bell #8E8BD7
RGB
CMYK
RGB Variations
Color information
#8E8BD7 (or 0x8E8BD7) is known color: Blue Bell. HEX triplet: 8E, 8B and D7. RGB value is (142,139,215). Sum of RGB (Red+Green+Blue) = 142+139+215=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E8BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8BD7 is #717428. Grayscale: #949494. Windows color (decimal): -7435305 or 14125966. OLE color: 14125966.
HSL color Cylindrical-coordinate representation of color #8E8BD7: hue angle of 242.37º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E8BD7 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 139 | 215 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.16 |
| HSL | 242.37º | 0.49% | 0.69% | - |
| HSV(B) | 242.37º | 0.35% | 0.84% | - |
| XYZ | 32.65 | 29.12 | 68.19 | - |
| YUV | 148.56 | 165.49 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 139 | 215 | 0.34 | 0.35 | 0 | 0.16 | 242.37 | 0.49 | 0.69 |
| Hex | 8E | 8B | D7 | 22 | 23 | 0 | 10 | F2 | 31 | 45 |
| Octal | 216 | 213 | 327 | 42 | 43 | 0 | 20 | 362 | 61 | 105 |
| Binary | 10001110 | 10001011 | 11010111 | 100010 | 100011 | 0 | 10000 | 11110010 | 110001 | 1000101 |
Color Harmonies of #8E8BD7
Complementary color
Monochromatic Colors of #8E8BD7
Black with #8E8BD7
Text Example
Text Example
White with #8E8BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8BD7; }
p { color: rgb(142,139,215); }
H1.HeaderClassName
{
color: #8E8BD7;
}
.AnyTagClassName
{
color: #8E8BD7;
}
</style>
background-color css
<style>
a { background-color: #8E8BD7; }
a { background-color: rgb(142,139,215); }
div.DivClassName
{
background-color: #8E8BD7;
}
.BgClassName
{
background-color: #8E8BD7;
}
</style>
border-color css
<style>
span { border-color: #8E8BD7; }
span { border-color: rgb(142,139,215); }
td.TdClassName
{
border-color: #8E8BD7;
}
.TagClassName
{
border-color: #8E8BD7;
}
</style>