COLOR #837C9A

HEX: #837C9A
RGB: (131,124,154)

Color info

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

RGB color model

#837C9A color RGB value is (131,124,154).

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

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 154 of 255 = 60%

131
124
154

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

Portions of RGB colors in percentages

R + G + B =
131 + 124 + 154 = 409 (100%)
R 131 of 409 ~ 32.03%
G 124 of 409 ~ 30.32%
B 154 of 409 ~ 37.65%

%32.03
%30.32
%37.65

CMYK color model

#837C9A color CMYK value is (15,19,0,40).

  • cyan value is 14.94%
  • magenta value is 19.48%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(15,19,0,40)
C15M19Y0K40 
(15%,19%,0%,40%)
(0.15/0.19/0.00/0.40)	

CMYK percentages

%14.94
%19.48
%0
%39.61

Codes

Color #837C9A in popluar color models

837C9A
RGB131124154
HSL254°12.93%54.51%
HSB/HSV254°19.48%60.39%
CMYK14.94%19.48%0.00%
39.61%

Color #837C9A in popluar number systems.

HEX837C9A
Decimal131124154
Binary10000011111110010011010
Octal203174232

Shades and tints

Shades of #837C9A

#837C9A
(131,124,154)
#78718C
(120,113,140)
#6D667E
(109,102,126)
#625B70
(98,91,112)
#575062
(87,80,98)
#4C4554
(76,69,84)
#413A46
(65,58,70)
#362F38
(54,47,56)
#2B242A
(43,36,42)
#20191C
(32,25,28)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #837C9A

#837C9A
(131,124,154)
#8E87A3
(142,135,163)
#9992AC
(153,146,172)
#A49DB5
(164,157,181)
#AFA8BE
(175,168,190)
#BAB3C7
(186,179,199)
#C5BED0
(197,190,208)
#D0C9D9
(208,201,217)
#DBD4E2
(219,212,226)
#E6DFEB
(230,223,235)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837C9A; }

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

This text font color is #837C9A.


Background Color

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

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

This div background color is #837C9A.


Border color

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

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

This div border color is #837C9A.


Opacity

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

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

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

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

This text has shadow with #837C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837C9A on black background.


Color preview on white background

This text has color #837C9A on white background.



Black color preview on #837C9A background

This text has black color on #837C9A background.


White color preview on #837C9A background

This text has white color on #837C9A background.