COLOR #837CAA

HEX: #837CAA RGB: (131,124,170)

Color info

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

RGB color model

#837CAA color RGB value is (131,124,170).

RGB: (131,124,170) (51%, 49%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 124 of 255 = 49%
B 170 of 255 = 67%

131
124
170

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

Portions of RGB colors in percentages

R + G + B = 131 + 124 + 170 = 425 (100%)
R 131 of 425 ~ 30.82%
G 124 of 425 ~ 29.18%
B 170 of 425 ~ 40'%

%30.82
%29.18
%40

CMYK color model

#837CAA color CMYK value is (23,27,0,33).

  • cyan value is 22.94%
  • magenta value is 27.06%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (23,27,0,33)
C23M27Y0K33 (23%, 27%, 0%, 33%)
(0.23 / 0.27 / 0.00 / 0.33)

CMYK percentages

%22.94
%27.06
%0
%33.33

Codes

Color #837CAA in popluar color models

83 7C AA
RGB 131 124 170
HSL 249° 21.30% 57.65%
HSB/HSV 249° 27.06% 66.67%
CMYK 22.94% 27.06% 0.00%
33.33%

Color #837CAA in popluar number systems.

HEX 83 7C AA
Decimal 131 124 170
Binary 10000011 1111100 10101010
Octal 203 174 252

Shades and tints

Shades of #837CAA

#837CAA
(131,124,170)
#78719B
(120,113,155)
#6D668C
(109,102,140)
#625B7D
(98,91,125)
#57506E
(87,80,110)
#4C455F
(76,69,95)
#413A50
(65,58,80)
#362F41
(54,47,65)
#2B2432
(43,36,50)
#201923
(32,25,35)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #837CAA

#837CAA
(131,124,170)
#8E87B1
(142,135,177)
#9992B8
(153,146,184)
#A49DBF
(164,157,191)
#AFA8C6
(175,168,198)
#BAB3CD
(186,179,205)
#C5BED4
(197,190,212)
#D0C9DB
(208,201,219)
#DBD4E2
(219,212,226)
#E6DFE9
(230,223,233)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837CAA; }

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

This text font color is #837CAA.

Background Color

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

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

This div background color is #837CAA.

Border color

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

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

This div border color is #837CAA.

Opacity

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

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

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

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

This text has shadow with #837CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #837CAA.

Preview

Color preview on black background

This text has color #837CAA on black background.


Color preview on white background

This text has color #837CAA on white background.


Black color preview on #837CAA background

This text has black color on #837CAA background.


White color preview on #837CAA background

This text has white color on #837CAA background.


Related colors

Complementary color

Complementary color for #hex is #7C8355.


I love getcolorcode.com

Triadic colors

1 #AA837C and #7CAA83 with #837CAA are triadic colors.

2 #AA7C83 and #7C83AA with #837CAA are triadic colors.