#8F9F96

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

Shades of Edward #8F9F96

Tints of Edward #8F9F96

Color information

#8F9F96 (or 0x8F9F96) is unknown color: approx Edward. HEX triplet: 8F, 9F and 96. RGB value is (143,159,150). Sum of RGB (Red+Green+Blue) = 143+159+150=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F96 is #706069. Grayscale: #999999. Windows color (decimal): -7364714 or 9871247. OLE color: 9871247.

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

Color convert

RGB143159150-
CMYK0.1000.060.38
HSL146.25º7.69%59.22%-
HSV(B)146.25º10.06%62.35%-
XYZ29.2332.8433.65-
YUV153.19126.2120.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 150 (58.98% from 255) = 33.19%
R=31.64%
G=35.18%
B=33.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1431591500.1000.060.38146.257.6959.22
Hex8F9F96A06269283b
Octal2172372261206462221073
Binary10001111100111111001011010100110100110100100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,159,150); }

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

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

 a { background-color: rgb(143,159,150); }

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

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

 span { border-color: rgb(143,159,150); }

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