COLOR #837AC4

HEX: #837AC4
RGB: (131,122,196)

Color info

#837AC4 contains mainly blue color. Web safe color of #837AC4 is #9966CC (or #96C).

RGB color model

#837AC4 color RGB value is (131,122,196).

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

RGB channels and saturation

R 131 of 255 = 51%
G 122 of 255 = 48%
B 196 of 255 = 77%

131
122
196

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

Portions of RGB colors in percentages

R + G + B =
131 + 122 + 196 = 449 (100%)
R 131 of 449 ~ 29.18%
G 122 of 449 ~ 27.17%
B 196 of 449 ~ 43.65%

%29.18
%27.17
%43.65

CMYK color model

#837AC4 color CMYK value is (33,38,0,23).

  • cyan value is 33.16%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(33,38,0,23)
C33M38Y0K23 
(33%,38%,0%,23%)
(0.33/0.38/0.00/0.23)	

CMYK percentages

%33.16
%37.76
%0
%23.14

Codes

Color #837AC4 in popluar color models

837AC4
RGB131122196
HSL247°38.54%62.35%
HSB/HSV247°37.76%76.86%
CMYK33.16%37.76%0.00%
23.14%

Color #837AC4 in popluar number systems.

HEX837AC4
Decimal131122196
Binary10000011111101011000100
Octal203172304

Shades and tints

Shades of #837AC4

#837AC4
(131,122,196)
#786FB3
(120,111,179)
#6D64A2
(109,100,162)
#625991
(98,89,145)
#574E80
(87,78,128)
#4C436F
(76,67,111)
#41385E
(65,56,94)
#362D4D
(54,45,77)
#2B223C
(43,34,60)
#20172B
(32,23,43)
#150C1A
(21,12,26)
#000000
(0,0,0)

Tints of #837AC4

#837AC4
(131,122,196)
#8E86C9
(142,134,201)
#9992CE
(153,146,206)
#A49ED3
(164,158,211)
#AFAAD8
(175,170,216)
#BAB6DD
(186,182,221)
#C5C2E2
(197,194,226)
#D0CEE7
(208,206,231)
#DBDAEC
(219,218,236)
#E6E6F1
(230,230,241)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837AC4; }

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

This text font color is #837AC4.


Background Color

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

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

This div background color is #837AC4.


Border color

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

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

This div border color is #837AC4.


Opacity

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

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

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

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

This text has shadow with #837AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837AC4 on black background.


Color preview on white background

This text has color #837AC4 on white background.



Black color preview on #837AC4 background

This text has black color on #837AC4 background.


White color preview on #837AC4 background

This text has white color on #837AC4 background.