#8FA293

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

Shades of Envy #8FA293

Tints of Envy #8FA293

Color information

#8FA293 (or 0x8FA293) is unknown color: approx Envy. HEX triplet: 8F, A2 and 93. RGB value is (143,162,147). Sum of RGB (Red+Green+Blue) = 143+162+147=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA293 is #705D6C. Grayscale: #9A9A9A. Windows color (decimal): -7363949 or 9675407. OLE color: 9675407.

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

Color convert

RGB143162147-
CMYK0.1200.090.36
HSL132.63º9.27%59.8%-
HSV(B)132.63º11.73%63.53%-
XYZ29.5133.7932.57-
YUV154.61123.71119.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=31.64%
G=35.84%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431621470.1200.090.36132.639.2759.8
Hex8FA293C09248593c
Octal21724222314011442051174
Binary100011111010001010010011110001001100100100001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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