COLOR #837BB0

HEX: #837BB0
RGB: (131,123,176)

Color info

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

RGB color model

#837BB0 color RGB value is (131,123,176).

  • red value is 131;
  • green value is 123;
  • blue value is 176.
RGB:
(131,123,176)
(51%,48%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 123 of 255 = 48%
B 176 of 255 = 69%

131
123
176

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

Portions of RGB colors in percentages

R + G + B =
131 + 123 + 176 = 430 (100%)
R 131 of 430 ~ 30.47%
G 123 of 430 ~ 28.6%
B 176 of 430 ~ 40.93%

%30.47
%28.6
%40.93

CMYK color model

#837BB0 color CMYK value is (26,30,0,31).

  • cyan value is 25.57%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(26,30,0,31)
C26M30Y0K31 
(26%,30%,0%,31%)
(0.26/0.30/0.00/0.31)	

CMYK percentages

%25.57
%30.11
%0
%30.98

Codes

Color #837BB0 in popluar color models

837BB0
RGB131123176
HSL249°25.12%58.63%
HSB/HSV249°30.11%69.02%
CMYK25.57%30.11%0.00%
30.98%

Color #837BB0 in popluar number systems.

HEX837BB0
Decimal131123176
Binary10000011111101110110000
Octal203173260

Shades and tints

Shades of #837BB0

#837BB0
(131,123,176)
#7870A0
(120,112,160)
#6D6590
(109,101,144)
#625A80
(98,90,128)
#574F70
(87,79,112)
#4C4460
(76,68,96)
#413950
(65,57,80)
#362E40
(54,46,64)
#2B2330
(43,35,48)
#201820
(32,24,32)
#150D10
(21,13,16)
#000000
(0,0,0)

Tints of #837BB0

#837BB0
(131,123,176)
#8E87B7
(142,135,183)
#9993BE
(153,147,190)
#A49FC5
(164,159,197)
#AFABCC
(175,171,204)
#BAB7D3
(186,183,211)
#C5C3DA
(197,195,218)
#D0CFE1
(208,207,225)
#DBDBE8
(219,219,232)
#E6E7EF
(230,231,239)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837BB0 color. Also use rgb(131,123,176) instead hex code.

Text Font Color

.myTextColor { color: #837BB0; }

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

This text font color is #837BB0.


Background Color

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

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

This div background color is #837BB0.


Border color

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

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

This div border color is #837BB0.


Opacity

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

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

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

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

This text has shadow with #837BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837BB0 on black background.


Color preview on white background

This text has color #837BB0 on white background.



Black color preview on #837BB0 background

This text has black color on #837BB0 background.


White color preview on #837BB0 background

This text has white color on #837BB0 background.