COLOR #837CCE

HEX: #837CCE
RGB: (131,124,206)

Color info

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

RGB color model

#837CCE color RGB value is (131,124,206).

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

RGB channels and saturation

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

131
124
206

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 206 = 461 (100%)
R 131 of 461 ~ 28.42%
G 124 of 461 ~ 26.9%
B 206 of 461 ~ 44.69%

%28.42
%26.9
%44.69

CMYK color model

#837CCE color CMYK value is (36,40,0,19).

  • cyan value is 36.41%
  • magenta value is 39.81%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(36,40,0,19)
C36M40Y0K19 
(36%,40%,0%,19%)
(0.36/0.40/0.00/0.19)	

CMYK percentages

%36.41
%39.81
%0
%19.22

Codes

Color #837CCE in popluar color models

837CCE
RGB131124206
HSL245°45.56%64.71%
HSB/HSV245°39.81%80.78%
CMYK36.41%39.81%0.00%
19.22%

Color #837CCE in popluar number systems.

HEX837CCE
Decimal131124206
Binary10000011111110011001110
Octal203174316

Shades and tints

Shades of #837CCE

#837CCE
(131,124,206)
#7871BC
(120,113,188)
#6D66AA
(109,102,170)
#625B98
(98,91,152)
#575086
(87,80,134)
#4C4574
(76,69,116)
#413A62
(65,58,98)
#362F50
(54,47,80)
#2B243E
(43,36,62)
#20192C
(32,25,44)
#150E1A
(21,14,26)
#000000
(0,0,0)

Tints of #837CCE

#837CCE
(131,124,206)
#8E87D2
(142,135,210)
#9992D6
(153,146,214)
#A49DDA
(164,157,218)
#AFA8DE
(175,168,222)
#BAB3E2
(186,179,226)
#C5BEE6
(197,190,230)
#D0C9EA
(208,201,234)
#DBD4EE
(219,212,238)
#E6DFF2
(230,223,242)
#F1EAF6
(241,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837CCE; }

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

This text font color is #837CCE.


Background Color

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

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

This div background color is #837CCE.


Border color

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

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

This div border color is #837CCE.


Opacity

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

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

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

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

This text has shadow with #837CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837CCE on black background.


Color preview on white background

This text has color #837CCE on white background.



Black color preview on #837CCE background

This text has black color on #837CCE background.


White color preview on #837CCE background

This text has white color on #837CCE background.