#829A8B

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

Shades of Envy #829A8B

Tints of Envy #829A8B

Color information

#829A8B (or 0x829A8B) is unknown color: approx Envy. HEX triplet: 82, 9A and 8B. RGB value is (130,154,139). Sum of RGB (Red+Green+Blue) = 130+154+139=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 154 - color contains mainly: green. Hex color #829A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829A8B is #7D6574. Grayscale: #919191. Windows color (decimal): -8217973 or 9149058. OLE color: 9149058.

HSL color Cylindrical-coordinate representation of color #829A8B: hue angle of 142.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829A8B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB130154139-
CMYK0.1600.100.40
HSL142.5º10.62%55.69%-
HSV(B)142.5º15.58%60.39%-
XYZ25.4229.7228.82-
YUV145.11124.55117.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=30.73%
G=36.41%
B=32.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301541390.1600.100.40142.510.6255.69
Hex829A8B100A288eb38
Octal20223221320012502161370
Binary1000001010011010100010111000001010101000100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829A8B; }

 p { color: rgb(130,154,139); }

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

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

 a { background-color: rgb(130,154,139); }

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

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

 span { border-color: rgb(130,154,139); }

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