#9EA9AE

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

Shades of Gull Grey #9EA9AE

Tints of Gull Grey #9EA9AE

Color information

#9EA9AE (or 0x9EA9AE) is unknown color: approx Gull Grey. HEX triplet: 9E, A9 and AE. RGB value is (158,169,174). Sum of RGB (Red+Green+Blue) = 158+169+174=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 174 - color contains mainly: blue. Hex color #9EA9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9AE is #615651. Grayscale: #A6A6A6. Windows color (decimal): -6379090 or 11446686. OLE color: 11446686.

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

Color convert

RGB158169174-
CMYK0.090.0300.32
HSL198.75º8.99%65.1%-
HSV(B)198.75º9.2%68.24%-
XYZ35.9338.745.62-
YUV166.28132.36122.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=31.54%
G=33.73%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581691740.090.0300.32198.758.9965.1
Hex9EA9AE93020c7941
Octal23625125611304030711101
Binary10011110101010011010111010011101000001100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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