COLOR #82839B

HEX: #82839B RGB: (130,131,155)

Color info

#82839B contains red, green and blue colors in about the same proportion. Web safe color of #82839B is #999999 (or #999).

RGB color model

#82839B color RGB value is (130,131,155).

RGB: (130,131,155) (51%, 51%, 61%)

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 155 of 255 = 61%

130
131
155

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

Portions of RGB colors in percentages

R + G + B = 130 + 131 + 155 = 416 (100%)
R 130 of 416 ~ 31.25%
G 131 of 416 ~ 31.49%
B 155 of 416 ~ 37.26'%

%31.25
%31.49
%37.26

CMYK color model

#82839B color CMYK value is (16,15,0,39).

  • cyan value is 16.13%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (16,15,0,39)
C16M15Y0K39 (16%, 15%, 0%, 39%)
(0.16 / 0.15 / 0.00 / 0.39)

CMYK percentages

%16.13
%15.48
%0
%39.22

Codes

Color #82839B in popluar color models

82 83 9B
RGB 130 131 155
HSL 238° 11.11% 55.88%
HSB/HSV 238° 16.13% 60.78%
CMYK 16.13% 15.48% 0.00%
39.22%

Color #82839B in popluar number systems.

HEX 82 83 9B
Decimal 130 131 155
Binary 10000010 10000011 10011011
Octal 202 203 233

Shades and tints

Shades of #82839B

#82839B
(130,131,155)
#77788D
(119,120,141)
#6C6D7F
(108,109,127)
#616271
(97,98,113)
#565763
(86,87,99)
#4B4C55
(75,76,85)
#404147
(64,65,71)
#353639
(53,54,57)
#2A2B2B
(42,43,43)
#1F201D
(31,32,29)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #82839B

#82839B
(130,131,155)
#8D8EA4
(141,142,164)
#9899AD
(152,153,173)
#A3A4B6
(163,164,182)
#AEAFBF
(174,175,191)
#B9BAC8
(185,186,200)
#C4C5D1
(196,197,209)
#CFD0DA
(207,208,218)
#DADBE3
(218,219,227)
#E5E6EC
(229,230,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82839B; }

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

This text font color is #82839B.

Background Color

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

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

This div background color is #82839B.

Border color

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

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

This div border color is #82839B.

Opacity

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

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

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

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

This text has shadow with #82839B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82839B.

Preview

Color preview on black background

This text has color #82839B on black background.


Color preview on white background

This text has color #82839B on white background.


Black color preview on #82839B background

This text has black color on #82839B background.


White color preview on #82839B background

This text has white color on #82839B background.


Related colors

Complementary color

Complementary color for #hex is #7D7C64.


I love getcolorcode.com

Triadic colors

1 #9B8283 and #839B82 with #82839B are triadic colors.

2 #9B8382 and #83829B with #82839B are triadic colors.