#839981

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

Shades of Stack #839981

Tints of Stack #839981

Color information

#839981 (or 0x839981) is unknown color: approx Stack. HEX triplet: 83, 99 and 81. RGB value is (131,153,129). Sum of RGB (Red+Green+Blue) = 131+153+129=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #839981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839981 is #7C667E. Grayscale: #8F8F8F. Windows color (decimal): -8152703 or 8493443. OLE color: 8493443.

HSL color Cylindrical-coordinate representation of color #839981: hue angle of 115º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #839981 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB131153129-
CMYK0.1400.160.4
HSL115º10.53%55.29%-
HSV(B)115º15.69%60%-
XYZ24.7129.1925.1-
YUV143.69119.71118.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=31.72%
G=37.05%
B=31.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531290.1400.160.411510.5355.29
Hex839981E0102873b37
Octal20323120116020501631367
Binary100000111001100110000001111001000010100011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839981; }

 p { color: rgb(131,153,129); }

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

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

 a { background-color: rgb(131,153,129); }

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

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

 span { border-color: rgb(131,153,129); }

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