#8F9491

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

Shades of Edward #8F9491

Tints of Edward #8F9491

Color information

#8F9491 (or 0x8F9491) is unknown color: approx Edward. HEX triplet: 8F, 94 and 91. RGB value is (143,148,145). Sum of RGB (Red+Green+Blue) = 143+148+145=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9491 is #706B6E. Grayscale: #929292. Windows color (decimal): -7367535 or 9540751. OLE color: 9540751.

HSL color Cylindrical-coordinate representation of color #8F9491: hue angle of 144º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8F9491 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB143148145-
CMYK0.0300.020.42
HSL144º2.28%57.06%-
HSV(B)144º3.38%58.04%-
XYZ27.0329.0630.97-
YUV146.16127.34125.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.80%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=32.80%
G=33.94%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431481450.0300.020.421442.2857.06
Hex8F94913022A90239
Octal21722422130252220271
Binary100011111001010010010001110101010101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,148,145); }

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

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

 a { background-color: rgb(143,148,145); }

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

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

 span { border-color: rgb(143,148,145); }

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