COLOR #837EB2

HEX: #837EB2
RGB: (131,126,178)

Color info

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

RGB color model

#837EB2 color RGB value is (131,126,178).

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

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 178 of 255 = 70%

131
126
178

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 178 = 435 (100%)
R 131 of 435 ~ 30.11%
G 126 of 435 ~ 28.97%
B 178 of 435 ~ 40.92%

%30.11
%28.97
%40.92

CMYK color model

#837EB2 color CMYK value is (26,29,0,30).

  • cyan value is 26.40%
  • magenta value is 29.21%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(26,29,0,30)
C26M29Y0K30 
(26%,29%,0%,30%)
(0.26/0.29/0.00/0.30)	

CMYK percentages

%26.4
%29.21
%0
%30.2

Codes

Color #837EB2 in popluar color models

837EB2
RGB131126178
HSL246°25.24%59.61%
HSB/HSV246°29.21%69.80%
CMYK26.40%29.21%0.00%
30.20%

Color #837EB2 in popluar number systems.

HEX837EB2
Decimal131126178
Binary10000011111111010110010
Octal203176262

Shades and tints

Shades of #837EB2

#837EB2
(131,126,178)
#7873A2
(120,115,162)
#6D6892
(109,104,146)
#625D82
(98,93,130)
#575272
(87,82,114)
#4C4762
(76,71,98)
#413C52
(65,60,82)
#363142
(54,49,66)
#2B2632
(43,38,50)
#201B22
(32,27,34)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #837EB2

#837EB2
(131,126,178)
#8E89B9
(142,137,185)
#9994C0
(153,148,192)
#A49FC7
(164,159,199)
#AFAACE
(175,170,206)
#BAB5D5
(186,181,213)
#C5C0DC
(197,192,220)
#D0CBE3
(208,203,227)
#DBD6EA
(219,214,234)
#E6E1F1
(230,225,241)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837EB2; }

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

This text font color is #837EB2.


Background Color

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

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

This div background color is #837EB2.


Border color

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

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

This div border color is #837EB2.


Opacity

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

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

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

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

This text has shadow with #837EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837EB2 on black background.


Color preview on white background

This text has color #837EB2 on white background.



Black color preview on #837EB2 background

This text has black color on #837EB2 background.


White color preview on #837EB2 background

This text has white color on #837EB2 background.