HEX: #7D7EBC
RGB: (125,126,188)
#7D7EBC contains mainly blue color. Web safe color of #7D7EBC is #6666CC (or #66C).
#7D7EBC color RGB value is (125,126,188).
RGB: (125,126,188)
(49%, 49%, 74%)
R 125 of 255 = 49%
G 126 of 255 = 49%
B 188 of 255 = 74%
R + G + B ~ 57%. #7D7EBC is middle color (not dark and not light).
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'%
#7D7EBC color CMYK value is (34,33,0,26).
CMYK: (34,33,0,26) C34M33Y0K26 (34%,33%,0%,26%) (0.34/0.33/0.00/0.26)
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 of #7D7EBC
Tints of #7D7EBC
Examples of css and html codes for elements with #7D7EBC color. Also use rgb(125,126,188) instead hex code.
.myTextColor { color: #7D7EBC; }
<p style="color:#7D7EBC">This sample text font color is #7D7EBC.</p>
This text font color is #7D7EBC.
.myBgColor { background-color: #7D7EBC; }
<div style="background-color:#7D7EBC">Inner text</div>
This div background color is #7D7EBC.
.myBorderColor { border: 1px solid #7D7EBC; }
<div style="border:3px solid #7D7EBC">Div</div>
This div border color is #7D7EBC.
.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%.
.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.
/* 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 text has color #7D7EBC on black background.
This text has color #7D7EBC on white background.
This text has black color on #7D7EBC background.
This text has white color on #7D7EBC background.
Complementary color for #hex is #828143.