Shades of Logan #8C8BBA
Tints of Logan #8C8BBA
RGB
CMYK
RGB Variations
Color information
#8C8BBA (or 0x8C8BBA) is known color: Logan. HEX triplet: 8C, 8B and BA. RGB value is (140,139,186). Sum of RGB (Red+Green+Blue) = 140+139+186=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C8BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8BBA is #737445. Grayscale: #909090. Windows color (decimal): -7566406 or 12225420. OLE color: 12225420.
HSL color Cylindrical-coordinate representation of color #8C8BBA: hue angle of 241.28º 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 #8C8BBA is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 139 | 186 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.27 |
| HSL | 241.28º | 0.25% | 0.64% | - |
| HSV(B) | 241.28º | 0.25% | 0.73% | - |
| XYZ | 28.91 | 27.59 | 50.26 | - |
| YUV | 144.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 186 | 0.25 | 0.25 | 0 | 0.27 | 241.28 | 0.25 | 0.64 |
| Hex | 8C | 8B | BA | 19 | 19 | 0 | 1B | F1 | 19 | 40 |
| Octal | 214 | 213 | 272 | 31 | 31 | 0 | 33 | 361 | 31 | 100 |
| Binary | 10001100 | 10001011 | 10111010 | 11001 | 11001 | 0 | 11011 | 11110001 | 11001 | 1000000 |
Color Harmonies of #8C8BBA
Complementary color
Monochromatic Colors of #8C8BBA
Black with #8C8BBA
Text Example
Text Example
White with #8C8BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8BBA; }
p { color: rgb(140,139,186); }
H1.HeaderClassName
{
color: #8C8BBA;
}
.AnyTagClassName
{
color: #8C8BBA;
}
</style>
background-color css
<style>
a { background-color: #8C8BBA; }
a { background-color: rgb(140,139,186); }
div.DivClassName
{
background-color: #8C8BBA;
}
.BgClassName
{
background-color: #8C8BBA;
}
</style>
border-color css
<style>
span { border-color: #8C8BBA; }
span { border-color: rgb(140,139,186); }
td.TdClassName
{
border-color: #8C8BBA;
}
.TagClassName
{
border-color: #8C8BBA;
}
</style>