Shades of Logan #9EA1BA
Tints of Logan #9EA1BA
RGB
CMYK
RGB Variations
Color information
#9EA1BA (or 0x9EA1BA) is known color: Logan. HEX triplet: 9E, A1 and BA. RGB value is (158,161,186). Sum of RGB (Red+Green+Blue) = 158+161+186=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 186 - color contains mainly: blue. Hex color #9EA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1BA is #615E45. Grayscale: #A2A2A2. Windows color (decimal): -6381126 or 12231070. OLE color: 12231070.
HSL color Cylindrical-coordinate representation of color #9EA1BA: hue angle of 233.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EA1BA is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 161 | 186 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.27 |
| HSL | 233.57º | 0.17% | 0.67% | - |
| HSV(B) | 233.57º | 0.15% | 0.73% | - |
| XYZ | 35.71 | 36.3 | 51.58 | - |
| YUV | 162.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 186 | 0.15 | 0.13 | 0 | 0.27 | 233.57 | 0.17 | 0.67 |
| Hex | 9E | A1 | BA | F | D | 0 | 1B | EA | 11 | 43 |
| Octal | 236 | 241 | 272 | 17 | 15 | 0 | 33 | 352 | 21 | 103 |
| Binary | 10011110 | 10100001 | 10111010 | 1111 | 1101 | 0 | 11011 | 11101010 | 10001 | 1000011 |
Color Harmonies of #9EA1BA
Complementary color
Monochromatic Colors of #9EA1BA
Black with #9EA1BA
Text Example
Text Example
White with #9EA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA1BA; }
p { color: rgb(158,161,186); }
H1.HeaderClassName
{
color: #9EA1BA;
}
.AnyTagClassName
{
color: #9EA1BA;
}
</style>
background-color css
<style>
a { background-color: #9EA1BA; }
a { background-color: rgb(158,161,186); }
div.DivClassName
{
background-color: #9EA1BA;
}
.BgClassName
{
background-color: #9EA1BA;
}
</style>
border-color css
<style>
span { border-color: #9EA1BA; }
span { border-color: rgb(158,161,186); }
td.TdClassName
{
border-color: #9EA1BA;
}
.TagClassName
{
border-color: #9EA1BA;
}
</style>