#8F9D93

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

Shades of Edward #8F9D93

Tints of Edward #8F9D93

Color information

#8F9D93 (or 0x8F9D93) is unknown color: approx Edward. HEX triplet: 8F, 9D and 93. RGB value is (143,157,147). Sum of RGB (Red+Green+Blue) = 143+157+147=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9D93 is #70626C. Grayscale: #979797. Windows color (decimal): -7365229 or 9674127. OLE color: 9674127.

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

Color convert

RGB143157147-
CMYK0.0900.060.38
HSL137.14º6.67%58.82%-
HSV(B)137.14º8.92%61.57%-
XYZ28.6532.0632.28-
YUV151.67125.36121.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=31.99%
G=35.12%
B=32.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431571470.0900.060.38137.146.6758.82
Hex8F9D93906268973b
Octal217235223110646211773
Binary1000111110011101100100111001011010011010001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,157,147); }

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

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

 a { background-color: rgb(143,157,147); }

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

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

 span { border-color: rgb(143,157,147); }

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