#9E9398

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

Shades of Shady Lady #9E9398

Tints of Shady Lady #9E9398

Color information

#9E9398 (or 0x9E9398) is unknown color: approx Shady Lady. HEX triplet: 9E, 93 and 98. RGB value is (158,147,152). Sum of RGB (Red+Green+Blue) = 158+147+152=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9398 is #616C67. Grayscale: #969696. Windows color (decimal): -6384744 or 9999262. OLE color: 9999262.

HSL color Cylindrical-coordinate representation of color #9E9398: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E9398 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB158147152-
CMYK00.070.040.38
HSL332.73º5.37%59.8%-
HSV(B)332.73º6.96%61.96%-
XYZ30.230.433.98-
YUV150.86128.64133.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 147 (57.81% from 255) = 32.17%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=34.57%
G=32.17%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814715200.070.040.38332.735.3759.8
Hex9E93980742614d53c
Octal23622323007446515574
Binary1001111010010011100110000111100100110101001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,152); }

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

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

 a { background-color: rgb(158,147,152); }

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

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

 span { border-color: rgb(158,147,152); }

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