#839488

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

Shades of Envy #839488

Tints of Envy #839488

Color information

#839488 (or 0x839488) is unknown color: approx Envy. HEX triplet: 83, 94 and 88. RGB value is (131,148,136). Sum of RGB (Red+Green+Blue) = 131+148+136=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #839488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839488 is #7C6B77. Grayscale: #8D8D8D. Windows color (decimal): -8153976 or 8950915. OLE color: 8950915.

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

Color convert

RGB131148136-
CMYK0.1100.080.42
HSL137.65º7.36%54.71%-
HSV(B)137.65º11.49%58.04%-
XYZ24.3927.7827.37-
YUV141.55124.87120.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=31.57%
G=35.66%
B=32.77%

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
Decimal1311481360.1100.080.42137.657.3654.71
Hex839488B082A8a737
Octal2032242101301052212767
Binary10000011100101001000100010110100010101010001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839488; }

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

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

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

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

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

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

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

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