Shades of Logan #9EA2BC
Tints of Logan #9EA2BC
RGB
CMYK
RGB Variations
Color information
#9EA2BC (or 0x9EA2BC) is known color: Logan. HEX triplet: 9E, A2 and BC. RGB value is (158,162,188). Sum of RGB (Red+Green+Blue) = 158+162+188=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #9EA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA2BC is #615D43. Grayscale: #A3A3A3. Windows color (decimal): -6380868 or 12362398. OLE color: 12362398.
HSL color Cylindrical-coordinate representation of color #9EA2BC: hue angle of 232º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA2BC is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 162 | 188 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.26 |
| HSL | 232º | 0.18% | 0.68% | - |
| HSV(B) | 232º | 0.16% | 0.74% | - |
| XYZ | 36.1 | 36.74 | 52.77 | - |
| YUV | 163.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 188 | 0.16 | 0.14 | 0 | 0.26 | 232 | 0.18 | 0.68 |
| Hex | 9E | A2 | BC | 10 | E | 0 | 1A | E8 | 12 | 44 |
| Octal | 236 | 242 | 274 | 20 | 16 | 0 | 32 | 350 | 22 | 104 |
| Binary | 10011110 | 10100010 | 10111100 | 10000 | 1110 | 0 | 11010 | 11101000 | 10010 | 1000100 |
Color Harmonies of #9EA2BC
Complementary color
Monochromatic Colors of #9EA2BC
Black with #9EA2BC
Text Example
Text Example
White with #9EA2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA2BC; }
p { color: rgb(158,162,188); }
H1.HeaderClassName
{
color: #9EA2BC;
}
.AnyTagClassName
{
color: #9EA2BC;
}
</style>
background-color css
<style>
a { background-color: #9EA2BC; }
a { background-color: rgb(158,162,188); }
div.DivClassName
{
background-color: #9EA2BC;
}
.BgClassName
{
background-color: #9EA2BC;
}
</style>
border-color css
<style>
span { border-color: #9EA2BC; }
span { border-color: rgb(158,162,188); }
td.TdClassName
{
border-color: #9EA2BC;
}
.TagClassName
{
border-color: #9EA2BC;
}
</style>