Html Css Color HEX #8D9E94 Edward

📋 copy color: '#8D9E94'

red 141 ◦ green 158 ◦ blue 148

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

Shades of Edward #8D9E94

Tints of Edward #8D9E94

RGB

 RED value IS 141 (55.47% from 255) = 31.54%

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

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

R = 31.54%
G = 35.35%
B = 33.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#8D9E94 (or 0x8D9E94) is known color: Edward. HEX triplet: 8D, 9E and 94. RGB value is (141,158,148). Sum of RGB (Red+Green+Blue) = 141+158+148=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9E94 is #72616B. Grayscale: #979797. Windows color (decimal): -7496044 or 9739917. OLE color: 9739917.

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

Color convert

RGB 141 158 148 -
CMYK 0.11 0 0.06 0.38
HSL 144.71º 0.08% 0.59% -
HSV(B) 144.71º 0.11% 0.62% -
XYZ 28.56 32.25 32.74 -
YUV 151.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 141 158 148 0.11 0 0.06 0.38 144.71 0.08 0.59
Hex 8D 9E 94 B 0 6 26 91 8 3B
Octal 215 236 224 13 0 6 46 221 10 73
Binary 10001101 10011110 10010100 1011 0 110 100110 10010001 1000 111011

Color Harmonies of #8D9E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9E94

Black with #8D9E94

Text Example


Text Example

White with #8D9E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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