Shades of Logan #8E8ABB
Tints of Logan #8E8ABB
RGB
CMYK
RGB Variations
Color information
#8E8ABB (or 0x8E8ABB) is known color: Logan. HEX triplet: 8E, 8A and BB. RGB value is (142,138,187). Sum of RGB (Red+Green+Blue) = 142+138+187=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E8ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ABB is #717544. Grayscale: #909090. Windows color (decimal): -7435589 or 12290702. OLE color: 12290702.
HSL color Cylindrical-coordinate representation of color #8E8ABB: hue angle of 244.9º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E8ABB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 138 | 187 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.27 |
| HSL | 244.9º | 0.26% | 0.64% | - |
| HSV(B) | 244.9º | 0.26% | 0.73% | - |
| XYZ | 29.21 | 27.52 | 50.79 | - |
| YUV | 144.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 187 | 0.24 | 0.26 | 0 | 0.27 | 244.9 | 0.26 | 0.64 |
| Hex | 8E | 8A | BB | 18 | 1A | 0 | 1B | F5 | 1A | 40 |
| Octal | 216 | 212 | 273 | 30 | 32 | 0 | 33 | 365 | 32 | 100 |
| Binary | 10001110 | 10001010 | 10111011 | 11000 | 11010 | 0 | 11011 | 11110101 | 11010 | 1000000 |
Color Harmonies of #8E8ABB
Complementary color
Monochromatic Colors of #8E8ABB
Black with #8E8ABB
Text Example
Text Example
White with #8E8ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8ABB; }
p { color: rgb(142,138,187); }
H1.HeaderClassName
{
color: #8E8ABB;
}
.AnyTagClassName
{
color: #8E8ABB;
}
</style>
background-color css
<style>
a { background-color: #8E8ABB; }
a { background-color: rgb(142,138,187); }
div.DivClassName
{
background-color: #8E8ABB;
}
.BgClassName
{
background-color: #8E8ABB;
}
</style>
border-color css
<style>
span { border-color: #8E8ABB; }
span { border-color: rgb(142,138,187); }
td.TdClassName
{
border-color: #8E8ABB;
}
.TagClassName
{
border-color: #8E8ABB;
}
</style>