COLOR #826DA5

HEX: #826DA5 RGB: (130,109,165)

Color info

#826DA5 contains red, green and blue colors in about the same proportion. Web safe color of #826DA5 is #996699 (or #969).

RGB color model

#826DA5 color RGB value is (130,109,165).

RGB: (130,109,165) (51%, 43%, 65%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 165 of 255 = 65%

130
109
165

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

Portions of RGB colors in percentages

R + G + B = 130 + 109 + 165 = 404 (100%)
R 130 of 404 ~ 32.18%
G 109 of 404 ~ 26.98%
B 165 of 404 ~ 40.84'%

%32.18
%26.98
%40.84

CMYK color model

#826DA5 color CMYK value is (21,34,0,35).

  • cyan value is 21.21%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (21,34,0,35)
C21M34Y0K35 (21%, 34%, 0%, 35%)
(0.21 / 0.34 / 0.00 / 0.35)

CMYK percentages

%21.21
%33.94
%0
%35.29

Codes

Color #826DA5 in popluar color models

82 6D A5
RGB 130 109 165
HSL 263° 23.73% 53.73%
HSB/HSV 263° 33.94% 64.71%
CMYK 21.21% 33.94% 0.00%
35.29%

Color #826DA5 in popluar number systems.

HEX 82 6D A5
Decimal 130 109 165
Binary 10000010 1101101 10100101
Octal 202 155 245

Shades and tints

Shades of #826DA5

#826DA5
(130,109,165)
#776496
(119,100,150)
#6C5B87
(108,91,135)
#615278
(97,82,120)
#564969
(86,73,105)
#4B405A
(75,64,90)
#40374B
(64,55,75)
#352E3C
(53,46,60)
#2A252D
(42,37,45)
#1F1C1E
(31,28,30)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #826DA5

#826DA5
(130,109,165)
#8D7AAD
(141,122,173)
#9887B5
(152,135,181)
#A394BD
(163,148,189)
#AEA1C5
(174,161,197)
#B9AECD
(185,174,205)
#C4BBD5
(196,187,213)
#CFC8DD
(207,200,221)
#DAD5E5
(218,213,229)
#E5E2ED
(229,226,237)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826DA5 color. Also use rgb(130,109,165) instead hex code.

Text Font Color

.myTextColor { color: #826DA5; }

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

This text font color is #826DA5.

Background Color

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

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

This div background color is #826DA5.

Border color

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

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

This div border color is #826DA5.

Opacity

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

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

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

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

This text has shadow with #826DA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826DA5.

Preview

Color preview on black background

This text has color #826DA5 on black background.


Color preview on white background

This text has color #826DA5 on white background.


Black color preview on #826DA5 background

This text has black color on #826DA5 background.


White color preview on #826DA5 background

This text has white color on #826DA5 background.


Related colors

Complementary color

Complementary color for #hex is #7D925A.


I love getcolorcode.com

Triadic colors

1 #A5826D and #6DA582 with #826DA5 are triadic colors.

2 #A56D82 and #6D82A5 with #826DA5 are triadic colors.