#8FA797

Color #8FA797 Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #8FA797

Tints of Edward #8FA797

Color information

#8FA797 (or 0x8FA797) is unknown color: approx Edward. HEX triplet: 8F, A7 and 97. RGB value is (143,167,151). Sum of RGB (Red+Green+Blue) = 143+167+151=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA797 is #705868. Grayscale: #9E9E9E. Windows color (decimal): -7362665 or 9938831. OLE color: 9938831.

HSL color Cylindrical-coordinate representation of color #8FA797: hue angle of 140º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA797 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB143167151-
CMYK0.1400.100.35
HSL140º12%60.78%-
HSV(B)140º14.37%65.49%-
XYZ30.7335.7134.55-
YUV158124.05117.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 167 (65.62% from 255) = 36.23%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=31.02%
G=36.23%
B=32.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1431671510.1400.100.351401260.78
Hex8FA797E0A238cc3d
Octal21724722716012432141475
Binary100011111010011110010111111001010100011100011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,167,151); }

 H1.HeaderClassName
 {
   color: #8FA797;
 }
 .AnyTagClassName
 {
   color: #8FA797;
 }
</style>
background-color css

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

 a { background-color: rgb(143,167,151); }

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

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

 span { border-color: rgb(143,167,151); }

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