Shades of Logan #8C8EBB
Tints of Logan #8C8EBB
RGB
CMYK
RGB Variations
Color information
#8C8EBB (or 0x8C8EBB) is known color: Logan. HEX triplet: 8C, 8E and BB. RGB value is (140,142,187). Sum of RGB (Red+Green+Blue) = 140+142+187=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C8EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8EBB is #737144. Grayscale: #929292. Windows color (decimal): -7565637 or 12291724. OLE color: 12291724.
HSL color Cylindrical-coordinate representation of color #8C8EBB: hue angle of 237.45º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C8EBB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 142 | 187 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.27 |
| HSL | 237.45º | 0.26% | 0.64% | - |
| HSV(B) | 237.45º | 0.25% | 0.73% | - |
| XYZ | 29.46 | 28.51 | 50.96 | - |
| YUV | 146.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 187 | 0.25 | 0.24 | 0 | 0.27 | 237.45 | 0.26 | 0.64 |
| Hex | 8C | 8E | BB | 19 | 18 | 0 | 1B | ED | 1A | 40 |
| Octal | 214 | 216 | 273 | 31 | 30 | 0 | 33 | 355 | 32 | 100 |
| Binary | 10001100 | 10001110 | 10111011 | 11001 | 11000 | 0 | 11011 | 11101101 | 11010 | 1000000 |
Color Harmonies of #8C8EBB
Complementary color
Monochromatic Colors of #8C8EBB
Black with #8C8EBB
Text Example
Text Example
White with #8C8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8EBB; }
p { color: rgb(140,142,187); }
H1.HeaderClassName
{
color: #8C8EBB;
}
.AnyTagClassName
{
color: #8C8EBB;
}
</style>
background-color css
<style>
a { background-color: #8C8EBB; }
a { background-color: rgb(140,142,187); }
div.DivClassName
{
background-color: #8C8EBB;
}
.BgClassName
{
background-color: #8C8EBB;
}
</style>
border-color css
<style>
span { border-color: #8C8EBB; }
span { border-color: rgb(140,142,187); }
td.TdClassName
{
border-color: #8C8EBB;
}
.TagClassName
{
border-color: #8C8EBB;
}
</style>