Shades of Logan #8C8CBA
Tints of Logan #8C8CBA
RGB
CMYK
RGB Variations
Color information
#8C8CBA (or 0x8C8CBA) is known color: Logan. HEX triplet: 8C, 8C and BA. RGB value is (140,140,186). Sum of RGB (Red+Green+Blue) = 140+140+186=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8CBA is #737345. Grayscale: #919191. Windows color (decimal): -7566150 or 12225676. OLE color: 12225676.
HSL color Cylindrical-coordinate representation of color #8C8CBA: hue angle of 240º degrees, saturation: 0.25, 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 #8C8CBA is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 140 | 186 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.27 |
| HSL | 240º | 0.25% | 0.64% | - |
| HSV(B) | 240º | 0.25% | 0.73% | - |
| XYZ | 29.06 | 27.88 | 50.3 | - |
| YUV | 145.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 140 | 186 | 0.25 | 0.25 | 0 | 0.27 | 240 | 0.25 | 0.64 |
| Hex | 8C | 8C | BA | 19 | 19 | 0 | 1B | F0 | 19 | 40 |
| Octal | 214 | 214 | 272 | 31 | 31 | 0 | 33 | 360 | 31 | 100 |
| Binary | 10001100 | 10001100 | 10111010 | 11001 | 11001 | 0 | 11011 | 11110000 | 11001 | 1000000 |
Color Harmonies of #8C8CBA
Complementary color
Monochromatic Colors of #8C8CBA
Black with #8C8CBA
Text Example
Text Example
White with #8C8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8CBA; }
p { color: rgb(140,140,186); }
H1.HeaderClassName
{
color: #8C8CBA;
}
.AnyTagClassName
{
color: #8C8CBA;
}
</style>
background-color css
<style>
a { background-color: #8C8CBA; }
a { background-color: rgb(140,140,186); }
div.DivClassName
{
background-color: #8C8CBA;
}
.BgClassName
{
background-color: #8C8CBA;
}
</style>
border-color css
<style>
span { border-color: #8C8CBA; }
span { border-color: rgb(140,140,186); }
td.TdClassName
{
border-color: #8C8CBA;
}
.TagClassName
{
border-color: #8C8CBA;
}
</style>