Html Css Color HEX #9EA9A8 Hit Grey

📋 copy color: '#9EA9A8'

red 158 ◦ green 169 ◦ blue 168

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

Shades of Hit Grey #9EA9A8

Tints of Hit Grey #9EA9A8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 168 (66.02% from 255) = 33.94%

R = 31.92%
G = 34.14%
B = 33.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#9EA9A8 (or 0x9EA9A8) is known color: Hit Grey. HEX triplet: 9E, A9 and A8. RGB value is (158,169,168). Sum of RGB (Red+Green+Blue) = 158+169+168=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA9A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA9A8 is #615657. Grayscale: #A5A5A5. Windows color (decimal): -6379096 or 11053470. OLE color: 11053470.

HSL color Cylindrical-coordinate representation of color #9EA9A8: hue angle of 174.55º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EA9A8 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 169 168 -
CMYK 0.07 0 0.01 0.34
HSL 174.55º 0.06% 0.64% -
HSV(B) 174.55º 0.07% 0.66% -
XYZ 35.36 38.47 42.61 -
YUV 165.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 158 169 168 0.07 0 0.01 0.34 174.55 0.06 0.64
Hex 9E A9 A8 7 0 1 22 AF 6 40
Octal 236 251 250 7 0 1 42 257 6 100
Binary 10011110 10101001 10101000 111 0 1 100010 10101111 110 1000000

Color Harmonies of #9EA9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA9A8

Black with #9EA9A8

Text Example


Text Example

White with #9EA9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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