COLOR #837EBC

HEX: #837EBC
RGB: (131,126,188)

Color info

#837EBC contains mainly red and blue colors. Web safe color of #837EBC is #9966CC (or #96C).

RGB color model

#837EBC color RGB value is (131,126,188).

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

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 188 of 255 = 74%

131
126
188

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 188 = 445 (100%)
R 131 of 445 ~ 29.44%
G 126 of 445 ~ 28.31%
B 188 of 445 ~ 42.25%

%29.44
%28.31
%42.25

CMYK color model

#837EBC color CMYK value is (30,33,0,26).

  • cyan value is 30.32%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(30,33,0,26)
C30M33Y0K26 
(30%,33%,0%,26%)
(0.30/0.33/0.00/0.26)	

CMYK percentages

%30.32
%32.98
%0
%26.27

Codes

Color #837EBC in popluar color models

837EBC
RGB131126188
HSL245°31.63%61.57%
HSB/HSV245°32.98%73.73%
CMYK30.32%32.98%0.00%
26.27%

Color #837EBC in popluar number systems.

HEX837EBC
Decimal131126188
Binary10000011111111010111100
Octal203176274

Shades and tints

Shades of #837EBC

#837EBC
(131,126,188)
#7873AB
(120,115,171)
#6D689A
(109,104,154)
#625D89
(98,93,137)
#575278
(87,82,120)
#4C4767
(76,71,103)
#413C56
(65,60,86)
#363145
(54,49,69)
#2B2634
(43,38,52)
#201B23
(32,27,35)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #837EBC

#837EBC
(131,126,188)
#8E89C2
(142,137,194)
#9994C8
(153,148,200)
#A49FCE
(164,159,206)
#AFAAD4
(175,170,212)
#BAB5DA
(186,181,218)
#C5C0E0
(197,192,224)
#D0CBE6
(208,203,230)
#DBD6EC
(219,214,236)
#E6E1F2
(230,225,242)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837EBC; }

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

This text font color is #837EBC.


Background Color

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

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

This div background color is #837EBC.


Border color

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

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

This div border color is #837EBC.


Opacity

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

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

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

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

This text has shadow with #837EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837EBC on black background.


Color preview on white background

This text has color #837EBC on white background.



Black color preview on #837EBC background

This text has black color on #837EBC background.


White color preview on #837EBC background

This text has white color on #837EBC background.