Shades of Blue Bell #8E8DD5
Tints of Blue Bell #8E8DD5
RGB
CMYK
RGB Variations
Color information
#8E8DD5 (or 0x8E8DD5) is known color: Blue Bell. HEX triplet: 8E, 8D and D5. RGB value is (142,141,213). Sum of RGB (Red+Green+Blue) = 142+141+213=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #8E8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DD5 is #71722A. Grayscale: #959595. Windows color (decimal): -7434795 or 13995406. OLE color: 13995406.
HSL color Cylindrical-coordinate representation of color #8E8DD5: hue angle of 240.83º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E8DD5 is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 141 | 213 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.16 |
| HSL | 240.83º | 0.46% | 0.69% | - |
| HSV(B) | 240.83º | 0.34% | 0.84% | - |
| XYZ | 32.69 | 29.6 | 66.94 | - |
| YUV | 149.51 | 163.83 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 213 | 0.33 | 0.34 | 0 | 0.16 | 240.83 | 0.46 | 0.69 |
| Hex | 8E | 8D | D5 | 21 | 22 | 0 | 10 | F1 | 2E | 45 |
| Octal | 216 | 215 | 325 | 41 | 42 | 0 | 20 | 361 | 56 | 105 |
| Binary | 10001110 | 10001101 | 11010101 | 100001 | 100010 | 0 | 10000 | 11110001 | 101110 | 1000101 |
Color Harmonies of #8E8DD5
Complementary color
Monochromatic Colors of #8E8DD5
Black with #8E8DD5
Text Example
Text Example
White with #8E8DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DD5; }
p { color: rgb(142,141,213); }
H1.HeaderClassName
{
color: #8E8DD5;
}
.AnyTagClassName
{
color: #8E8DD5;
}
</style>
background-color css
<style>
a { background-color: #8E8DD5; }
a { background-color: rgb(142,141,213); }
div.DivClassName
{
background-color: #8E8DD5;
}
.BgClassName
{
background-color: #8E8DD5;
}
</style>
border-color css
<style>
span { border-color: #8E8DD5; }
span { border-color: rgb(142,141,213); }
td.TdClassName
{
border-color: #8E8DD5;
}
.TagClassName
{
border-color: #8E8DD5;
}
</style>