Shades of Logan #8F93BA
Tints of Logan #8F93BA
RGB
CMYK
RGB Variations
Color information
#8F93BA (or 0x8F93BA) is known color: Logan. HEX triplet: 8F, 93 and BA. RGB value is (143,147,186). Sum of RGB (Red+Green+Blue) = 143+147+186=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F93BA is #706C45. Grayscale: #969696. Windows color (decimal): -7367750 or 12227471. OLE color: 12227471.
HSL color Cylindrical-coordinate representation of color #8F93BA: hue angle of 234.42º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F93BA is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 147 | 186 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.27 |
| HSL | 234.42º | 0.24% | 0.65% | - |
| HSV(B) | 234.42º | 0.23% | 0.73% | - |
| XYZ | 30.62 | 30.25 | 50.68 | - |
| YUV | 150.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 186 | 0.23 | 0.21 | 0 | 0.27 | 234.42 | 0.24 | 0.65 |
| Hex | 8F | 93 | BA | 17 | 15 | 0 | 1B | EA | 18 | 41 |
| Octal | 217 | 223 | 272 | 27 | 25 | 0 | 33 | 352 | 30 | 101 |
| Binary | 10001111 | 10010011 | 10111010 | 10111 | 10101 | 0 | 11011 | 11101010 | 11000 | 1000001 |
Color Harmonies of #8F93BA
Complementary color
Monochromatic Colors of #8F93BA
Black with #8F93BA
Text Example
Text Example
White with #8F93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F93BA; }
p { color: rgb(143,147,186); }
H1.HeaderClassName
{
color: #8F93BA;
}
.AnyTagClassName
{
color: #8F93BA;
}
</style>
background-color css
<style>
a { background-color: #8F93BA; }
a { background-color: rgb(143,147,186); }
div.DivClassName
{
background-color: #8F93BA;
}
.BgClassName
{
background-color: #8F93BA;
}
</style>
border-color css
<style>
span { border-color: #8F93BA; }
span { border-color: rgb(143,147,186); }
td.TdClassName
{
border-color: #8F93BA;
}
.TagClassName
{
border-color: #8F93BA;
}
</style>