COLOR #837AAB

HEX: #837AAB
RGB: (131,122,171)

Color info

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

RGB color model

#837AAB color RGB value is (131,122,171).

  • red value is 131;
  • green value is 122;
  • blue value is 171.
RGB:
(131,122,171)
(51%,48%,67%)

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 171 of 255 = 67%

131
122
171

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

Portions of RGB colors in percentages

R + G + B =
131 + 122 + 171 = 424 (100%)
R 131 of 424 ~ 30.9%
G 122 of 424 ~ 28.77%
B 171 of 424 ~ 40.33%

%30.9
%28.77
%40.33

CMYK color model

#837AAB color CMYK value is (23,29,0,33).

  • cyan value is 23.39%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(23,29,0,33)
C23M29Y0K33 
(23%,29%,0%,33%)
(0.23/0.29/0.00/0.33)	

CMYK percentages

%23.39
%28.65
%0
%32.94

Codes

Color #837AAB in popluar color models

837AAB
RGB131122171
HSL251°22.58%57.45%
HSB/HSV251°28.65%67.06%
CMYK23.39%28.65%0.00%
32.94%

Color #837AAB in popluar number systems.

HEX837AAB
Decimal131122171
Binary10000011111101010101011
Octal203172253

Shades and tints

Shades of #837AAB

#837AAB
(131,122,171)
#786F9C
(120,111,156)
#6D648D
(109,100,141)
#62597E
(98,89,126)
#574E6F
(87,78,111)
#4C4360
(76,67,96)
#413851
(65,56,81)
#362D42
(54,45,66)
#2B2233
(43,34,51)
#201724
(32,23,36)
#150C15
(21,12,21)
#000000
(0,0,0)

Tints of #837AAB

#837AAB
(131,122,171)
#8E86B2
(142,134,178)
#9992B9
(153,146,185)
#A49EC0
(164,158,192)
#AFAAC7
(175,170,199)
#BAB6CE
(186,182,206)
#C5C2D5
(197,194,213)
#D0CEDC
(208,206,220)
#DBDAE3
(219,218,227)
#E6E6EA
(230,230,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837AAB color. Also use rgb(131,122,171) instead hex code.

Text Font Color

.myTextColor { color: #837AAB; }

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

This text font color is #837AAB.


Background Color

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

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

This div background color is #837AAB.


Border color

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

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

This div border color is #837AAB.


Opacity

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

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

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

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

This text has shadow with #837AAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837AAB on black background.


Color preview on white background

This text has color #837AAB on white background.



Black color preview on #837AAB background

This text has black color on #837AAB background.


White color preview on #837AAB background

This text has white color on #837AAB background.