#9EA0AD

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

Shades of Logan #9EA0AD

Tints of Logan #9EA0AD

Color information

#9EA0AD (or 0x9EA0AD) is unknown color: approx Logan. HEX triplet: 9E, A0 and AD. RGB value is (158,160,173). Sum of RGB (Red+Green+Blue) = 158+160+173=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #9EA0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA0AD is #615F52. Grayscale: #A0A0A0. Windows color (decimal): -6381395 or 11378846. OLE color: 11378846.

HSL color Cylindrical-coordinate representation of color #9EA0AD: hue angle of 232º degrees, saturation: 0.08, 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 #9EA0AD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158160173-
CMYK0.090.0800.32
HSL232º8.38%64.9%-
HSV(B)232º8.67%67.84%-
XYZ34.2135.4344.57-
YUV160.88134.84125.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=32.18%
G=32.59%
B=35.23%

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
Decimal1581601730.090.0800.322328.3864.9
Hex9EA0AD98020e8841
Octal236240255111004035010101
Binary1001111010100000101011011001100001000001110100010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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