#839884

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

Shades of Stack #839884

Tints of Stack #839884

Color information

#839884 (or 0x839884) is unknown color: approx Stack. HEX triplet: 83, 98 and 84. RGB value is (131,152,132). Sum of RGB (Red+Green+Blue) = 131+152+132=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #839884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839884 is #7C677B. Grayscale: #8F8F8F. Windows color (decimal): -8152956 or 8689795. OLE color: 8689795.

HSL color Cylindrical-coordinate representation of color #839884: hue angle of 122.86º 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 #839884 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB131152132-
CMYK0.1400.130.40
HSL122.86º9.25%55.49%-
HSV(B)122.86º13.82%59.61%-
XYZ24.7528.9526.11-
YUV143.44121.54119.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 132 (51.95% from 255) = 31.81%
R=31.57%
G=36.63%
B=31.81%

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
Decimal1311521320.1400.130.40122.869.2555.49
Hex839884E0D287b937
Octal20323020416015501731167
Binary10000011100110001000010011100110110100011110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839884; }

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

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

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

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

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

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

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

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