COLOR #837D9D

HEX: #837D9D RGB: (131,125,157)

Color info

#837D9D contains red, green and blue colors in about the same proportion. Web safe color of #837D9D is #996699 (or #969).

RGB color model

#837D9D color RGB value is (131,125,157).

RGB: (131,125,157) (51%, 49%, 62%)

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 157 of 255 = 62%

131
125
157

R + G + B ~ 54%. #837D9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 125 + 157 = 413 (100%)
R 131 of 413 ~ 31.72%
G 125 of 413 ~ 30.27%
B 157 of 413 ~ 38.01'%

%31.72
%30.27
%38.01

CMYK color model

#837D9D color CMYK value is (17,20,0,38).

  • cyan value is 16.56%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (17,20,0,38)
C17M20Y0K38 (17%, 20%, 0%, 38%)
(0.17 / 0.20 / 0.00 / 0.38)

CMYK percentages

%16.56
%20.38
%0
%38.43

Codes

Color #837D9D in popluar color models

83 7D 9D
RGB 131 125 157
HSL 251° 14.04% 55.29%
HSB/HSV 251° 20.38% 61.57%
CMYK 16.56% 20.38% 0.00%
38.43%

Color #837D9D in popluar number systems.

HEX 83 7D 9D
Decimal 131 125 157
Binary 10000011 1111101 10011101
Octal 203 175 235

Shades and tints

Shades of #837D9D

#837D9D
(131,125,157)
#78728F
(120,114,143)
#6D6781
(109,103,129)
#625C73
(98,92,115)
#575165
(87,81,101)
#4C4657
(76,70,87)
#413B49
(65,59,73)
#36303B
(54,48,59)
#2B252D
(43,37,45)
#201A1F
(32,26,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #837D9D

#837D9D
(131,125,157)
#8E88A5
(142,136,165)
#9993AD
(153,147,173)
#A49EB5
(164,158,181)
#AFA9BD
(175,169,189)
#BAB4C5
(186,180,197)
#C5BFCD
(197,191,205)
#D0CAD5
(208,202,213)
#DBD5DD
(219,213,221)
#E6E0E5
(230,224,229)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837D9D color. Also use rgb(131,125,157) instead hex code.

Text Font Color

.myTextColor { color: #837D9D; }

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

This text font color is #837D9D.

Background Color

.myBgColor { background-color: #837D9D; }

<div style="background-color:#837D9D">Inner text</div>

This div background color is #837D9D.

Border color

.myBorderColor { border: 1px solid #837D9D; }

<div style="border:3px solid #837D9D">Div</div>

This div border color is #837D9D.

Opacity

.myOpacity80 { color: #837D9D; opacity: 0.8; }

<p style="color:#837D9D;opacity:0.8;">80%</p>

Text with #837D9D 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 #837D9D;}

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

This text has shadow with #837D9D color.


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

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

This text has shadow with #837D9D primary color and red secondary color.


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

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

This text has shadow with #837D9D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #837D9D.

Preview

Color preview on black background

This text has color #837D9D on black background.


Color preview on white background

This text has color #837D9D on white background.


Black color preview on #837D9D background

This text has black color on #837D9D background.


White color preview on #837D9D background

This text has white color on #837D9D background.


Related colors

Complementary color

Complementary color for #hex is #7C8262.


I love getcolorcode.com

Triadic colors

1 #9D837D and #7D9D83 with #837D9D are triadic colors.

2 #9D7D83 and #7D839D with #837D9D are triadic colors.