#839487

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

Shades of Envy #839487

Tints of Envy #839487

Color information

#839487 (or 0x839487) is unknown color: approx Envy. HEX triplet: 83, 94 and 87. RGB value is (131,148,135). Sum of RGB (Red+Green+Blue) = 131+148+135=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #839487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839487 is #7C6B78. Grayscale: #8D8D8D. Windows color (decimal): -8153977 or 8885379. OLE color: 8885379.

HSL color Cylindrical-coordinate representation of color #839487: hue angle of 134.12º 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 #839487 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB131148135-
CMYK0.1100.090.42
HSL134.12º7.36%54.71%-
HSV(B)134.12º11.49%58.04%-
XYZ24.3227.7527-
YUV141.44124.37120.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 148 (58.20% from 255) = 35.75%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=31.64%
G=35.75%
B=32.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481350.1100.090.42134.127.3654.71
Hex839487B092A86737
Octal2032242071301152206767
Binary10000011100101001000011110110100110101010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839487; }

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

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

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

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

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

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

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

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