HEX: #85477D
RGB: (133,71,125)
#85477D contains mainly red and blue colors. Web safe color of #85477D is #993366 (or #936).
#85477D color RGB value is (133,71,125).
RGB: (133,71,125)
(52%, 28%, 49%)
R 133 of 255 = 52%
G 71 of 255 = 28%
B 125 of 255 = 49%
R + G + B ~ 43%. #85477D is middle color (not dark and not light).
R + G + B = 133 + 71 + 125 = 329 (100%)
R 133 of 329 ~ 40.43%
G 71 of 329 ~ 21.58%
B 125 of 329 ~ 37.99'%
#85477D color CMYK value is (0,47,6,48).
CMYK: (0,47,6,48)
C0M47Y6K48 (0%, 47%, 6%, 48%)
(0.00 / 0.47 / 0.06 / 0.48)
Color #85477D in popluar color models
85 | 47 | 7D | |
---|---|---|---|
RGB | 133 | 71 | 125 |
HSL | 308° | 30.39% | 40.00% |
HSB/HSV | 308° | 46.62% | 52.16% |
CMYK | 0.00% | 46.62% | 6.02% |
47.84% |
Color #85477D in popluar number systems.
HEX | 85 | 47 | 7D |
Decimal | 133 | 71 | 125 |
Binary | 10000101 | 1000111 | 1111101 |
Octal | 205 | 107 | 175 |
Shades of #85477D
Tints of #85477D
Examples of css and html codes for elements with #85477D color. Also use rgb(133,71,125) instead hex code.
.myTextColor { color: #85477D; }
<p style="color:#85477D">This sample text font color is #85477D.</p>
This text font color is #85477D.
.myBgColor { background-color: #85477D; }
<div style="background-color:#85477D">Inner text</div>
This div background color is #85477D.
.myBorderColor { border: 1px solid #85477D; }
<div style="border:3px solid #85477D">Div</div>
This div border color is #85477D.
.myOpacity80 { color: #85477D; opacity: 0.8; }
<p style="color:#85477D;opacity:0.8;">80%</p>
Text with #85477D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85477D;}
<p style="text-shadow: 3px 3px 1px #85477D">Text here.</p>
This text has shadow with #85477D color.
.textShadow {text-shadow: 3px 3px 1px #85477D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85477D, 5px 5px 20px red">Text here.</p>
This text has shadow with #85477D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85477D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85477D, Direction=45, Strength=4)">Text</p>
This text has shadow with #85477D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85477D;
-webkit-box-shadow: 1px 1px 3px 2px #85477D;
box-shadow: 1px 1px 3px 2px #85477D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85477D; -webkit-box-shadow: 1px 1px 3px 2px #85477D; box-shadow:1px 1px 3px 2px #85477D;">
Div content here
</div>
This text has color #85477D on black background.
This text has color #85477D on white background.
This text has black color on #85477D background.
This text has white color on #85477D background.
Complementary color for #hex is #7AB882.