COLOR #826FAD

HEX: #826FAD
RGB: (130,111,173)

Color info

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

RGB color model

#826FAD color RGB value is (130,111,173).

  • red value is 130;
  • green value is 111;
  • blue value is 173.
RGB:
(130,111,173)
(51%,44%,68%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 173 of 255 = 68%

130
111
173

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 173 = 414 (100%)
R 130 of 414 ~ 31.4%
G 111 of 414 ~ 26.81%
B 173 of 414 ~ 41.79%

%31.4
%26.81
%41.79

CMYK color model

#826FAD color CMYK value is (25,36,0,32).

  • cyan value is 24.86%
  • magenta value is 35.84%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(25,36,0,32)
C25M36Y0K32 
(25%,36%,0%,32%)
(0.25/0.36/0.00/0.32)	

CMYK percentages

%24.86
%35.84
%0
%32.16

Codes

Color #826FAD in popluar color models

826FAD
RGB130111173
HSL258°27.43%55.69%
HSB/HSV258°35.84%67.84%
CMYK24.86%35.84%0.00%
32.16%

Color #826FAD in popluar number systems.

HEX826FAD
Decimal130111173
Binary10000010110111110101101
Octal202157255

Shades and tints

Shades of #826FAD

#826FAD
(130,111,173)
#77659E
(119,101,158)
#6C5B8F
(108,91,143)
#615180
(97,81,128)
#564771
(86,71,113)
#4B3D62
(75,61,98)
#403353
(64,51,83)
#352944
(53,41,68)
#2A1F35
(42,31,53)
#1F1526
(31,21,38)
#140B17
(20,11,23)
#000000
(0,0,0)

Tints of #826FAD

#826FAD
(130,111,173)
#8D7CB4
(141,124,180)
#9889BB
(152,137,187)
#A396C2
(163,150,194)
#AEA3C9
(174,163,201)
#B9B0D0
(185,176,208)
#C4BDD7
(196,189,215)
#CFCADE
(207,202,222)
#DAD7E5
(218,215,229)
#E5E4EC
(229,228,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826FAD color. Also use rgb(130,111,173) instead hex code.

Text Font Color

.myTextColor { color: #826FAD; }

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

This text font color is #826FAD.


Background Color

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

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

This div background color is #826FAD.


Border color

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

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

This div border color is #826FAD.


Opacity

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

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

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

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

This text has shadow with #826FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826FAD on black background.


Color preview on white background

This text has color #826FAD on white background.



Black color preview on #826FAD background

This text has black color on #826FAD background.


White color preview on #826FAD background

This text has white color on #826FAD background.