Shades of Logan #8F8DBA
Tints of Logan #8F8DBA
RGB
CMYK
RGB Variations
Color information
#8F8DBA (or 0x8F8DBA) is known color: Logan. HEX triplet: 8F, 8D and BA. RGB value is (143,141,186). Sum of RGB (Red+Green+Blue) = 143+141+186=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F8DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DBA is #707245. Grayscale: #929292. Windows color (decimal): -7369286 or 12225935. OLE color: 12225935.
HSL color Cylindrical-coordinate representation of color #8F8DBA: hue angle of 242.67º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F8DBA is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 141 | 186 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.27 |
| HSL | 242.67º | 0.25% | 0.64% | - |
| HSV(B) | 242.67º | 0.24% | 0.73% | - |
| XYZ | 29.72 | 28.43 | 50.38 | - |
| YUV | 146.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 186 | 0.23 | 0.24 | 0 | 0.27 | 242.67 | 0.25 | 0.64 |
| Hex | 8F | 8D | BA | 17 | 18 | 0 | 1B | F3 | 19 | 40 |
| Octal | 217 | 215 | 272 | 27 | 30 | 0 | 33 | 363 | 31 | 100 |
| Binary | 10001111 | 10001101 | 10111010 | 10111 | 11000 | 0 | 11011 | 11110011 | 11001 | 1000000 |
Color Harmonies of #8F8DBA
Complementary color
Monochromatic Colors of #8F8DBA
Black with #8F8DBA
Text Example
Text Example
White with #8F8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DBA; }
p { color: rgb(143,141,186); }
H1.HeaderClassName
{
color: #8F8DBA;
}
.AnyTagClassName
{
color: #8F8DBA;
}
</style>
background-color css
<style>
a { background-color: #8F8DBA; }
a { background-color: rgb(143,141,186); }
div.DivClassName
{
background-color: #8F8DBA;
}
.BgClassName
{
background-color: #8F8DBA;
}
</style>
border-color css
<style>
span { border-color: #8F8DBA; }
span { border-color: rgb(143,141,186); }
td.TdClassName
{
border-color: #8F8DBA;
}
.TagClassName
{
border-color: #8F8DBA;
}
</style>