COLOR #837EC7

HEX: #837EC7
RGB: (131,126,199)

Color info

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

RGB color model

#837EC7 color RGB value is (131,126,199).

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

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 199 of 255 = 78%

131
126
199

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 199 = 456 (100%)
R 131 of 456 ~ 28.73%
G 126 of 456 ~ 27.63%
B 199 of 456 ~ 43.64%

%28.73
%27.63
%43.64

CMYK color model

#837EC7 color CMYK value is (34,37,0,22).

  • cyan value is 34.17%
  • magenta value is 36.68%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(34,37,0,22)
C34M37Y0K22 
(34%,37%,0%,22%)
(0.34/0.37/0.00/0.22)	

CMYK percentages

%34.17
%36.68
%0
%21.96

Codes

Color #837EC7 in popluar color models

837EC7
RGB131126199
HSL244°39.46%63.73%
HSB/HSV244°36.68%78.04%
CMYK34.17%36.68%0.00%
21.96%

Color #837EC7 in popluar number systems.

HEX837EC7
Decimal131126199
Binary10000011111111011000111
Octal203176307

Shades and tints

Shades of #837EC7

#837EC7
(131,126,199)
#7873B5
(120,115,181)
#6D68A3
(109,104,163)
#625D91
(98,93,145)
#57527F
(87,82,127)
#4C476D
(76,71,109)
#413C5B
(65,60,91)
#363149
(54,49,73)
#2B2637
(43,38,55)
#201B25
(32,27,37)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #837EC7

#837EC7
(131,126,199)
#8E89CC
(142,137,204)
#9994D1
(153,148,209)
#A49FD6
(164,159,214)
#AFAADB
(175,170,219)
#BAB5E0
(186,181,224)
#C5C0E5
(197,192,229)
#D0CBEA
(208,203,234)
#DBD6EF
(219,214,239)
#E6E1F4
(230,225,244)
#F1ECF9
(241,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837EC7; }

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

This text font color is #837EC7.


Background Color

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

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

This div background color is #837EC7.


Border color

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

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

This div border color is #837EC7.


Opacity

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

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

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

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

This text has shadow with #837EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837EC7 on black background.


Color preview on white background

This text has color #837EC7 on white background.



Black color preview on #837EC7 background

This text has black color on #837EC7 background.


White color preview on #837EC7 background

This text has white color on #837EC7 background.