Html Css Color HEX #8E9D93 Edward

📋 copy color: '#8E9D93'

red 142 ◦ green 157 ◦ blue 147

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

Shades of Edward #8E9D93

Tints of Edward #8E9D93

RGB

 RED value IS 142 (55.86% from 255) = 31.84%

 GREEN value IS 157 (61.72% from 255) = 35.2%

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

R = 31.84%
G = 35.2%
B = 32.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#8E9D93 (or 0x8E9D93) is known color: Edward. HEX triplet: 8E, 9D and 93. RGB value is (142,157,147). Sum of RGB (Red+Green+Blue) = 142+157+147=446 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.84% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9D93 is #71626C. Grayscale: #979797. Windows color (decimal): -7430765 or 9674126. OLE color: 9674126.

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

Color convert

RGB 142 157 147 -
CMYK 0.10 0 0.06 0.38
HSL 140º 0.07% 0.59% -
HSV(B) 140º 0.1% 0.62% -
XYZ 28.48 31.97 32.27 -
YUV 151.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 142 157 147 0.10 0 0.06 0.38 140 0.07 0.59
Hex 8E 9D 93 A 0 6 26 8C 7 3B
Octal 216 235 223 12 0 6 46 214 7 73
Binary 10001110 10011101 10010011 1010 0 110 100110 10001100 111 111011

Color Harmonies of #8E9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9D93

Black with #8E9D93

Text Example


Text Example

White with #8E9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E9D93; }

 p { color: rgb(142,157,147); }

 H1.HeaderClassName
 {
   color: #8E9D93;
 }
 .AnyTagClassName
 {
   color: #8E9D93;
 }
</style>

background-color css

<style>
 a { background-color: #8E9D93; }

 a { background-color: rgb(142,157,147); }

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

border-color css

<style>
 span { border-color: #8E9D93; }

 span { border-color: rgb(142,157,147); }

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