COLOR #82789B

HEX: #82789B
RGB: (130,120,155)

Color info

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

RGB color model

#82789B color RGB value is (130,120,155).

  • red value is 130;
  • green value is 120;
  • blue value is 155.
RGB:
(130,120,155)
(51%,47%,61%)

RGB channels and saturation

R 130 of 255 = 51%
G 120 of 255 = 47%
B 155 of 255 = 61%

130
120
155

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

Portions of RGB colors in percentages

R + G + B =
130 + 120 + 155 = 405 (100%)
R 130 of 405 ~ 32.1%
G 120 of 405 ~ 29.63%
B 155 of 405 ~ 38.27%

%32.1
%29.63
%38.27

CMYK color model

#82789B color CMYK value is (16,23,0,39).

  • cyan value is 16.13%
  • magenta value is 22.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(16,23,0,39)
C16M23Y0K39 
(16%,23%,0%,39%)
(0.16/0.23/0.00/0.39)	

CMYK percentages

%16.13
%22.58
%0
%39.22

Codes

Color #82789B in popluar color models

82789B
RGB130120155
HSL257°14.89%53.92%
HSB/HSV257°22.58%60.78%
CMYK16.13%22.58%0.00%
39.22%

Color #82789B in popluar number systems.

HEX82789B
Decimal130120155
Binary10000010111100010011011
Octal202170233

Shades and tints

Shades of #82789B

#82789B
(130,120,155)
#776E8D
(119,110,141)
#6C647F
(108,100,127)
#615A71
(97,90,113)
#565063
(86,80,99)
#4B4655
(75,70,85)
#403C47
(64,60,71)
#353239
(53,50,57)
#2A282B
(42,40,43)
#1F1E1D
(31,30,29)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #82789B

#82789B
(130,120,155)
#8D84A4
(141,132,164)
#9890AD
(152,144,173)
#A39CB6
(163,156,182)
#AEA8BF
(174,168,191)
#B9B4C8
(185,180,200)
#C4C0D1
(196,192,209)
#CFCCDA
(207,204,218)
#DAD8E3
(218,216,227)
#E5E4EC
(229,228,236)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82789B color. Also use rgb(130,120,155) instead hex code.

Text Font Color

.myTextColor { color: #82789B; }

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

This text font color is #82789B.


Background Color

.myBgColor { background-color: #82789B; }

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

This div background color is #82789B.


Border color

.myBorderColor { border: 1px solid #82789B; }

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

This div border color is #82789B.


Opacity

.myOpacity80 { color: #82789B; opacity: 0.8; }

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

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

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

This text has shadow with #82789B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82789B on black background.


Color preview on white background

This text has color #82789B on white background.



Black color preview on #82789B background

This text has black color on #82789B background.


White color preview on #82789B background

This text has white color on #82789B background.