COLOR #82769F

HEX: #82769F RGB: (130,118,159)

Color info

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

RGB color model

#82769F color RGB value is (130,118,159).

RGB: (130,118,159) (51%, 46%, 62%)

RGB channels and saturation

R 130 of 255 = 51%
G 118 of 255 = 46%
B 159 of 255 = 62%

130
118
159

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

Portions of RGB colors in percentages

R + G + B = 130 + 118 + 159 = 407 (100%)
R 130 of 407 ~ 31.94%
G 118 of 407 ~ 28.99%
B 159 of 407 ~ 39.07'%

%31.94
%28.99
%39.07

CMYK color model

#82769F color CMYK value is (18,26,0,38).

  • cyan value is 18.24%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (18,26,0,38)
C18M26Y0K38 (18%, 26%, 0%, 38%)
(0.18 / 0.26 / 0.00 / 0.38)

CMYK percentages

%18.24
%25.79
%0
%37.65

Codes

Color #82769F in popluar color models

82 76 9F
RGB 130 118 159
HSL 258° 17.60% 54.31%
HSB/HSV 258° 25.79% 62.35%
CMYK 18.24% 25.79% 0.00%
37.65%

Color #82769F in popluar number systems.

HEX 82 76 9F
Decimal 130 118 159
Binary 10000010 1110110 10011111
Octal 202 166 237

Shades and tints

Shades of #82769F

#82769F
(130,118,159)
#776C91
(119,108,145)
#6C6283
(108,98,131)
#615875
(97,88,117)
#564E67
(86,78,103)
#4B4459
(75,68,89)
#403A4B
(64,58,75)
#35303D
(53,48,61)
#2A262F
(42,38,47)
#1F1C21
(31,28,33)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82769F

#82769F
(130,118,159)
#8D82A7
(141,130,167)
#988EAF
(152,142,175)
#A39AB7
(163,154,183)
#AEA6BF
(174,166,191)
#B9B2C7
(185,178,199)
#C4BECF
(196,190,207)
#CFCAD7
(207,202,215)
#DAD6DF
(218,214,223)
#E5E2E7
(229,226,231)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82769F color. Also use rgb(130,118,159) instead hex code.

Text Font Color

.myTextColor { color: #82769F; }

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

This text font color is #82769F.

Background Color

.myBgColor { background-color: #82769F; }

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

This div background color is #82769F.

Border color

.myBorderColor { border: 1px solid #82769F; }

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

This div border color is #82769F.

Opacity

.myOpacity80 { color: #82769F; opacity: 0.8; }

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

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

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

This text has shadow with #82769F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82769F.

Preview

Color preview on black background

This text has color #82769F on black background.


Color preview on white background

This text has color #82769F on white background.


Black color preview on #82769F background

This text has black color on #82769F background.


White color preview on #82769F background

This text has white color on #82769F background.


Related colors

Complementary color

Complementary color for #hex is #7D8960.


I love getcolorcode.com

Triadic colors

1 #9F8276 and #769F82 with #82769F are triadic colors.

2 #9F7682 and #76829F with #82769F are triadic colors.