Html Css Color HEX #9EA2A3 Gull Grey

📋 copy color: '#9EA2A3'

red 158 ◦ green 162 ◦ blue 163

#9EA2A3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gull Grey #9EA2A3

Tints of Gull Grey #9EA2A3

RGB

 RED value IS 158 (62.11% from 255) = 32.71%

 GREEN value IS 162 (63.67% from 255) = 33.54%

 BLUE value IS 163 (64.06% from 255) = 33.75%

R = 32.71%
G = 33.54%
B = 33.75%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9EA2A3 (or 0x9EA2A3) is known color: Gull Grey. HEX triplet: 9E, A2 and A3. RGB value is (158,162,163). Sum of RGB (Red+Green+Blue) = 158+162+163=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 163 - color contains mainly: blue. Hex color #9EA2A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA2A3 is #615D5C. Grayscale: #A0A0A0. Windows color (decimal): -6380893 or 10723998. OLE color: 10723998.

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

Color convert

RGB 158 162 163 -
CMYK 0.03 0.01 0 0.36
HSL 192º 0.03% 0.63% -
HSV(B) 192º 0.03% 0.64% -
XYZ 33.63 35.75 39.78 -
YUV 160.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 158 162 163 0.03 0.01 0 0.36 192 0.03 0.63
Hex 9E A2 A3 3 1 0 24 C0 3 3F
Octal 236 242 243 3 1 0 44 300 3 77
Binary 10011110 10100010 10100011 11 1 0 100100 11000000 11 111111

Color Harmonies of #9EA2A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA2A3

Black with #9EA2A3

Text Example


Text Example

White with #9EA2A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,162,163); }

 H1.HeaderClassName
 {
   color: #9EA2A3;
 }
 .AnyTagClassName
 {
   color: #9EA2A3;
 }
</style>

background-color css

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

 a { background-color: rgb(158,162,163); }

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

border-color css

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

 span { border-color: rgb(158,162,163); }

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