COLOR #7D7EBC

HEX: #7D7EBC RGB: (125,126,188)

Color info

#7D7EBC contains mainly blue color. Web safe color of #7D7EBC is #6666CC (or #66C).

RGB color model

#7D7EBC color RGB value is (125,126,188).

RGB: (125,126,188) (49%, 49%, 74%)

RGB channels and saturation

R 125 of 255 = 49%
G 126 of 255 = 49%
B 188 of 255 = 74%

125
126
188

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

Portions of RGB colors in percentages

R + G + B = 125 + 126 + 188 = 439 (100%)
R 125 of 439 ~ 28.47%
G 126 of 439 ~ 28.7%
B 188 of 439 ~ 42.82'%

%28.47
%28.7
%42.82

CMYK color model

#7D7EBC color CMYK value is (34,33,0,26).

  • cyan value is 33.51%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (34,33,0,26) C34M33Y0K26 (34%,33%,0%,26%) (0.34/0.33/0.00/0.26) 

CMYK percentages

%33.51
%32.98
%0
%26.27

Codes

Color #7D7EBC in popluar color models

7D 7E BC
RGB 125 126 188
HSL 239° 31.98% 61.37%
HSB/HSV 239° 33.51% 73.73%
CMYK 33.51% 32.98% 0.00%
26.27%

Color #7D7EBC in popluar number systems.

HEX 7D 7E BC
Decimal 125 126 188
Binary 1111101 1111110 10111100
Octal 175 176 274

Shades and tints

Shades of #7D7EBC

#7D7EBC
(125,126,188)
#7273AB
(114,115,171)
#67689A
(103,104,154)
#5C5D89
(92,93,137)
#515278
(81,82,120)
#464767
(70,71,103)
#3B3C56
(59,60,86)
#303145
(48,49,69)
#252634
(37,38,52)
#1A1B23
(26,27,35)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #7D7EBC

#7D7EBC
(125,126,188)
#8889C2
(136,137,194)
#9394C8
(147,148,200)
#9E9FCE
(158,159,206)
#A9AAD4
(169,170,212)
#B4B5DA
(180,181,218)
#BFC0E0
(191,192,224)
#CACBE6
(202,203,230)
#D5D6EC
(213,214,236)
#E0E1F2
(224,225,242)
#EBECF8
(235,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7EBC; }

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

This text font color is #7D7EBC.

Background Color

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

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

This div background color is #7D7EBC.

Border color

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

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

This div border color is #7D7EBC.

Opacity

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

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

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

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

This text has shadow with #7D7EBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7EBC.

Preview

Color preview on black background

This text has color #7D7EBC on black background.


Color preview on white background

This text has color #7D7EBC on white background.


Black color preview on #7D7EBC background

This text has black color on #7D7EBC background.


White color preview on #7D7EBC background

This text has white color on #7D7EBC background.


Related colors

Complementary color

Complementary color for #hex is #828143.


I love getcolorcode.com

Triadic colors

1 #BC7D7E and #7EBC7D with #7D7EBC are triadic colors.

2 #BC7E7D and #7E7DBC with #7D7EBC are triadic colors.