#9EA4A5

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

Shades of Gull Grey #9EA4A5

Tints of Gull Grey #9EA4A5

Color information

#9EA4A5 (or 0x9EA4A5) is unknown color: approx Gull Grey. HEX triplet: 9E, A4 and A5. RGB value is (158,164,165). Sum of RGB (Red+Green+Blue) = 158+164+165=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 165 - color contains mainly: blue. Hex color #9EA4A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA4A5 is #615B5A. Grayscale: #A2A2A2. Windows color (decimal): -6380379 or 10855582. OLE color: 10855582.

HSL color Cylindrical-coordinate representation of color #9EA4A5: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9EA4A5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB158164165-
CMYK0.040.0100.35
HSL188.57º3.74%63.33%-
HSV(B)188.57º4.24%64.71%-
XYZ34.1736.5440.85-
YUV162.32129.51124.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.44%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=32.44%
G=33.68%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581641650.040.0100.35188.573.7463.33
Hex9EA4A541023bd43f
Octal23624424541043275477
Binary1001111010100100101001011001010001110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,164,165); }

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

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

 a { background-color: rgb(158,164,165); }

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

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

 span { border-color: rgb(158,164,165); }

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