#828A83

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

Shades of Stack #828A83

Tints of Stack #828A83

Color information

#828A83 (or 0x828A83) is unknown color: approx Stack. HEX triplet: 82, 8A and 83. RGB value is (130,138,131). Sum of RGB (Red+Green+Blue) = 130+138+131=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 138 - color contains mainly: green. Hex color #828A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A83 is #7D757C. Grayscale: #868686. Windows color (decimal): -8222077 or 8620674. OLE color: 8620674.

HSL color Cylindrical-coordinate representation of color #828A83: hue angle of 127.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828A83 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB130138131-
CMYK0.0600.050.46
HSL127.5º3.31%52.55%-
HSV(B)127.5º5.8%54.12%-
XYZ22.3924.5625.03-
YUV134.81125.85124.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 138 (54.30% from 255) = 34.59%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=32.58%
G=34.59%
B=32.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301381310.0600.050.46127.53.3152.55
Hex828A836052E7f335
Octal20221220360556177365
Binary1000001010001010100000111100101101110111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A83; }

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

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

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

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

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

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

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

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