COLOR #826792

HEX: #826792
RGB: (130,103,146)

Color info

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

RGB color model

#826792 color RGB value is (130,103,146).

  • red value is 130;
  • green value is 103;
  • blue value is 146.
RGB:
(130,103,146)
(51%,40%,57%)

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 146 of 255 = 57%

130
103
146

R + G + B ~ 49%. #826792 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 146 = 379 (100%)
R 130 of 379 ~ 34.3%
G 103 of 379 ~ 27.18%
B 146 of 379 ~ 38.52%

%34.3
%27.18
%38.52

CMYK color model

#826792 color CMYK value is (11,29,0,43).

  • cyan value is 10.96%
  • magenta value is 29.45%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(11,29,0,43)
C11M29Y0K43 
(11%,29%,0%,43%)
(0.11/0.29/0.00/0.43)	

CMYK percentages

%10.96
%29.45
%0
%42.75

Codes

Color #826792 in popluar color models

826792
RGB130103146
HSL278°17.27%48.82%
HSB/HSV278°29.45%57.25%
CMYK10.96%29.45%0.00%
42.75%

Color #826792 in popluar number systems.

HEX826792
Decimal130103146
Binary10000010110011110010010
Octal202147222

Shades and tints

Shades of #826792

#826792
(130,103,146)
#775E85
(119,94,133)
#6C5578
(108,85,120)
#614C6B
(97,76,107)
#56435E
(86,67,94)
#4B3A51
(75,58,81)
#403144
(64,49,68)
#352837
(53,40,55)
#2A1F2A
(42,31,42)
#1F161D
(31,22,29)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #826792

#826792
(130,103,146)
#8D749B
(141,116,155)
#9881A4
(152,129,164)
#A38EAD
(163,142,173)
#AE9BB6
(174,155,182)
#B9A8BF
(185,168,191)
#C4B5C8
(196,181,200)
#CFC2D1
(207,194,209)
#DACFDA
(218,207,218)
#E5DCE3
(229,220,227)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826792 color. Also use rgb(130,103,146) instead hex code.

Text Font Color

.myTextColor { color: #826792; }

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

This text font color is #826792.


Background Color

.myBgColor { background-color: #826792; }

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

This div background color is #826792.


Border color

.myBorderColor { border: 1px solid #826792; }

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

This div border color is #826792.


Opacity

.myOpacity80 { color: #826792; opacity: 0.8; }

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

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

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

This text has shadow with #826792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826792 on black background.


Color preview on white background

This text has color #826792 on white background.



Black color preview on #826792 background

This text has black color on #826792 background.


White color preview on #826792 background

This text has white color on #826792 background.