#8FA495

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

Shades of Edward #8FA495

Tints of Edward #8FA495

Color information

#8FA495 (or 0x8FA495) is unknown color: approx Edward. HEX triplet: 8F, A4 and 95. RGB value is (143,164,149). Sum of RGB (Red+Green+Blue) = 143+164+149=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA495 is #705B6A. Grayscale: #9C9C9C. Windows color (decimal): -7363435 or 9806991. OLE color: 9806991.

HSL color Cylindrical-coordinate representation of color #8FA495: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA495 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB143164149-
CMYK0.1300.090.36
HSL137.14º10.34%60.2%-
HSV(B)137.14º12.8%64.31%-
XYZ30.0334.5633.52-
YUV156.01124.04118.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.36%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 149 (58.59% from 255) = 32.68%
R=31.36%
G=35.96%
B=32.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431641490.1300.090.36137.1410.3460.2
Hex8FA495D092489a3c
Octal21724422515011442111274
Binary100011111010010010010101110101001100100100010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,149); }

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

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

 a { background-color: rgb(143,164,149); }

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

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

 span { border-color: rgb(143,164,149); }

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