COLOR #836CBE

HEX: #836CBE RGB: (131,108,190)

Color info

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

RGB color model

#836CBE color RGB value is (131,108,190).

RGB: (131,108,190) (51%, 42%, 75%)

RGB channels and saturation

R 131 of 255 = 51%
G 108 of 255 = 42%
B 190 of 255 = 75%

131
108
190

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

Portions of RGB colors in percentages

R + G + B = 131 + 108 + 190 = 429 (100%)
R 131 of 429 ~ 30.54%
G 108 of 429 ~ 25.17%
B 190 of 429 ~ 44.29'%

%30.54
%25.17
%44.29

CMYK color model

#836CBE color CMYK value is (31,43,0,25).

  • cyan value is 31.05%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (31,43,0,25)
C31M43Y0K25 (31%, 43%, 0%, 25%)
(0.31 / 0.43 / 0.00 / 0.25)

CMYK percentages

%31.05
%43.16
%0
%25.49

Codes

Color #836CBE in popluar color models

83 6C BE
RGB 131 108 190
HSL 257° 38.68% 58.43%
HSB/HSV 257° 43.16% 74.51%
CMYK 31.05% 43.16% 0.00%
25.49%

Color #836CBE in popluar number systems.

HEX 83 6C BE
Decimal 131 108 190
Binary 10000011 1101100 10111110
Octal 203 154 276

Shades and tints

Shades of #836CBE

#836CBE
(131,108,190)
#7863AD
(120,99,173)
#6D5A9C
(109,90,156)
#62518B
(98,81,139)
#57487A
(87,72,122)
#4C3F69
(76,63,105)
#413658
(65,54,88)
#362D47
(54,45,71)
#2B2436
(43,36,54)
#201B25
(32,27,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #836CBE

#836CBE
(131,108,190)
#8E79C3
(142,121,195)
#9986C8
(153,134,200)
#A493CD
(164,147,205)
#AFA0D2
(175,160,210)
#BAADD7
(186,173,215)
#C5BADC
(197,186,220)
#D0C7E1
(208,199,225)
#DBD4E6
(219,212,230)
#E6E1EB
(230,225,235)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836CBE color. Also use rgb(131,108,190) instead hex code.

Text Font Color

.myTextColor { color: #836CBE; }

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

This text font color is #836CBE.

Background Color

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

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

This div background color is #836CBE.

Border color

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

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

This div border color is #836CBE.

Opacity

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

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

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

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

This text has shadow with #836CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #836CBE.

Preview

Color preview on black background

This text has color #836CBE on black background.


Color preview on white background

This text has color #836CBE on white background.


Black color preview on #836CBE background

This text has black color on #836CBE background.


White color preview on #836CBE background

This text has white color on #836CBE background.


Related colors

Complementary color

Complementary color for #hex is #7C9341.


I love getcolorcode.com

Triadic colors

1 #BE836C and #6CBE83 with #836CBE are triadic colors.

2 #BE6C83 and #6C83BE with #836CBE are triadic colors.