COLOR #837F9A

HEX: #837F9A RGB: (131,127,154)

Color info

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

RGB color model

#837F9A color RGB value is (131,127,154).

RGB: (131,127,154) (51%, 50%, 60%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 154 of 255 = 60%

131
127
154

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

Portions of RGB colors in percentages

R + G + B = 131 + 127 + 154 = 412 (100%)
R 131 of 412 ~ 31.8%
G 127 of 412 ~ 30.83%
B 154 of 412 ~ 37.38'%

%31.8
%30.83
%37.38

CMYK color model

#837F9A color CMYK value is (15,18,0,40).

  • cyan value is 14.94%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK: (15,18,0,40) C15M18Y0K40 (15%,18%,0%,40%) (0.15/0.18/0.00/0.40) 

CMYK percentages

%14.94
%17.53
%0
%39.61

Codes

Color #837F9A in popluar color models

83 7F 9A
RGB 131 127 154
HSL 249° 11.79% 55.10%
HSB/HSV 249° 17.53% 60.39%
CMYK 14.94% 17.53% 0.00%
39.61%

Color #837F9A in popluar number systems.

HEX 83 7F 9A
Decimal 131 127 154
Binary 10000011 1111111 10011010
Octal 203 177 232

Shades and tints

Shades of #837F9A

#837F9A
(131,127,154)
#78748C
(120,116,140)
#6D697E
(109,105,126)
#625E70
(98,94,112)
#575362
(87,83,98)
#4C4854
(76,72,84)
#413D46
(65,61,70)
#363238
(54,50,56)
#2B272A
(43,39,42)
#201C1C
(32,28,28)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #837F9A

#837F9A
(131,127,154)
#8E8AA3
(142,138,163)
#9995AC
(153,149,172)
#A4A0B5
(164,160,181)
#AFABBE
(175,171,190)
#BAB6C7
(186,182,199)
#C5C1D0
(197,193,208)
#D0CCD9
(208,204,217)
#DBD7E2
(219,215,226)
#E6E2EB
(230,226,235)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837F9A; }

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

This text font color is #837F9A.

Background Color

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

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

This div background color is #837F9A.

Border color

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

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

This div border color is #837F9A.

Opacity

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

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

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

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

This text has shadow with #837F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837F9A.

Preview

Color preview on black background

This text has color #837F9A on black background.


Color preview on white background

This text has color #837F9A on white background.


Black color preview on #837F9A background

This text has black color on #837F9A background.


White color preview on #837F9A background

This text has white color on #837F9A background.


Related colors

Complementary color

Complementary color for #hex is #7C8065.


I love getcolorcode.com

Triadic colors

1 #9A837F and #7F9A83 with #837F9A are triadic colors.

2 #9A7F83 and #7F839A with #837F9A are triadic colors.