COLOR #836EC0

HEX: #836EC0
RGB: (131,110,192)

Color info

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

RGB color model

#836EC0 color RGB value is (131,110,192).

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

RGB channels and saturation

R 131 of 255 = 51%
G 110 of 255 = 43%
B 192 of 255 = 75%

131
110
192

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

Portions of RGB colors in percentages

R + G + B =
131 + 110 + 192 = 433 (100%)
R 131 of 433 ~ 30.25%
G 110 of 433 ~ 25.4%
B 192 of 433 ~ 44.34%

%30.25
%25.4
%44.34

CMYK color model

#836EC0 color CMYK value is (32,43,0,25).

  • cyan value is 31.77%
  • magenta value is 42.71%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(32,43,0,25)
C32M43Y0K25 
(32%,43%,0%,25%)
(0.32/0.43/0.00/0.25)	

CMYK percentages

%31.77
%42.71
%0
%24.71

Codes

Color #836EC0 in popluar color models

836EC0
RGB131110192
HSL255°39.42%59.22%
HSB/HSV255°42.71%75.29%
CMYK31.77%42.71%0.00%
24.71%

Color #836EC0 in popluar number systems.

HEX836EC0
Decimal131110192
Binary10000011110111011000000
Octal203156300

Shades and tints

Shades of #836EC0

#836EC0
(131,110,192)
#7864AF
(120,100,175)
#6D5A9E
(109,90,158)
#62508D
(98,80,141)
#57467C
(87,70,124)
#4C3C6B
(76,60,107)
#41325A
(65,50,90)
#362849
(54,40,73)
#2B1E38
(43,30,56)
#201427
(32,20,39)
#150A16
(21,10,22)
#000000
(0,0,0)

Tints of #836EC0

#836EC0
(131,110,192)
#8E7BC5
(142,123,197)
#9988CA
(153,136,202)
#A495CF
(164,149,207)
#AFA2D4
(175,162,212)
#BAAFD9
(186,175,217)
#C5BCDE
(197,188,222)
#D0C9E3
(208,201,227)
#DBD6E8
(219,214,232)
#E6E3ED
(230,227,237)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836EC0; }

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

This text font color is #836EC0.


Background Color

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

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

This div background color is #836EC0.


Border color

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

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

This div border color is #836EC0.


Opacity

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

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

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

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

This text has shadow with #836EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836EC0 on black background.


Color preview on white background

This text has color #836EC0 on white background.



Black color preview on #836EC0 background

This text has black color on #836EC0 background.


White color preview on #836EC0 background

This text has white color on #836EC0 background.