#829388

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

Shades of Envy #829388

Tints of Envy #829388

Color information

#829388 (or 0x829388) is unknown color: approx Envy. HEX triplet: 82, 93 and 88. RGB value is (130,147,136). Sum of RGB (Red+Green+Blue) = 130+147+136=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 147 - color contains mainly: green. Hex color #829388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829388 is #7D6C77. Grayscale: #8C8C8C. Windows color (decimal): -8219768 or 8950658. OLE color: 8950658.

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

Color convert

RGB130147136-
CMYK0.1200.070.42
HSL141.18º7.3%54.31%-
HSV(B)141.18º11.56%57.65%-
XYZ24.0827.3927.31-
YUV140.66125.37120.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=31.48%
G=35.59%
B=32.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471360.1200.070.42141.187.354.31
Hex829388C072A8d736
Octal202223210140752215766
Binary1000001010010011100010001100011110101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829388; }

 p { color: rgb(130,147,136); }

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

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

 a { background-color: rgb(130,147,136); }

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

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

 span { border-color: rgb(130,147,136); }

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