Shades of Logan #9EA0B4
Tints of Logan #9EA0B4
RGB
CMYK
RGB Variations
Color information
#9EA0B4 (or 0x9EA0B4) is known color: Logan. HEX triplet: 9E, A0 and B4. RGB value is (158,160,180). Sum of RGB (Red+Green+Blue) = 158+160+180=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 180 - color contains mainly: blue. Hex color #9EA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0B4 is #615F4B. Grayscale: #A1A1A1. Windows color (decimal): -6381388 or 11837598. OLE color: 11837598.
HSL color Cylindrical-coordinate representation of color #9EA0B4: hue angle of 234.55º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA0B4 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 158 | 160 | 180 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.29 |
| HSL | 234.55º | 0.13% | 0.66% | - |
| HSV(B) | 234.55º | 0.12% | 0.71% | - |
| XYZ | 34.91 | 35.71 | 48.23 | - |
| YUV | 161.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 180 | 0.12 | 0.11 | 0 | 0.29 | 234.55 | 0.13 | 0.66 |
| Hex | 9E | A0 | B4 | C | B | 0 | 1D | EB | D | 42 |
| Octal | 236 | 240 | 264 | 14 | 13 | 0 | 35 | 353 | 15 | 102 |
| Binary | 10011110 | 10100000 | 10110100 | 1100 | 1011 | 0 | 11101 | 11101011 | 1101 | 1000010 |
Color Harmonies of #9EA0B4
Complementary color
Monochromatic Colors of #9EA0B4
Black with #9EA0B4
Text Example
Text Example
White with #9EA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA0B4; }
p { color: rgb(158,160,180); }
H1.HeaderClassName
{
color: #9EA0B4;
}
.AnyTagClassName
{
color: #9EA0B4;
}
</style>
background-color css
<style>
a { background-color: #9EA0B4; }
a { background-color: rgb(158,160,180); }
div.DivClassName
{
background-color: #9EA0B4;
}
.BgClassName
{
background-color: #9EA0B4;
}
</style>
border-color css
<style>
span { border-color: #9EA0B4; }
span { border-color: rgb(158,160,180); }
td.TdClassName
{
border-color: #9EA0B4;
}
.TagClassName
{
border-color: #9EA0B4;
}
</style>