#9EA0AE

Color #9EA0AE Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9EA0AE

Tints of Logan #9EA0AE

Color information

#9EA0AE (or 0x9EA0AE) is unknown color: approx Logan. HEX triplet: 9E, A0 and AE. RGB value is (158,160,174). Sum of RGB (Red+Green+Blue) = 158+160+174=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EA0AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA0AE is #615F51. Grayscale: #A0A0A0. Windows color (decimal): -6381394 or 11444382. OLE color: 11444382.

HSL color Cylindrical-coordinate representation of color #9EA0AE: hue angle of 232.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EA0AE is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158160174-
CMYK0.090.0800.32
HSL232.5º8.99%65.1%-
HSV(B)232.5º9.2%68.24%-
XYZ34.3135.4745.08-
YUV161135.34125.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 160 (62.89% from 255) = 32.52%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=32.11%
G=32.52%
B=35.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581601740.090.0800.32232.58.9965.1
Hex9EA0AE98020e8941
Octal236240256111004035011101
Binary1001111010100000101011101001100001000001110100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA0AE; }

 p { color: rgb(158,160,174); }

 H1.HeaderClassName
 {
   color: #9EA0AE;
 }
 .AnyTagClassName
 {
   color: #9EA0AE;
 }
</style>
background-color css

<style>
 a { background-color: #9EA0AE; }

 a { background-color: rgb(158,160,174); }

 div.DivClassName
 {
   background-color: #9EA0AE;
 }
 .BgClassName
 {
   background-color: #9EA0AE;
 }
</style>
border-color css

<style>
 span { border-color: #9EA0AE; }

 span { border-color: rgb(158,160,174); }

 td.TdClassName
 {
   border-color: #9EA0AE;
 }
 .TagClassName
 {
   border-color: #9EA0AE;
 }
</style>