#839985

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

Shades of Envy #839985

Tints of Envy #839985

Color information

#839985 (or 0x839985) is unknown color: approx Envy. HEX triplet: 83, 99 and 85. RGB value is (131,153,133). Sum of RGB (Red+Green+Blue) = 131+153+133=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #839985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839985 is #7C667A. Grayscale: #909090. Windows color (decimal): -8152699 or 8755587. OLE color: 8755587.

HSL color Cylindrical-coordinate representation of color #839985: hue angle of 125.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839985 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB131153133-
CMYK0.1400.130.4
HSL125.45º9.73%55.69%-
HSV(B)125.45º14.38%60%-
XYZ24.9829.326.53-
YUV144.14121.71118.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=31.41%
G=36.69%
B=31.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531330.1400.130.4125.459.7355.69
Hex839985E0D287da38
Octal20323120516015501751270
Binary10000011100110011000010111100110110100011111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839985; }

 p { color: rgb(131,153,133); }

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

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

 a { background-color: rgb(131,153,133); }

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

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

 span { border-color: rgb(131,153,133); }

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