Shades of Logan #8F8FBB
Tints of Logan #8F8FBB
RGB
CMYK
RGB Variations
Color information
#8F8FBB (or 0x8F8FBB) is known color: Logan. HEX triplet: 8F, 8F and BB. RGB value is (143,143,187). Sum of RGB (Red+Green+Blue) = 143+143+187=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8FBB is #707044. Grayscale: #939393. Windows color (decimal): -7368773 or 12291983. OLE color: 12291983.
HSL color Cylindrical-coordinate representation of color #8F8FBB: hue angle of 240º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F8FBB is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 143 | 187 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.27 |
| HSL | 240º | 0.24% | 0.65% | - |
| HSV(B) | 240º | 0.24% | 0.73% | - |
| XYZ | 30.12 | 29.07 | 51.04 | - |
| YUV | 148.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 143 | 187 | 0.24 | 0.24 | 0 | 0.27 | 240 | 0.24 | 0.65 |
| Hex | 8F | 8F | BB | 18 | 18 | 0 | 1B | F0 | 18 | 41 |
| Octal | 217 | 217 | 273 | 30 | 30 | 0 | 33 | 360 | 30 | 101 |
| Binary | 10001111 | 10001111 | 10111011 | 11000 | 11000 | 0 | 11011 | 11110000 | 11000 | 1000001 |
Color Harmonies of #8F8FBB
Complementary color
Monochromatic Colors of #8F8FBB
Black with #8F8FBB
Text Example
Text Example
White with #8F8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8FBB; }
p { color: rgb(143,143,187); }
H1.HeaderClassName
{
color: #8F8FBB;
}
.AnyTagClassName
{
color: #8F8FBB;
}
</style>
background-color css
<style>
a { background-color: #8F8FBB; }
a { background-color: rgb(143,143,187); }
div.DivClassName
{
background-color: #8F8FBB;
}
.BgClassName
{
background-color: #8F8FBB;
}
</style>
border-color css
<style>
span { border-color: #8F8FBB; }
span { border-color: rgb(143,143,187); }
td.TdClassName
{
border-color: #8F8FBB;
}
.TagClassName
{
border-color: #8F8FBB;
}
</style>