COLOR #7D82B5

HEX: #7D82B5 RGB: (125,130,181)

Color info

#7D82B5 contains red, green and blue colors in about the same proportion. Web safe color of #7D82B5 is #6699CC (or #69C).

RGB color model

#7D82B5 color RGB value is (125,130,181).

RGB: (125,130,181) (49%, 51%, 71%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 181 of 255 = 71%

125
130
181

R + G + B ~ 57%. #7D82B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 125 + 130 + 181 = 436 (100%)
R 125 of 436 ~ 28.67%
G 130 of 436 ~ 29.82%
B 181 of 436 ~ 41.51'%

%28.67
%29.82
%41.51

CMYK color model

#7D82B5 color CMYK value is (31,28,0,29).

  • cyan value is 30.94%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (31,28,0,29)
C31M28Y0K29 (31%, 28%, 0%, 29%)
(0.31 / 0.28 / 0.00 / 0.29)

CMYK percentages

%30.94
%28.18
%0
%29.02

Codes

Color #7D82B5 in popluar color models

7D 82 B5
RGB 125 130 181
HSL 235° 27.45% 60.00%
HSB/HSV 235° 30.94% 70.98%
CMYK 30.94% 28.18% 0.00%
29.02%

Color #7D82B5 in popluar number systems.

HEX 7D 82 B5
Decimal 125 130 181
Binary 1111101 10000010 10110101
Octal 175 202 265

Shades and tints

Shades of #7D82B5

#7D82B5
(125,130,181)
#7277A5
(114,119,165)
#676C95
(103,108,149)
#5C6185
(92,97,133)
#515675
(81,86,117)
#464B65
(70,75,101)
#3B4055
(59,64,85)
#303545
(48,53,69)
#252A35
(37,42,53)
#1A1F25
(26,31,37)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #7D82B5

#7D82B5
(125,130,181)
#888DBB
(136,141,187)
#9398C1
(147,152,193)
#9EA3C7
(158,163,199)
#A9AECD
(169,174,205)
#B4B9D3
(180,185,211)
#BFC4D9
(191,196,217)
#CACFDF
(202,207,223)
#D5DAE5
(213,218,229)
#E0E5EB
(224,229,235)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D82B5 color. Also use rgb(125,130,181) instead hex code.

Text Font Color

.myTextColor { color: #7D82B5; }

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

This text font color is #7D82B5.

Background Color

.myBgColor { background-color: #7D82B5; }

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

This div background color is #7D82B5.

Border color

.myBorderColor { border: 1px solid #7D82B5; }

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

This div border color is #7D82B5.

Opacity

.myOpacity80 { color: #7D82B5; opacity: 0.8; }

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

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

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

This text has shadow with #7D82B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D82B5.

Preview

Color preview on black background

This text has color #7D82B5 on black background.


Color preview on white background

This text has color #7D82B5 on white background.


Black color preview on #7D82B5 background

This text has black color on #7D82B5 background.


White color preview on #7D82B5 background

This text has white color on #7D82B5 background.


Related colors

Complementary color

Complementary color for #hex is #827D4A.


I love getcolorcode.com

Triadic colors

1 #B57D82 and #82B57D with #7D82B5 are triadic colors.

2 #B5827D and #827DB5 with #7D82B5 are triadic colors.