#8FA195

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

Shades of Edward #8FA195

Tints of Edward #8FA195

Color information

#8FA195 (or 0x8FA195) is unknown color: approx Edward. HEX triplet: 8F, A1 and 95. RGB value is (143,161,149). Sum of RGB (Red+Green+Blue) = 143+161+149=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA195 is #705E6A. Grayscale: #9A9A9A. Windows color (decimal): -7364203 or 9806223. OLE color: 9806223.

HSL color Cylindrical-coordinate representation of color #8FA195: hue angle of 140º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8FA195 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB143161149-
CMYK0.1100.070.37
HSL140º8.74%59.61%-
HSV(B)140º11.18%63.14%-
XYZ29.533.533.35-
YUV154.25125.04119.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.57%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=31.57%
G=35.54%
B=32.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1431611490.1100.070.371408.7459.61
Hex8FA195B07258c93c
Octal2172412251307452141174
Binary10001111101000011001010110110111100101100011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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