COLOR #837C9B

HEX: #837C9B
RGB: (131,124,155)

Color info

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

RGB color model

#837C9B color RGB value is (131,124,155).

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

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 155 of 255 = 61%

131
124
155

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 155 = 410 (100%)
R 131 of 410 ~ 31.95%
G 124 of 410 ~ 30.24%
B 155 of 410 ~ 37.8%

%31.95
%30.24
%37.8

CMYK color model

#837C9B color CMYK value is (15,20,0,39).

  • cyan value is 15.48%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(15,20,0,39)
C15M20Y0K39 
(15%,20%,0%,39%)
(0.15/0.20/0.00/0.39)	

CMYK percentages

%15.48
%20
%0
%39.22

Codes

Color #837C9B in popluar color models

837C9B
RGB131124155
HSL254°13.42%54.71%
HSB/HSV254°20.00%60.78%
CMYK15.48%20.00%0.00%
39.22%

Color #837C9B in popluar number systems.

HEX837C9B
Decimal131124155
Binary10000011111110010011011
Octal203174233

Shades and tints

Shades of #837C9B

#837C9B
(131,124,155)
#78718D
(120,113,141)
#6D667F
(109,102,127)
#625B71
(98,91,113)
#575063
(87,80,99)
#4C4555
(76,69,85)
#413A47
(65,58,71)
#362F39
(54,47,57)
#2B242B
(43,36,43)
#20191D
(32,25,29)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #837C9B

#837C9B
(131,124,155)
#8E87A4
(142,135,164)
#9992AD
(153,146,173)
#A49DB6
(164,157,182)
#AFA8BF
(175,168,191)
#BAB3C8
(186,179,200)
#C5BED1
(197,190,209)
#D0C9DA
(208,201,218)
#DBD4E3
(219,212,227)
#E6DFEC
(230,223,236)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C9B; }

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

This text font color is #837C9B.


Background Color

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

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

This div background color is #837C9B.


Border color

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

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

This div border color is #837C9B.


Opacity

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

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

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

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

This text has shadow with #837C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C9B on black background.


Color preview on white background

This text has color #837C9B on white background.



Black color preview on #837C9B background

This text has black color on #837C9B background.


White color preview on #837C9B background

This text has white color on #837C9B background.