#839885

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

Shades of Stack #839885

Tints of Stack #839885

Color information

#839885 (or 0x839885) is unknown color: approx Stack. HEX triplet: 83, 98 and 85. RGB value is (131,152,133). Sum of RGB (Red+Green+Blue) = 131+152+133=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #839885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839885 is #7C677A. Grayscale: #8F8F8F. Windows color (decimal): -8152955 or 8755331. OLE color: 8755331.

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

Color convert

RGB131152133-
CMYK0.1400.130.40
HSL125.71º9.25%55.49%-
HSV(B)125.71º13.82%59.61%-
XYZ24.8228.9826.47-
YUV143.55122.04119.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=31.49%
G=36.54%
B=31.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311521330.1400.130.40125.719.2555.49
Hex839885E0D287e937
Octal20323020516015501761167
Binary10000011100110001000010111100110110100011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839885; }

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

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

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

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

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

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

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

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