#839387

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

Shades of Envy #839387

Tints of Envy #839387

Color information

#839387 (or 0x839387) is unknown color: approx Envy. HEX triplet: 83, 93 and 87. RGB value is (131,147,135). Sum of RGB (Red+Green+Blue) = 131+147+135=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #839387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839387 is #7C6C78. Grayscale: #8C8C8C. Windows color (decimal): -8154233 or 8885123. OLE color: 8885123.

HSL color Cylindrical-coordinate representation of color #839387: hue angle of 135º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839387 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB131147135-
CMYK0.1100.080.42
HSL135º6.9%54.51%-
HSV(B)135º10.88%57.65%-
XYZ24.1727.4426.94-
YUV140.85124.7120.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=31.72%
G=35.59%
B=32.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471350.1100.080.421356.954.51
Hex839387B082A87737
Octal2032232071301052207767
Binary10000011100100111000011110110100010101010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839387; }

 p { color: rgb(131,147,135); }

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

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

 a { background-color: rgb(131,147,135); }

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

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

 span { border-color: rgb(131,147,135); }

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