COLOR #7D7EB5

HEX: #7D7EB5 RGB: (125,126,181)

Color info

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

RGB color model

#7D7EB5 color RGB value is (125,126,181).

RGB: (125,126,181) (49%, 49%, 71%)

RGB channels and saturation

R 125 of 255 = 49%
G 126 of 255 = 49%
B 181 of 255 = 71%

125
126
181

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

Portions of RGB colors in percentages

R + G + B = 125 + 126 + 181 = 432 (100%)
R 125 of 432 ~ 28.94%
G 126 of 432 ~ 29.17%
B 181 of 432 ~ 41.9'%

%28.94
%29.17
%41.9

CMYK color model

#7D7EB5 color CMYK value is (31,30,0,29).

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

CMYK: (31,30,0,29)
C31M30Y0K29 (31%, 30%, 0%, 29%)
(0.31 / 0.30 / 0.00 / 0.29)

CMYK percentages

%30.94
%30.39
%0
%29.02

Codes

Color #7D7EB5 in popluar color models

7D 7E B5
RGB 125 126 181
HSL 239° 27.45% 60.00%
HSB/HSV 239° 30.94% 70.98%
CMYK 30.94% 30.39% 0.00%
29.02%

Color #7D7EB5 in popluar number systems.

HEX 7D 7E B5
Decimal 125 126 181
Binary 1111101 1111110 10110101
Octal 175 176 265

Shades and tints

Shades of #7D7EB5

#7D7EB5
(125,126,181)
#7273A5
(114,115,165)
#676895
(103,104,149)
#5C5D85
(92,93,133)
#515275
(81,82,117)
#464765
(70,71,101)
#3B3C55
(59,60,85)
#303145
(48,49,69)
#252635
(37,38,53)
#1A1B25
(26,27,37)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #7D7EB5

#7D7EB5
(125,126,181)
#8889BB
(136,137,187)
#9394C1
(147,148,193)
#9E9FC7
(158,159,199)
#A9AACD
(169,170,205)
#B4B5D3
(180,181,211)
#BFC0D9
(191,192,217)
#CACBDF
(202,203,223)
#D5D6E5
(213,214,229)
#E0E1EB
(224,225,235)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7EB5; }

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

This text font color is #7D7EB5.

Background Color

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

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

This div background color is #7D7EB5.

Border color

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

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

This div border color is #7D7EB5.

Opacity

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

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

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

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

This text has shadow with #7D7EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7EB5.

Preview

Color preview on black background

This text has color #7D7EB5 on black background.


Color preview on white background

This text has color #7D7EB5 on white background.


Black color preview on #7D7EB5 background

This text has black color on #7D7EB5 background.


White color preview on #7D7EB5 background

This text has white color on #7D7EB5 background.


Related colors

Complementary color

Complementary color for #hex is #82814A.


I love getcolorcode.com

Triadic colors

1 #B57D7E and #7EB57D with #7D7EB5 are triadic colors.

2 #B57E7D and #7E7DB5 with #7D7EB5 are triadic colors.