COLOR #837791

HEX: #837791
RGB: (131,119,145)

Color info

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

RGB color model

#837791 color RGB value is (131,119,145).

  • red value is 131;
  • green value is 119;
  • blue value is 145.
RGB:
(131,119,145)
(51%,47%,57%)

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 145 of 255 = 57%

131
119
145

R + G + B ~ 52%. #837791 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 145 = 395 (100%)
R 131 of 395 ~ 33.16%
G 119 of 395 ~ 30.13%
B 145 of 395 ~ 36.71%

%33.16
%30.13
%36.71

CMYK color model

#837791 color CMYK value is (10,18,0,43).

  • cyan value is 9.66%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(10,18,0,43)
C10M18Y0K43 
(10%,18%,0%,43%)
(0.10/0.18/0.00/0.43)	

CMYK percentages

%9.66
%17.93
%0
%43.14

Codes

Color #837791 in popluar color models

837791
RGB131119145
HSL268°10.57%51.76%
HSB/HSV268°17.93%56.86%
CMYK9.66%17.93%0.00%
43.14%

Color #837791 in popluar number systems.

HEX837791
Decimal131119145
Binary10000011111011110010001
Octal203167221

Shades and tints

Shades of #837791

#837791
(131,119,145)
#786D84
(120,109,132)
#6D6377
(109,99,119)
#62596A
(98,89,106)
#574F5D
(87,79,93)
#4C4550
(76,69,80)
#413B43
(65,59,67)
#363136
(54,49,54)
#2B2729
(43,39,41)
#201D1C
(32,29,28)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #837791

#837791
(131,119,145)
#8E839B
(142,131,155)
#998FA5
(153,143,165)
#A49BAF
(164,155,175)
#AFA7B9
(175,167,185)
#BAB3C3
(186,179,195)
#C5BFCD
(197,191,205)
#D0CBD7
(208,203,215)
#DBD7E1
(219,215,225)
#E6E3EB
(230,227,235)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837791 color. Also use rgb(131,119,145) instead hex code.

Text Font Color

.myTextColor { color: #837791; }

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

This text font color is #837791.


Background Color

.myBgColor { background-color: #837791; }

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

This div background color is #837791.


Border color

.myBorderColor { border: 1px solid #837791; }

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

This div border color is #837791.


Opacity

.myOpacity80 { color: #837791; opacity: 0.8; }

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

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

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

This text has shadow with #837791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837791 on black background.


Color preview on white background

This text has color #837791 on white background.



Black color preview on #837791 background

This text has black color on #837791 background.


White color preview on #837791 background

This text has white color on #837791 background.