Shades of Logan #8E94B9
Tints of Logan #8E94B9
RGB
CMYK
RGB Variations
Color information
#8E94B9 (or 0x8E94B9) is known color: Logan. HEX triplet: 8E, 94 and B9. RGB value is (142,148,185). Sum of RGB (Red+Green+Blue) = 142+148+185=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #8E94B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94B9 is #716B46. Grayscale: #969696. Windows color (decimal): -7433031 or 12162190. OLE color: 12162190.
HSL color Cylindrical-coordinate representation of color #8E94B9: hue angle of 231.63º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E94B9 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 148 | 185 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.27 |
| HSL | 231.63º | 0.23% | 0.64% | - |
| HSV(B) | 231.63º | 0.23% | 0.73% | - |
| XYZ | 30.5 | 30.43 | 50.17 | - |
| YUV | 150.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 148 | 185 | 0.23 | 0.20 | 0 | 0.27 | 231.63 | 0.23 | 0.64 |
| Hex | 8E | 94 | B9 | 17 | 14 | 0 | 1B | E8 | 17 | 40 |
| Octal | 216 | 224 | 271 | 27 | 24 | 0 | 33 | 350 | 27 | 100 |
| Binary | 10001110 | 10010100 | 10111001 | 10111 | 10100 | 0 | 11011 | 11101000 | 10111 | 1000000 |
Color Harmonies of #8E94B9
Complementary color
Monochromatic Colors of #8E94B9
Black with #8E94B9
Text Example
Text Example
White with #8E94B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E94B9; }
p { color: rgb(142,148,185); }
H1.HeaderClassName
{
color: #8E94B9;
}
.AnyTagClassName
{
color: #8E94B9;
}
</style>
background-color css
<style>
a { background-color: #8E94B9; }
a { background-color: rgb(142,148,185); }
div.DivClassName
{
background-color: #8E94B9;
}
.BgClassName
{
background-color: #8E94B9;
}
</style>
border-color css
<style>
span { border-color: #8E94B9; }
span { border-color: rgb(142,148,185); }
td.TdClassName
{
border-color: #8E94B9;
}
.TagClassName
{
border-color: #8E94B9;
}
</style>