#839285

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

Shades of Stack #839285

Tints of Stack #839285

Color information

#839285 (or 0x839285) is unknown color: approx Stack. HEX triplet: 83, 92 and 85. RGB value is (131,146,133). Sum of RGB (Red+Green+Blue) = 131+146+133=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 146 - color contains mainly: green. Hex color #839285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839285 is #7C6D7A. Grayscale: #8C8C8C. Windows color (decimal): -8154491 or 8753795. OLE color: 8753795.

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

Color convert

RGB131146133-
CMYK0.1000.090.43
HSL128º6.44%54.31%-
HSV(B)128º10.27%57.25%-
XYZ23.8727.0826.16-
YUV140.03124.03121.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=31.95%
G=35.61%
B=32.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311461330.1000.090.431286.4454.31
Hex839285A092B80636
Octal2032222051201153200666
Binary10000011100100101000010110100100110101110000000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839285; }

 p { color: rgb(131,146,133); }

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

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

 a { background-color: rgb(131,146,133); }

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

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

 span { border-color: rgb(131,146,133); }

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