#829487

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

Shades of Envy #829487

Tints of Envy #829487

Color information

#829487 (or 0x829487) is unknown color: approx Envy. HEX triplet: 82, 94 and 87. RGB value is (130,148,135). Sum of RGB (Red+Green+Blue) = 130+148+135=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #829487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829487 is #7D6B78. Grayscale: #8D8D8D. Windows color (decimal): -8219513 or 8885378. OLE color: 8885378.

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

Color convert

RGB130148135-
CMYK0.1200.090.42
HSL136.67º7.76%54.51%-
HSV(B)136.67º12.16%58.04%-
XYZ24.1727.6726.99-
YUV141.14124.54120.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=31.48%
G=35.84%
B=32.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301481350.1200.090.42136.677.7654.51
Hex829487C092A89837
Octal20222420714011522111067
Binary100000101001010010000111110001001101010100010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829487; }

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

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

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

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

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

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

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

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