COLOR #836DCF

HEX: #836DCF
RGB: (131,109,207)

Color info

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

RGB color model

#836DCF color RGB value is (131,109,207).

  • red value is 131;
  • green value is 109;
  • blue value is 207.
RGB:
(131,109,207)
(51%,43%,81%)

RGB channels and saturation

R 131 of 255 = 51%
G 109 of 255 = 43%
B 207 of 255 = 81%

131
109
207

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

Portions of RGB colors in percentages

R + G + B =
131 + 109 + 207 = 447 (100%)
R 131 of 447 ~ 29.31%
G 109 of 447 ~ 24.38%
B 207 of 447 ~ 46.31%

%29.31
%24.38
%46.31

CMYK color model

#836DCF color CMYK value is (37,47,0,19).

  • cyan value is 36.71%
  • magenta value is 47.34%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(37,47,0,19)
C37M47Y0K19 
(37%,47%,0%,19%)
(0.37/0.47/0.00/0.19)	

CMYK percentages

%36.71
%47.34
%0
%18.82

Codes

Color #836DCF in popluar color models

836DCF
RGB131109207
HSL253°50.52%61.96%
HSB/HSV253°47.34%81.18%
CMYK36.71%47.34%0.00%
18.82%

Color #836DCF in popluar number systems.

HEX836DCF
Decimal131109207
Binary10000011110110111001111
Octal203155317

Shades and tints

Shades of #836DCF

#836DCF
(131,109,207)
#7864BD
(120,100,189)
#6D5BAB
(109,91,171)
#625299
(98,82,153)
#574987
(87,73,135)
#4C4075
(76,64,117)
#413763
(65,55,99)
#362E51
(54,46,81)
#2B253F
(43,37,63)
#201C2D
(32,28,45)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #836DCF

#836DCF
(131,109,207)
#8E7AD3
(142,122,211)
#9987D7
(153,135,215)
#A494DB
(164,148,219)
#AFA1DF
(175,161,223)
#BAAEE3
(186,174,227)
#C5BBE7
(197,187,231)
#D0C8EB
(208,200,235)
#DBD5EF
(219,213,239)
#E6E2F3
(230,226,243)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836DCF color. Also use rgb(131,109,207) instead hex code.

Text Font Color

.myTextColor { color: #836DCF; }

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

This text font color is #836DCF.


Background Color

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

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

This div background color is #836DCF.


Border color

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

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

This div border color is #836DCF.


Opacity

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

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

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

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

This text has shadow with #836DCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836DCF on black background.


Color preview on white background

This text has color #836DCF on white background.



Black color preview on #836DCF background

This text has black color on #836DCF background.


White color preview on #836DCF background

This text has white color on #836DCF background.