COLOR #837DC2

HEX: #837DC2
RGB: (131,125,194)

Color info

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

RGB color model

#837DC2 color RGB value is (131,125,194).

  • red value is 131;
  • green value is 125;
  • blue value is 194.
RGB:
(131,125,194)
(51%,49%,76%)

RGB channels and saturation

R 131 of 255 = 51%
G 125 of 255 = 49%
B 194 of 255 = 76%

131
125
194

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

Portions of RGB colors in percentages

R + G + B =
131 + 125 + 194 = 450 (100%)
R 131 of 450 ~ 29.11%
G 125 of 450 ~ 27.78%
B 194 of 450 ~ 43.11%

%29.11
%27.78
%43.11

CMYK color model

#837DC2 color CMYK value is (32,36,0,24).

  • cyan value is 32.47%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(32,36,0,24)
C32M36Y0K24 
(32%,36%,0%,24%)
(0.32/0.36/0.00/0.24)	

CMYK percentages

%32.47
%35.57
%0
%23.92

Codes

Color #837DC2 in popluar color models

837DC2
RGB131125194
HSL245°36.13%62.55%
HSB/HSV245°35.57%76.08%
CMYK32.47%35.57%0.00%
23.92%

Color #837DC2 in popluar number systems.

HEX837DC2
Decimal131125194
Binary10000011111110111000010
Octal203175302

Shades and tints

Shades of #837DC2

#837DC2
(131,125,194)
#7872B1
(120,114,177)
#6D67A0
(109,103,160)
#625C8F
(98,92,143)
#57517E
(87,81,126)
#4C466D
(76,70,109)
#413B5C
(65,59,92)
#36304B
(54,48,75)
#2B253A
(43,37,58)
#201A29
(32,26,41)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #837DC2

#837DC2
(131,125,194)
#8E88C7
(142,136,199)
#9993CC
(153,147,204)
#A49ED1
(164,158,209)
#AFA9D6
(175,169,214)
#BAB4DB
(186,180,219)
#C5BFE0
(197,191,224)
#D0CAE5
(208,202,229)
#DBD5EA
(219,213,234)
#E6E0EF
(230,224,239)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837DC2 color. Also use rgb(131,125,194) instead hex code.

Text Font Color

.myTextColor { color: #837DC2; }

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

This text font color is #837DC2.


Background Color

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

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

This div background color is #837DC2.


Border color

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

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

This div border color is #837DC2.


Opacity

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

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

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

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

This text has shadow with #837DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837DC2 on black background.


Color preview on white background

This text has color #837DC2 on white background.



Black color preview on #837DC2 background

This text has black color on #837DC2 background.


White color preview on #837DC2 background

This text has white color on #837DC2 background.