#829083

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

Shades of Stack #829083

Tints of Stack #829083

Color information

#829083 (or 0x829083) is unknown color: approx Stack. HEX triplet: 82, 90 and 83. RGB value is (130,144,131). Sum of RGB (Red+Green+Blue) = 130+144+131=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #829083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829083 is #7D6F7C. Grayscale: #8A8A8A. Windows color (decimal): -8220541 or 8622210. OLE color: 8622210.

HSL color Cylindrical-coordinate representation of color #829083: hue angle of 124.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829083 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB130144131-
CMYK0.1000.090.44
HSL124.29º5.93%53.73%-
HSV(B)124.29º9.72%56.47%-
XYZ23.2826.3325.33-
YUV138.33123.86122.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 131 (51.56% from 255) = 32.35%
R=32.10%
G=35.56%
B=32.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441310.1000.090.44124.295.9353.73
Hex829083A092C7c636
Octal2022202031201154174666
Binary1000001010010000100000111010010011011001111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829083; }

 p { color: rgb(130,144,131); }

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

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

 a { background-color: rgb(130,144,131); }

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

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

 span { border-color: rgb(130,144,131); }

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