#839485

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

Shades of Stack #839485

Tints of Stack #839485

Color information

#839485 (or 0x839485) is unknown color: approx Stack. HEX triplet: 83, 94 and 85. RGB value is (131,148,133). Sum of RGB (Red+Green+Blue) = 131+148+133=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #839485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839485 is #7C6B7A. Grayscale: #8D8D8D. Windows color (decimal): -8153979 or 8754307. OLE color: 8754307.

HSL color Cylindrical-coordinate representation of color #839485: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839485 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB131148133-
CMYK0.1100.100.42
HSL127.06º7.36%54.71%-
HSV(B)127.06º11.49%58.04%-
XYZ24.1827.726.26-
YUV141.21123.37120.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=31.80%
G=35.92%
B=32.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481330.1100.100.42127.067.3654.71
Hex839485B0A2A7f737
Octal2032242051301252177767
Binary1000001110010100100001011011010101010101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839485; }

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

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

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

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

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

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

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

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