HEX: #7D8ABE
RGB: (125,138,190)
#7D8ABE contains mainly green and blue colors. Web safe color of #7D8ABE is #6699CC (or #69C).
#7D8ABE color RGB value is (125,138,190).
RGB: (125,138,190)
(49%, 54%, 75%)
R 125 of 255 = 49%
G 138 of 255 = 54%
B 190 of 255 = 75%
R + G + B ~ 59%. #7D8ABE is middle color (not dark and not light).
R + G + B = 125 + 138 + 190 = 453 (100%)
R 125 of 453 ~ 27.59%
G 138 of 453 ~ 30.46%
B 190 of 453 ~ 41.94'%
#7D8ABE color CMYK value is (34,27,0,25).
CMYK: (34,27,0,25) C34M27Y0K25 (34%,27%,0%,25%) (0.34/0.27/0.00/0.25)
Color #7D8ABE in popluar color models
7D | 8A | BE | |
---|---|---|---|
RGB | 125 | 138 | 190 |
HSL | 228° | 33.33% | 61.76% |
HSB/HSV | 228° | 34.21% | 74.51% |
CMYK | 34.21% | 27.37% | 0.00% |
25.49% |
Color #7D8ABE in popluar number systems.
HEX | 7D | 8A | BE |
Decimal | 125 | 138 | 190 |
Binary | 1111101 | 10001010 | 10111110 |
Octal | 175 | 212 | 276 |
Shades of #7D8ABE
Tints of #7D8ABE
Examples of css and html codes for elements with #7D8ABE color. Also use rgb(125,138,190) instead hex code.
.myTextColor { color: #7D8ABE; }
<p style="color:#7D8ABE">This sample text font color is #7D8ABE.</p>
This text font color is #7D8ABE.
.myBgColor { background-color: #7D8ABE; }
<div style="background-color:#7D8ABE">Inner text</div>
This div background color is #7D8ABE.
.myBorderColor { border: 1px solid #7D8ABE; }
<div style="border:3px solid #7D8ABE">Div</div>
This div border color is #7D8ABE.
.myOpacity80 { color: #7D8ABE; opacity: 0.8; }
<p style="color:#7D8ABE;opacity:0.8;">80%</p>
Text with #7D8ABE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D8ABE;}
<p style="text-shadow: 3px 3px 1px #7D8ABE">Text here.</p>
This text has shadow with #7D8ABE color.
.textShadow {text-shadow: 3px 3px 1px #7D8ABE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D8ABE, 5px 5px 20px red">Text here.</p>
This text has shadow with #7D8ABE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D8ABE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D8ABE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D8ABE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D8ABE;
-webkit-box-shadow: 1px 1px 3px 2px #7D8ABE;
box-shadow: 1px 1px 3px 2px #7D8ABE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D8ABE; -webkit-box-shadow: 1px 1px 3px 2px #7D8ABE; box-shadow:1px 1px 3px 2px #7D8ABE;">
Div content here
</div>
This text has color #7D8ABE on black background.
This text has color #7D8ABE on white background.
This text has black color on #7D8ABE background.
This text has white color on #7D8ABE background.
Complementary color for #hex is #827541.