COLOR #837ECE

HEX: #837ECE
RGB: (131,126,206)

Color info

#837ECE contains mainly blue color. Web safe color of #837ECE is #9966CC (or #96C).

RGB color model

#837ECE color RGB value is (131,126,206).

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

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 206 of 255 = 81%

131
126
206

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 206 = 463 (100%)
R 131 of 463 ~ 28.29%
G 126 of 463 ~ 27.21%
B 206 of 463 ~ 44.49%

%28.29
%27.21
%44.49

CMYK color model

#837ECE color CMYK value is (36,39,0,19).

  • cyan value is 36.41%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(36,39,0,19)
C36M39Y0K19 
(36%,39%,0%,19%)
(0.36/0.39/0.00/0.19)	

CMYK percentages

%36.41
%38.83
%0
%19.22

Codes

Color #837ECE in popluar color models

837ECE
RGB131126206
HSL244°44.94%65.10%
HSB/HSV244°38.83%80.78%
CMYK36.41%38.83%0.00%
19.22%

Color #837ECE in popluar number systems.

HEX837ECE
Decimal131126206
Binary10000011111111011001110
Octal203176316

Shades and tints

Shades of #837ECE

#837ECE
(131,126,206)
#7873BC
(120,115,188)
#6D68AA
(109,104,170)
#625D98
(98,93,152)
#575286
(87,82,134)
#4C4774
(76,71,116)
#413C62
(65,60,98)
#363150
(54,49,80)
#2B263E
(43,38,62)
#201B2C
(32,27,44)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #837ECE

#837ECE
(131,126,206)
#8E89D2
(142,137,210)
#9994D6
(153,148,214)
#A49FDA
(164,159,218)
#AFAADE
(175,170,222)
#BAB5E2
(186,181,226)
#C5C0E6
(197,192,230)
#D0CBEA
(208,203,234)
#DBD6EE
(219,214,238)
#E6E1F2
(230,225,242)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837ECE; }

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

This text font color is #837ECE.


Background Color

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

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

This div background color is #837ECE.


Border color

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

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

This div border color is #837ECE.


Opacity

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

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

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

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

This text has shadow with #837ECE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837ECE on black background.


Color preview on white background

This text has color #837ECE on white background.



Black color preview on #837ECE background

This text has black color on #837ECE background.


White color preview on #837ECE background

This text has white color on #837ECE background.