COLOR #837F91

HEX: #837F91 RGB: (131,127,145)

Color info

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

RGB color model

#837F91 color RGB value is (131,127,145).

RGB: (131,127,145) (51%, 50%, 57%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 145 of 255 = 57%

131
127
145

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

Portions of RGB colors in percentages

R + G + B = 131 + 127 + 145 = 403 (100%)
R 131 of 403 ~ 32.51%
G 127 of 403 ~ 31.51%
B 145 of 403 ~ 35.98'%

%32.51
%31.51
%35.98

CMYK color model

#837F91 color CMYK value is (10,12,0,43).

  • cyan value is 9.66%
  • magenta value is 12.41%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (10,12,0,43)
C10M12Y0K43 (10%, 12%, 0%, 43%)
(0.10 / 0.12 / 0.00 / 0.43)

CMYK percentages

%9.66
%12.41
%0
%43.14

Codes

Color #837F91 in popluar color models

83 7F 91
RGB 131 127 145
HSL 253° 7.56% 53.33%
HSB/HSV 253° 12.41% 56.86%
CMYK 9.66% 12.41% 0.00%
43.14%

Color #837F91 in popluar number systems.

HEX 83 7F 91
Decimal 131 127 145
Binary 10000011 1111111 10010001
Octal 203 177 221

Shades and tints

Shades of #837F91

#837F91
(131,127,145)
#787484
(120,116,132)
#6D6977
(109,105,119)
#625E6A
(98,94,106)
#57535D
(87,83,93)
#4C4850
(76,72,80)
#413D43
(65,61,67)
#363236
(54,50,54)
#2B2729
(43,39,41)
#201C1C
(32,28,28)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #837F91

#837F91
(131,127,145)
#8E8A9B
(142,138,155)
#9995A5
(153,149,165)
#A4A0AF
(164,160,175)
#AFABB9
(175,171,185)
#BAB6C3
(186,182,195)
#C5C1CD
(197,193,205)
#D0CCD7
(208,204,215)
#DBD7E1
(219,215,225)
#E6E2EB
(230,226,235)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837F91 color. Also use rgb(131,127,145) instead hex code.

Text Font Color

.myTextColor { color: #837F91; }

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

This text font color is #837F91.

Background Color

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

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

This div background color is #837F91.

Border color

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

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

This div border color is #837F91.

Opacity

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

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

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

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

This text has shadow with #837F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837F91.

Preview

Color preview on black background

This text has color #837F91 on black background.


Color preview on white background

This text has color #837F91 on white background.


Black color preview on #837F91 background

This text has black color on #837F91 background.


White color preview on #837F91 background

This text has white color on #837F91 background.


Related colors

Complementary color

Complementary color for #hex is #7C806E.


I love getcolorcode.com

Triadic colors

1 #91837F and #7F9183 with #837F91 are triadic colors.

2 #917F83 and #7F8391 with #837F91 are triadic colors.