Html Css Color HEX #8E9E95 Edward

📋 copy color: '#8E9E95'

red 142 ◦ green 158 ◦ blue 149

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

Shades of Edward #8E9E95

Tints of Edward #8E9E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.18%

R = 31.63%
G = 35.19%
B = 33.18%

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

#8E9E95 (or 0x8E9E95) is known color: Edward. HEX triplet: 8E, 9E and 95. RGB value is (142,158,149). Sum of RGB (Red+Green+Blue) = 142+158+149=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9E95 is #71616A. Grayscale: #989898. Windows color (decimal): -7430507 or 9805454. OLE color: 9805454.

HSL color Cylindrical-coordinate representation of color #8E9E95: hue angle of 146.25º degrees, saturation: 0.08, 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 #8E9E95 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 158 149 -
CMYK 0.10 0 0.06 0.38
HSL 146.25º 0.08% 0.59% -
HSV(B) 146.25º 0.1% 0.62% -
XYZ 28.81 32.37 33.16 -
YUV 152.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 142 158 149 0.10 0 0.06 0.38 146.25 0.08 0.59
Hex 8E 9E 95 A 0 6 26 92 8 3B
Octal 216 236 225 12 0 6 46 222 10 73
Binary 10001110 10011110 10010101 1010 0 110 100110 10010010 1000 111011

Color Harmonies of #8E9E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9E95

Black with #8E9E95

Text Example


Text Example

White with #8E9E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,158,149); }

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

background-color css

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

 a { background-color: rgb(142,158,149); }

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

border-color css

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

 span { border-color: rgb(142,158,149); }

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