Shades of Logan #8E8DBC
Tints of Logan #8E8DBC
RGB
CMYK
RGB Variations
Color information
#8E8DBC (or 0x8E8DBC) is known color: Logan. HEX triplet: 8E, 8D and BC. RGB value is (142,141,188). Sum of RGB (Red+Green+Blue) = 142+141+188=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8DBC is #717243. Grayscale: #929292. Windows color (decimal): -7434820 or 12357006. OLE color: 12357006.
HSL color Cylindrical-coordinate representation of color #8E8DBC: hue angle of 241.28º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E8DBC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 141 | 188 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.26 |
| HSL | 241.28º | 0.26% | 0.65% | - |
| HSV(B) | 241.28º | 0.25% | 0.74% | - |
| XYZ | 29.76 | 28.43 | 51.5 | - |
| YUV | 146.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 188 | 0.24 | 0.25 | 0 | 0.26 | 241.28 | 0.26 | 0.65 |
| Hex | 8E | 8D | BC | 18 | 19 | 0 | 1A | F1 | 1A | 41 |
| Octal | 216 | 215 | 274 | 30 | 31 | 0 | 32 | 361 | 32 | 101 |
| Binary | 10001110 | 10001101 | 10111100 | 11000 | 11001 | 0 | 11010 | 11110001 | 11010 | 1000001 |
Color Harmonies of #8E8DBC
Complementary color
Monochromatic Colors of #8E8DBC
Black with #8E8DBC
Text Example
Text Example
White with #8E8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8DBC; }
p { color: rgb(142,141,188); }
H1.HeaderClassName
{
color: #8E8DBC;
}
.AnyTagClassName
{
color: #8E8DBC;
}
</style>
background-color css
<style>
a { background-color: #8E8DBC; }
a { background-color: rgb(142,141,188); }
div.DivClassName
{
background-color: #8E8DBC;
}
.BgClassName
{
background-color: #8E8DBC;
}
</style>
border-color css
<style>
span { border-color: #8E8DBC; }
span { border-color: rgb(142,141,188); }
td.TdClassName
{
border-color: #8E8DBC;
}
.TagClassName
{
border-color: #8E8DBC;
}
</style>