HEX: #7D8CCC
RGB: (125,140,204)
#7D8CCC contains mainly blue color. Web safe color of #7D8CCC is #6699CC (or #69C).
#7D8CCC color RGB value is (125,140,204).
RGB: (125,140,204)
(49%, 55%, 80%)
R 125 of 255 = 49%
G 140 of 255 = 55%
B 204 of 255 = 80%
R + G + B ~ 61%. #7D8CCC is quite light color.
R + G + B = 125 + 140 + 204 = 469 (100%)
R 125 of 469 ~ 26.65%
G 140 of 469 ~ 29.85%
B 204 of 469 ~ 43.5'%
#7D8CCC color CMYK value is (39,31,0,20).
CMYK: (39,31,0,20)
C39M31Y0K20 (39%, 31%, 0%, 20%)
(0.39 / 0.31 / 0.00 / 0.20)
Color #7D8CCC in popluar color models
7D | 8C | CC | |
---|---|---|---|
RGB | 125 | 140 | 204 |
HSL | 229° | 43.65% | 64.51% |
HSB/HSV | 229° | 38.73% | 80.00% |
CMYK | 38.73% | 31.37% | 0.00% |
20.00% |
Color #7D8CCC in popluar number systems.
HEX | 7D | 8C | CC |
Decimal | 125 | 140 | 204 |
Binary | 1111101 | 10001100 | 11001100 |
Octal | 175 | 214 | 314 |
Shades of #7D8CCC
Tints of #7D8CCC
Examples of css and html codes for elements with #7D8CCC color. Also use rgb(125,140,204) instead hex code.
.myTextColor { color: #7D8CCC; }
<p style="color:#7D8CCC">This sample text font color is #7D8CCC.</p>
This text font color is #7D8CCC.
.myBgColor { background-color: #7D8CCC; }
<div style="background-color:#7D8CCC">Inner text</div>
This div background color is #7D8CCC.
.myBorderColor { border: 1px solid #7D8CCC; }
<div style="border:3px solid #7D8CCC">Div</div>
This div border color is #7D8CCC.
.myOpacity80 { color: #7D8CCC; opacity: 0.8; }
<p style="color:#7D8CCC;opacity:0.8;">80%</p>
Text with #7D8CCC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D8CCC;}
<p style="text-shadow: 3px 3px 1px #7D8CCC">Text here.</p>
This text has shadow with #7D8CCC color.
.textShadow {text-shadow: 3px 3px 1px #7D8CCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D8CCC, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D8CCC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D8CCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D8CCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D8CCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D8CCC;
-webkit-box-shadow: 1px 1px 3px 2px #7D8CCC;
box-shadow: 1px 1px 3px 2px #7D8CCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D8CCC; -webkit-box-shadow: 1px 1px 3px 2px #7D8CCC; box-shadow:1px 1px 3px 2px #7D8CCC;">
Div content here
</div>
This text has color #7D8CCC on black background.
This text has color #7D8CCC on white background.
This text has black color on #7D8CCC background.
This text has white color on #7D8CCC background.
Complementary color for #hex is #827333.