Shades of Logan #8E8EBA
Tints of Logan #8E8EBA
RGB
CMYK
RGB Variations
Color information
#8E8EBA (or 0x8E8EBA) is known color: Logan. HEX triplet: 8E, 8E and BA. RGB value is (142,142,186). Sum of RGB (Red+Green+Blue) = 142+142+186=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8EBA is #717145. Grayscale: #929292. Windows color (decimal): -7434566 or 12226190. OLE color: 12226190.
HSL color Cylindrical-coordinate representation of color #8E8EBA: hue angle of 240º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E8EBA is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 142 | 186 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.27 |
| HSL | 240º | 0.24% | 0.64% | - |
| HSV(B) | 240º | 0.24% | 0.73% | - |
| XYZ | 29.69 | 28.64 | 50.42 | - |
| YUV | 147.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 142 | 186 | 0.24 | 0.24 | 0 | 0.27 | 240 | 0.24 | 0.64 |
| Hex | 8E | 8E | BA | 18 | 18 | 0 | 1B | F0 | 18 | 40 |
| Octal | 216 | 216 | 272 | 30 | 30 | 0 | 33 | 360 | 30 | 100 |
| Binary | 10001110 | 10001110 | 10111010 | 11000 | 11000 | 0 | 11011 | 11110000 | 11000 | 1000000 |
Color Harmonies of #8E8EBA
Complementary color
Monochromatic Colors of #8E8EBA
Black with #8E8EBA
Text Example
Text Example
White with #8E8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8EBA; }
p { color: rgb(142,142,186); }
H1.HeaderClassName
{
color: #8E8EBA;
}
.AnyTagClassName
{
color: #8E8EBA;
}
</style>
background-color css
<style>
a { background-color: #8E8EBA; }
a { background-color: rgb(142,142,186); }
div.DivClassName
{
background-color: #8E8EBA;
}
.BgClassName
{
background-color: #8E8EBA;
}
</style>
border-color css
<style>
span { border-color: #8E8EBA; }
span { border-color: rgb(142,142,186); }
td.TdClassName
{
border-color: #8E8EBA;
}
.TagClassName
{
border-color: #8E8EBA;
}
</style>