COLOR #836EB4

HEX: #836EB4
RGB: (131,110,180)

Color info

#836EB4 contains mainly red and blue colors. Web safe color of #836EB4 is #9966CC (or #96C).

RGB color model

#836EB4 color RGB value is (131,110,180).

  • red value is 131;
  • green value is 110;
  • blue value is 180.
RGB:
(131,110,180)
(51%,43%,71%)

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 180 of 255 = 71%

131
110
180

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 180 = 421 (100%)
R 131 of 421 ~ 31.12%
G 110 of 421 ~ 26.13%
B 180 of 421 ~ 42.76%

%31.12
%26.13
%42.76

CMYK color model

#836EB4 color CMYK value is (27,39,0,29).

  • cyan value is 27.22%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(27,39,0,29)
C27M39Y0K29 
(27%,39%,0%,29%)
(0.27/0.39/0.00/0.29)	

CMYK percentages

%27.22
%38.89
%0
%29.41

Codes

Color #836EB4 in popluar color models

836EB4
RGB131110180
HSL258°31.82%56.86%
HSB/HSV258°38.89%70.59%
CMYK27.22%38.89%0.00%
29.41%

Color #836EB4 in popluar number systems.

HEX836EB4
Decimal131110180
Binary10000011110111010110100
Octal203156264

Shades and tints

Shades of #836EB4

#836EB4
(131,110,180)
#7864A4
(120,100,164)
#6D5A94
(109,90,148)
#625084
(98,80,132)
#574674
(87,70,116)
#4C3C64
(76,60,100)
#413254
(65,50,84)
#362844
(54,40,68)
#2B1E34
(43,30,52)
#201424
(32,20,36)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #836EB4

#836EB4
(131,110,180)
#8E7BBA
(142,123,186)
#9988C0
(153,136,192)
#A495C6
(164,149,198)
#AFA2CC
(175,162,204)
#BAAFD2
(186,175,210)
#C5BCD8
(197,188,216)
#D0C9DE
(208,201,222)
#DBD6E4
(219,214,228)
#E6E3EA
(230,227,234)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836EB4 color. Also use rgb(131,110,180) instead hex code.

Text Font Color

.myTextColor { color: #836EB4; }

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

This text font color is #836EB4.


Background Color

.myBgColor { background-color: #836EB4; }

<div style="background-color:#836EB4">Inner text</div>

This div background color is #836EB4.


Border color

.myBorderColor { border: 1px solid #836EB4; }

<div style="border:3px solid #836EB4">Div</div>

This div border color is #836EB4.


Opacity

.myOpacity80 { color: #836EB4; opacity: 0.8; }

<p style="color:#836EB4;opacity:0.8;">80%</p>

Text with #836EB4 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 #836EB4;}

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

This text has shadow with #836EB4 color.

.textShadow {text-shadow: 3px 3px 1px #836EB4, 3px 3px 1px red;}

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

This text has shadow with #836EB4 primary color and red secondary color.


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

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

This text has shadow with #836EB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836EB4 on black background.


Color preview on white background

This text has color #836EB4 on white background.



Black color preview on #836EB4 background

This text has black color on #836EB4 background.


White color preview on #836EB4 background

This text has white color on #836EB4 background.