COLOR #837E9D

HEX: #837E9D
RGB: (131,126,157)

Color info

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

RGB color model

#837E9D color RGB value is (131,126,157).

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

RGB channels and saturation

R 131 of 255 = 51%
G 126 of 255 = 49%
B 157 of 255 = 62%

131
126
157

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

Portions of RGB colors in percentages

R + G + B =
131 + 126 + 157 = 414 (100%)
R 131 of 414 ~ 31.64%
G 126 of 414 ~ 30.43%
B 157 of 414 ~ 37.92%

%31.64
%30.43
%37.92

CMYK color model

#837E9D color CMYK value is (17,20,0,38).

  • cyan value is 16.56%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,20,0,38)
C17M20Y0K38 
(17%,20%,0%,38%)
(0.17/0.20/0.00/0.38)	

CMYK percentages

%16.56
%19.75
%0
%38.43

Codes

Color #837E9D in popluar color models

837E9D
RGB131126157
HSL250°13.66%55.49%
HSB/HSV250°19.75%61.57%
CMYK16.56%19.75%0.00%
38.43%

Color #837E9D in popluar number systems.

HEX837E9D
Decimal131126157
Binary10000011111111010011101
Octal203176235

Shades and tints

Shades of #837E9D

#837E9D
(131,126,157)
#78738F
(120,115,143)
#6D6881
(109,104,129)
#625D73
(98,93,115)
#575265
(87,82,101)
#4C4757
(76,71,87)
#413C49
(65,60,73)
#36313B
(54,49,59)
#2B262D
(43,38,45)
#201B1F
(32,27,31)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #837E9D

#837E9D
(131,126,157)
#8E89A5
(142,137,165)
#9994AD
(153,148,173)
#A49FB5
(164,159,181)
#AFAABD
(175,170,189)
#BAB5C5
(186,181,197)
#C5C0CD
(197,192,205)
#D0CBD5
(208,203,213)
#DBD6DD
(219,214,221)
#E6E1E5
(230,225,229)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837E9D; }

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

This text font color is #837E9D.


Background Color

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

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

This div background color is #837E9D.


Border color

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

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

This div border color is #837E9D.


Opacity

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

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

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

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

This text has shadow with #837E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837E9D on black background.


Color preview on white background

This text has color #837E9D on white background.



Black color preview on #837E9D background

This text has black color on #837E9D background.


White color preview on #837E9D background

This text has white color on #837E9D background.