Html Css Color HEX #8E9E94 Edward

📋 copy color: '#8E9E94'

red 142 ◦ green 158 ◦ blue 148

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

Shades of Edward #8E9E94

Tints of Edward #8E9E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 31.7%
G = 35.27%
B = 33.04%

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

#8E9E94 (or 0x8E9E94) is known color: Edward. HEX triplet: 8E, 9E and 94. RGB value is (142,158,148). Sum of RGB (Red+Green+Blue) = 142+158+148=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #8E9E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9E94 is #71616B. Grayscale: #989898. Windows color (decimal): -7430508 or 9739918. OLE color: 9739918.

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

Color convert

RGB 142 158 148 -
CMYK 0.10 0 0.06 0.38
HSL 142.5º 0.08% 0.59% -
HSV(B) 142.5º 0.1% 0.62% -
XYZ 28.73 32.34 32.75 -
YUV 152.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 142 158 148 0.10 0 0.06 0.38 142.5 0.08 0.59
Hex 8E 9E 94 A 0 6 26 8E 8 3B
Octal 216 236 224 12 0 6 46 216 10 73
Binary 10001110 10011110 10010100 1010 0 110 100110 10001110 1000 111011

Color Harmonies of #8E9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9E94

Black with #8E9E94

Text Example


Text Example

White with #8E9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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