COLOR #7E82B5

HEX: #7E82B5 RGB: (126,130,181)

Color info

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

RGB color model

#7E82B5 color RGB value is (126,130,181).

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

RGB channels and saturation

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

126
130
181

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

Portions of RGB colors in percentages

R + G + B = 126 + 130 + 181 = 437 (100%)
R 126 of 437 ~ 28.83%
G 130 of 437 ~ 29.75%
B 181 of 437 ~ 41.42'%

%28.83
%29.75
%41.42

CMYK color model

#7E82B5 color CMYK value is (30,28,0,29).

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

CMYK: (30,28,0,29)
C30M28Y0K29 (30%, 28%, 0%, 29%)
(0.30 / 0.28 / 0.00 / 0.29)

CMYK percentages

%30.39
%28.18
%0
%29.02

Codes

Color #7E82B5 in popluar color models

7E 82 B5
RGB 126 130 181
HSL 236° 27.09% 60.20%
HSB/HSV 236° 30.39% 70.98%
CMYK 30.39% 28.18% 0.00%
29.02%

Color #7E82B5 in popluar number systems.

HEX 7E 82 B5
Decimal 126 130 181
Binary 1111110 10000010 10110101
Octal 176 202 265

Shades and tints

Shades of #7E82B5

#7E82B5
(126,130,181)
#7377A5
(115,119,165)
#686C95
(104,108,149)
#5D6185
(93,97,133)
#525675
(82,86,117)
#474B65
(71,75,101)
#3C4055
(60,64,85)
#313545
(49,53,69)
#262A35
(38,42,53)
#1B1F25
(27,31,37)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7E82B5

#7E82B5
(126,130,181)
#898DBB
(137,141,187)
#9498C1
(148,152,193)
#9FA3C7
(159,163,199)
#AAAECD
(170,174,205)
#B5B9D3
(181,185,211)
#C0C4D9
(192,196,217)
#CBCFDF
(203,207,223)
#D6DAE5
(214,218,229)
#E1E5EB
(225,229,235)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E82B5; }

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

This text font color is #7E82B5.

Background Color

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

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

This div background color is #7E82B5.

Border color

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

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

This div border color is #7E82B5.

Opacity

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

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

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

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

This text has shadow with #7E82B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E82B5.

Preview

Color preview on black background

This text has color #7E82B5 on black background.


Color preview on white background

This text has color #7E82B5 on white background.


Black color preview on #7E82B5 background

This text has black color on #7E82B5 background.


White color preview on #7E82B5 background

This text has white color on #7E82B5 background.


Related colors

Complementary color

Complementary color for #hex is #817D4A.


I love getcolorcode.com

Triadic colors

1 #B57E82 and #82B57E with #7E82B5 are triadic colors.

2 #B5827E and #827EB5 with #7E82B5 are triadic colors.