COLOR #837E92

HEX: #837E92
RGB: (131,126,146)

Color info

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

RGB color model

#837E92 color RGB value is (131,126,146).

  • red value is 131;
  • green value is 126;
  • blue value is 146.
RGB:
(131,126,146)
(51%,49%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 146 of 255 = 57%

131
126
146

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 146 = 403 (100%)
R 131 of 403 ~ 32.51%
G 126 of 403 ~ 31.27%
B 146 of 403 ~ 36.23%

%32.51
%31.27
%36.23

CMYK color model

#837E92 color CMYK value is (10,14,0,43).

  • cyan value is 10.27%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(10,14,0,43)
C10M14Y0K43 
(10%,14%,0%,43%)
(0.10/0.14/0.00/0.43)	

CMYK percentages

%10.27
%13.7
%0
%42.75

Codes

Color #837E92 in popluar color models

837E92
RGB131126146
HSL255°8.40%53.33%
HSB/HSV255°13.70%57.25%
CMYK10.27%13.70%0.00%
42.75%

Color #837E92 in popluar number systems.

HEX837E92
Decimal131126146
Binary10000011111111010010010
Octal203176222

Shades and tints

Shades of #837E92

#837E92
(131,126,146)
#787385
(120,115,133)
#6D6878
(109,104,120)
#625D6B
(98,93,107)
#57525E
(87,82,94)
#4C4751
(76,71,81)
#413C44
(65,60,68)
#363137
(54,49,55)
#2B262A
(43,38,42)
#201B1D
(32,27,29)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #837E92

#837E92
(131,126,146)
#8E899B
(142,137,155)
#9994A4
(153,148,164)
#A49FAD
(164,159,173)
#AFAAB6
(175,170,182)
#BAB5BF
(186,181,191)
#C5C0C8
(197,192,200)
#D0CBD1
(208,203,209)
#DBD6DA
(219,214,218)
#E6E1E3
(230,225,227)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837E92 color. Also use rgb(131,126,146) instead hex code.

Text Font Color

.myTextColor { color: #837E92; }

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

This text font color is #837E92.


Background Color

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

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

This div background color is #837E92.


Border color

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

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

This div border color is #837E92.


Opacity

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

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

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

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

This text has shadow with #837E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E92 on black background.


Color preview on white background

This text has color #837E92 on white background.



Black color preview on #837E92 background

This text has black color on #837E92 background.


White color preview on #837E92 background

This text has white color on #837E92 background.