COLOR #826DAF

HEX: #826DAF RGB: (130,109,175)

Color info

#826DAF contains mainly red and blue colors. Web safe color of #826DAF is #996699 (or #969).

RGB color model

#826DAF color RGB value is (130,109,175).

RGB: (130,109,175) (51%, 43%, 69%)

RGB channels and saturation

R 130 of 255 = 51%
G 109 of 255 = 43%
B 175 of 255 = 69%

130
109
175

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

Portions of RGB colors in percentages

R + G + B = 130 + 109 + 175 = 414 (100%)
R 130 of 414 ~ 31.4%
G 109 of 414 ~ 26.33%
B 175 of 414 ~ 42.27'%

%31.4
%26.33
%42.27

CMYK color model

#826DAF color CMYK value is (26,38,0,31).

  • cyan value is 25.71%
  • magenta value is 37.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (26,38,0,31)
C26M38Y0K31 (26%, 38%, 0%, 31%)
(0.26 / 0.38 / 0.00 / 0.31)

CMYK percentages

%25.71
%37.71
%0
%31.37

Codes

Color #826DAF in popluar color models

82 6D AF
RGB 130 109 175
HSL 259° 29.20% 55.69%
HSB/HSV 259° 37.71% 68.63%
CMYK 25.71% 37.71% 0.00%
31.37%

Color #826DAF in popluar number systems.

HEX 82 6D AF
Decimal 130 109 175
Binary 10000010 1101101 10101111
Octal 202 155 257

Shades and tints

Shades of #826DAF

#826DAF
(130,109,175)
#7764A0
(119,100,160)
#6C5B91
(108,91,145)
#615282
(97,82,130)
#564973
(86,73,115)
#4B4064
(75,64,100)
#403755
(64,55,85)
#352E46
(53,46,70)
#2A2537
(42,37,55)
#1F1C28
(31,28,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #826DAF

#826DAF
(130,109,175)
#8D7AB6
(141,122,182)
#9887BD
(152,135,189)
#A394C4
(163,148,196)
#AEA1CB
(174,161,203)
#B9AED2
(185,174,210)
#C4BBD9
(196,187,217)
#CFC8E0
(207,200,224)
#DAD5E7
(218,213,231)
#E5E2EE
(229,226,238)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #826DAF; }

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

This text font color is #826DAF.

Background Color

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

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

This div background color is #826DAF.

Border color

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

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

This div border color is #826DAF.

Opacity

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

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

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

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

This text has shadow with #826DAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #826DAF.

Preview

Color preview on black background

This text has color #826DAF on black background.


Color preview on white background

This text has color #826DAF on white background.


Black color preview on #826DAF background

This text has black color on #826DAF background.


White color preview on #826DAF background

This text has white color on #826DAF background.


Related colors

Complementary color

Complementary color for #hex is #7D9250.


I love getcolorcode.com

Triadic colors

1 #AF826D and #6DAF82 with #826DAF are triadic colors.

2 #AF6D82 and #6D82AF with #826DAF are triadic colors.