COLOR #837CA7

HEX: #837CA7
RGB: (131,124,167)

Color info

#837CA7 contains red, green and blue colors in about the same proportion. Web safe color of #837CA7 is #996699 (or #969).

RGB color model

#837CA7 color RGB value is (131,124,167).

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

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 167 of 255 = 65%

131
124
167

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 167 = 422 (100%)
R 131 of 422 ~ 31.04%
G 124 of 422 ~ 29.38%
B 167 of 422 ~ 39.57%

%31.04
%29.38
%39.57

CMYK color model

#837CA7 color CMYK value is (22,26,0,35).

  • cyan value is 21.56%
  • magenta value is 25.75%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(22,26,0,35)
C22M26Y0K35 
(22%,26%,0%,35%)
(0.22/0.26/0.00/0.35)	

CMYK percentages

%21.56
%25.75
%0
%34.51

Codes

Color #837CA7 in popluar color models

837CA7
RGB131124167
HSL250°19.63%57.06%
HSB/HSV250°25.75%65.49%
CMYK21.56%25.75%0.00%
34.51%

Color #837CA7 in popluar number systems.

HEX837CA7
Decimal131124167
Binary10000011111110010100111
Octal203174247

Shades and tints

Shades of #837CA7

#837CA7
(131,124,167)
#787198
(120,113,152)
#6D6689
(109,102,137)
#625B7A
(98,91,122)
#57506B
(87,80,107)
#4C455C
(76,69,92)
#413A4D
(65,58,77)
#362F3E
(54,47,62)
#2B242F
(43,36,47)
#201920
(32,25,32)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #837CA7

#837CA7
(131,124,167)
#8E87AF
(142,135,175)
#9992B7
(153,146,183)
#A49DBF
(164,157,191)
#AFA8C7
(175,168,199)
#BAB3CF
(186,179,207)
#C5BED7
(197,190,215)
#D0C9DF
(208,201,223)
#DBD4E7
(219,212,231)
#E6DFEF
(230,223,239)
#F1EAF7
(241,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837CA7; }

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

This text font color is #837CA7.


Background Color

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

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

This div background color is #837CA7.


Border color

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

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

This div border color is #837CA7.


Opacity

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

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

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

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

This text has shadow with #837CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837CA7 on black background.


Color preview on white background

This text has color #837CA7 on white background.



Black color preview on #837CA7 background

This text has black color on #837CA7 background.


White color preview on #837CA7 background

This text has white color on #837CA7 background.