COLOR #837FD5

HEX: #837FD5
RGB: (131,127,213)

Color info

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

RGB color model

#837FD5 color RGB value is (131,127,213).

  • red value is 131;
  • green value is 127;
  • blue value is 213.
RGB:
(131,127,213)
(51%,50%,84%)

RGB channels and saturation

R 131 of 255 = 51%
G 127 of 255 = 50%
B 213 of 255 = 84%

131
127
213

R + G + B ~ 62%. #837FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 127 + 213 = 471 (100%)
R 131 of 471 ~ 27.81%
G 127 of 471 ~ 26.96%
B 213 of 471 ~ 45.22%

%27.81
%26.96
%45.22

CMYK color model

#837FD5 color CMYK value is (38,40,0,16).

  • cyan value is 38.50%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,40,0,16)
C38M40Y0K16 
(38%,40%,0%,16%)
(0.38/0.40/0.00/0.16)	

CMYK percentages

%38.5
%40.38
%0
%16.47

Codes

Color #837FD5 in popluar color models

837FD5
RGB131127213
HSL243°50.59%66.67%
HSB/HSV243°40.38%83.53%
CMYK38.50%40.38%0.00%
16.47%

Color #837FD5 in popluar number systems.

HEX837FD5
Decimal131127213
Binary10000011111111111010101
Octal203177325

Shades and tints

Shades of #837FD5

#837FD5
(131,127,213)
#7874C2
(120,116,194)
#6D69AF
(109,105,175)
#625E9C
(98,94,156)
#575389
(87,83,137)
#4C4876
(76,72,118)
#413D63
(65,61,99)
#363250
(54,50,80)
#2B273D
(43,39,61)
#201C2A
(32,28,42)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #837FD5

#837FD5
(131,127,213)
#8E8AD8
(142,138,216)
#9995DB
(153,149,219)
#A4A0DE
(164,160,222)
#AFABE1
(175,171,225)
#BAB6E4
(186,182,228)
#C5C1E7
(197,193,231)
#D0CCEA
(208,204,234)
#DBD7ED
(219,215,237)
#E6E2F0
(230,226,240)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837FD5 color. Also use rgb(131,127,213) instead hex code.

Text Font Color

.myTextColor { color: #837FD5; }

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

This text font color is #837FD5.


Background Color

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

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

This div background color is #837FD5.


Border color

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

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

This div border color is #837FD5.


Opacity

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

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

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

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

This text has shadow with #837FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837FD5 on black background.


Color preview on white background

This text has color #837FD5 on white background.



Black color preview on #837FD5 background

This text has black color on #837FD5 background.


White color preview on #837FD5 background

This text has white color on #837FD5 background.