Shades of Logan #8F8DBC
Tints of Logan #8F8DBC
RGB
CMYK
RGB Variations
Color information
#8F8DBC (or 0x8F8DBC) is known color: Logan. HEX triplet: 8F, 8D and BC. RGB value is (143,141,188). Sum of RGB (Red+Green+Blue) = 143+141+188=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F8DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DBC is #707243. Grayscale: #929292. Windows color (decimal): -7369284 or 12357007. OLE color: 12357007.
HSL color Cylindrical-coordinate representation of color #8F8DBC: hue angle of 242.55º 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 #8F8DBC is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 141 | 188 | - |
| CMYK | 0.24 | 0.25 | 0 | 0.26 |
| HSL | 242.55º | 0.26% | 0.65% | - |
| HSV(B) | 242.55º | 0.25% | 0.74% | - |
| XYZ | 29.93 | 28.52 | 51.5 | - |
| YUV | 146.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 188 | 0.24 | 0.25 | 0 | 0.26 | 242.55 | 0.26 | 0.65 |
| Hex | 8F | 8D | BC | 18 | 19 | 0 | 1A | F3 | 1A | 41 |
| Octal | 217 | 215 | 274 | 30 | 31 | 0 | 32 | 363 | 32 | 101 |
| Binary | 10001111 | 10001101 | 10111100 | 11000 | 11001 | 0 | 11010 | 11110011 | 11010 | 1000001 |
Color Harmonies of #8F8DBC
Complementary color
Monochromatic Colors of #8F8DBC
Black with #8F8DBC
Text Example
Text Example
White with #8F8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DBC; }
p { color: rgb(143,141,188); }
H1.HeaderClassName
{
color: #8F8DBC;
}
.AnyTagClassName
{
color: #8F8DBC;
}
</style>
background-color css
<style>
a { background-color: #8F8DBC; }
a { background-color: rgb(143,141,188); }
div.DivClassName
{
background-color: #8F8DBC;
}
.BgClassName
{
background-color: #8F8DBC;
}
</style>
border-color css
<style>
span { border-color: #8F8DBC; }
span { border-color: rgb(143,141,188); }
td.TdClassName
{
border-color: #8F8DBC;
}
.TagClassName
{
border-color: #8F8DBC;
}
</style>