COLOR #84839F

HEX: #84839F RGB: (132,131,159)

Color info

#84839F contains red, green and blue colors in about the same proportion. Web safe color of #84839F is #999999 (or #999).

RGB color model

#84839F color RGB value is (132,131,159).

RGB: (132,131,159) (52%, 51%, 62%)

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 159 of 255 = 62%

132
131
159

R + G + B ~ 55%. #84839F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 131 + 159 = 422 (100%)
R 132 of 422 ~ 31.28%
G 131 of 422 ~ 31.04%
B 159 of 422 ~ 37.68'%

%31.28
%31.04
%37.68

CMYK color model

#84839F color CMYK value is (17,18,0,38).

  • cyan value is 16.98%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (17,18,0,38)
C17M18Y0K38 (17%, 18%, 0%, 38%)
(0.17 / 0.18 / 0.00 / 0.38)

CMYK percentages

%16.98
%17.61
%0
%37.65

Codes

Color #84839F in popluar color models

84 83 9F
RGB 132 131 159
HSL 242° 12.73% 56.86%
HSB/HSV 242° 17.61% 62.35%
CMYK 16.98% 17.61% 0.00%
37.65%

Color #84839F in popluar number systems.

HEX 84 83 9F
Decimal 132 131 159
Binary 10000100 10000011 10011111
Octal 204 203 237

Shades and tints

Shades of #84839F

#84839F
(132,131,159)
#787891
(120,120,145)
#6C6D83
(108,109,131)
#606275
(96,98,117)
#545767
(84,87,103)
#484C59
(72,76,89)
#3C414B
(60,65,75)
#30363D
(48,54,61)
#242B2F
(36,43,47)
#182021
(24,32,33)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #84839F

#84839F
(132,131,159)
#8F8EA7
(143,142,167)
#9A99AF
(154,153,175)
#A5A4B7
(165,164,183)
#B0AFBF
(176,175,191)
#BBBAC7
(187,186,199)
#C6C5CF
(198,197,207)
#D1D0D7
(209,208,215)
#DCDBDF
(220,219,223)
#E7E6E7
(231,230,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84839F color. Also use rgb(132,131,159) instead hex code.

Text Font Color

.myTextColor { color: #84839F; }

<p style="color:#84839F">This sample text font color is #84839F.</p>

This text font color is #84839F.

Background Color

.myBgColor { background-color: #84839F; }

<div style="background-color:#84839F">Inner text</div>

This div background color is #84839F.

Border color

.myBorderColor { border: 1px solid #84839F; }

<div style="border:3px solid #84839F">Div</div>

This div border color is #84839F.

Opacity

.myOpacity80 { color: #84839F; opacity: 0.8; }

<p style="color:#84839F;opacity:0.8;">80%</p>

Text with #84839F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #84839F;}

<p style="text-shadow: 3px 3px 1px #84839F">Text here.</p>

This text has shadow with #84839F color.


.textShadow {text-shadow: 3px 3px 1px #84839F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #84839F, 5px 5px 20px red">Text here.</p>

This text has shadow with #84839F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84839F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#84839F, Direction=45, Strength=4)">Text</p>

This text has shadow with #84839F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84839F;
-webkit-box-shadow: 1px 1px 3px 2px #84839F;
box-shadow: 1px 1px 3px 2px #84839F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84839F; -webkit-box-shadow: 1px 1px 3px 2px #84839F; box-shadow:1px 1px 3px 2px #84839F;">
Div content here
</div>

This div box has shadow with color #84839F.

Preview

Color preview on black background

This text has color #84839F on black background.


Color preview on white background

This text has color #84839F on white background.


Black color preview on #84839F background

This text has black color on #84839F background.


White color preview on #84839F background

This text has white color on #84839F background.


Related colors

Complementary color

Complementary color for #hex is #7B7C60.


I love getcolorcode.com

Triadic colors

1 #9F8483 and #839F84 with #84839F are triadic colors.

2 #9F8384 and #83849F with #84839F are triadic colors.