Html Css Color HEX #9E9093 Shady Lady

📋 copy color: '#9E9093'

red 158 ◦ green 144 ◦ blue 147

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

Shades of Shady Lady #9E9093

Tints of Shady Lady #9E9093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 35.19%
G = 32.07%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E9093 (or 0x9E9093) is known color: Shady Lady. HEX triplet: 9E, 90 and 93. RGB value is (158,144,147). Sum of RGB (Red+Green+Blue) = 158+144+147=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9093 is #616F6C. Grayscale: #949494. Windows color (decimal): -6385517 or 9670814. OLE color: 9670814.

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

Color convert

RGB 158 144 147 -
CMYK 0 0.09 0.07 0.38
HSL 347.14º 0.07% 0.59% -
HSV(B) 347.14º 0.09% 0.62% -
XYZ 29.34 29.32 31.72 -
YUV 148.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 158 144 147 0 0.09 0.07 0.38 347.14 0.07 0.59
Hex 9E 90 93 0 9 7 26 15B 7 3B
Octal 236 220 223 0 11 7 46 533 7 73
Binary 10011110 10010000 10010011 0 1001 111 100110 101011011 111 111011

Color Harmonies of #9E9093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9093

Black with #9E9093

Text Example


Text Example

White with #9E9093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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