HEX: #738BAD
RGB: (115,139,173)
#738BAD contains red, green and blue colors in about the same proportion. Web safe color of #738BAD is #669999 (or #699).
#738BAD color RGB value is (115,139,173).
RGB: (115,139,173)
(45%, 55%, 68%)
R 115 of 255 = 45%
G 139 of 255 = 55%
B 173 of 255 = 68%
R + G + B ~ 56%. #738BAD is middle color (not dark and not light).
R + G + B = 115 + 139 + 173 = 427 (100%)
R 115 of 427 ~ 26.93%
G 139 of 427 ~ 32.55%
B 173 of 427 ~ 40.52'%
#738BAD color CMYK value is (34,20,0,32).
CMYK: (34,20,0,32) C34M20Y0K32 (34%,20%,0%,32%) (0.34/0.20/0.00/0.32)
Color #738BAD in popluar color models
73 | 8B | AD | |
---|---|---|---|
RGB | 115 | 139 | 173 |
HSL | 215° | 26.13% | 56.47% |
HSB/HSV | 215° | 33.53% | 67.84% |
CMYK | 33.53% | 19.65% | 0.00% |
32.16% |
Color #738BAD in popluar number systems.
HEX | 73 | 8B | AD |
Decimal | 115 | 139 | 173 |
Binary | 1110011 | 10001011 | 10101101 |
Octal | 163 | 213 | 255 |
Shades of #738BAD
Tints of #738BAD
Examples of css and html codes for elements with #738BAD color. Also use rgb(115,139,173) instead hex code.
.myTextColor { color: #738BAD; }
<p style="color:#738BAD">This sample text font color is #738BAD.</p>
This text font color is #738BAD.
.myBgColor { background-color: #738BAD; }
<div style="background-color:#738BAD">Inner text</div>
This div background color is #738BAD.
.myBorderColor { border: 1px solid #738BAD; }
<div style="border:3px solid #738BAD">Div</div>
This div border color is #738BAD.
.myOpacity80 { color: #738BAD; opacity: 0.8; }
<p style="color:#738BAD;opacity:0.8;">80%</p>
Text with #738BAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #738BAD;}
<p style="text-shadow: 3px 3px 1px #738BAD">Text here.</p>
This text has shadow with #738BAD color.
.textShadow {text-shadow: 3px 3px 1px #738BAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #738BAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #738BAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#738BAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#738BAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #738BAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #738BAD;
-webkit-box-shadow: 1px 1px 3px 2px #738BAD;
box-shadow: 1px 1px 3px 2px #738BAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #738BAD; -webkit-box-shadow: 1px 1px 3px 2px #738BAD; box-shadow:1px 1px 3px 2px #738BAD;">
Div content here
</div>
This text has color #738BAD on black background.
This text has color #738BAD on white background.
This text has black color on #738BAD background.
This text has white color on #738BAD background.
Complementary color for #hex is #8C7452.