COLOR #826CB6

HEX: #826CB6 RGB: (130,108,182)

Color info

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

RGB color model

#826CB6 color RGB value is (130,108,182).

RGB: (130,108,182) (51%, 42%, 71%)

RGB channels and saturation

R 130 of 255 = 51%
G 108 of 255 = 42%
B 182 of 255 = 71%

130
108
182

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

Portions of RGB colors in percentages

R + G + B = 130 + 108 + 182 = 420 (100%)
R 130 of 420 ~ 30.95%
G 108 of 420 ~ 25.71%
B 182 of 420 ~ 43.33'%

%30.95
%25.71
%43.33

CMYK color model

#826CB6 color CMYK value is (29,41,0,29).

  • cyan value is 28.57%
  • magenta value is 40.66%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (29,41,0,29)
C29M41Y0K29 (29%, 41%, 0%, 29%)
(0.29 / 0.41 / 0.00 / 0.29)

CMYK percentages

%28.57
%40.66
%0
%28.63

Codes

Color #826CB6 in popluar color models

82 6C B6
RGB 130 108 182
HSL 258° 33.64% 56.86%
HSB/HSV 258° 40.66% 71.37%
CMYK 28.57% 40.66% 0.00%
28.63%

Color #826CB6 in popluar number systems.

HEX 82 6C B6
Decimal 130 108 182
Binary 10000010 1101100 10110110
Octal 202 154 266

Shades and tints

Shades of #826CB6

#826CB6
(130,108,182)
#7763A6
(119,99,166)
#6C5A96
(108,90,150)
#615186
(97,81,134)
#564876
(86,72,118)
#4B3F66
(75,63,102)
#403656
(64,54,86)
#352D46
(53,45,70)
#2A2436
(42,36,54)
#1F1B26
(31,27,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #826CB6

#826CB6
(130,108,182)
#8D79BC
(141,121,188)
#9886C2
(152,134,194)
#A393C8
(163,147,200)
#AEA0CE
(174,160,206)
#B9ADD4
(185,173,212)
#C4BADA
(196,186,218)
#CFC7E0
(207,199,224)
#DAD4E6
(218,212,230)
#E5E1EC
(229,225,236)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826CB6 color. Also use rgb(130,108,182) instead hex code.

Text Font Color

.myTextColor { color: #826CB6; }

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

This text font color is #826CB6.

Background Color

.myBgColor { background-color: #826CB6; }

<div style="background-color:#826CB6">Inner text</div>

This div background color is #826CB6.

Border color

.myBorderColor { border: 1px solid #826CB6; }

<div style="border:3px solid #826CB6">Div</div>

This div border color is #826CB6.

Opacity

.myOpacity80 { color: #826CB6; opacity: 0.8; }

<p style="color:#826CB6;opacity:0.8;">80%</p>

Text with #826CB6 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 #826CB6;}

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

This text has shadow with #826CB6 color.


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

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

This text has shadow with #826CB6 primary color and red secondary color.


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

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

This text has shadow with #826CB6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #826CB6.

Preview

Color preview on black background

This text has color #826CB6 on black background.


Color preview on white background

This text has color #826CB6 on white background.


Black color preview on #826CB6 background

This text has black color on #826CB6 background.


White color preview on #826CB6 background

This text has white color on #826CB6 background.


Related colors

Complementary color

Complementary color for #hex is #7D9349.


I love getcolorcode.com

Triadic colors

1 #B6826C and #6CB682 with #826CB6 are triadic colors.

2 #B66C82 and #6C82B6 with #826CB6 are triadic colors.