HEX: #957EA5
RGB: (149,126,165)
#957EA5 contains red, green and blue colors in about the same proportion. Web safe color of #957EA5 is #996699 (or #969).
#957EA5 color RGB value is (149,126,165).
RGB: (149,126,165)
(58%, 49%, 65%)
R 149 of 255 = 58%
G 126 of 255 = 49%
B 165 of 255 = 65%
R + G + B ~ 57%. #957EA5 is middle color (not dark and not light).
R + G + B = 149 + 126 + 165 = 440 (100%)
R 149 of 440 ~ 33.86%
G 126 of 440 ~ 28.64%
B 165 of 440 ~ 37.5'%
#957EA5 color CMYK value is (10,24,0,35).
CMYK: (10,24,0,35)
C10M24Y0K35 (10%, 24%, 0%, 35%)
(0.10 / 0.24 / 0.00 / 0.35)
Color #957EA5 in popluar color models
95 | 7E | A5 | |
---|---|---|---|
RGB | 149 | 126 | 165 |
HSL | 275° | 17.81% | 57.06% |
HSB/HSV | 275° | 23.64% | 64.71% |
CMYK | 9.70% | 23.64% | 0.00% |
35.29% |
Color #957EA5 in popluar number systems.
HEX | 95 | 7E | A5 |
Decimal | 149 | 126 | 165 |
Binary | 10010101 | 1111110 | 10100101 |
Octal | 225 | 176 | 245 |
Shades of #957EA5
Tints of #957EA5
Examples of css and html codes for elements with #957EA5 color. Also use rgb(149,126,165) instead hex code.
.myTextColor { color: #957EA5; }
<p style="color:#957EA5">This sample text font color is #957EA5.</p>
This text font color is #957EA5.
.myBgColor { background-color: #957EA5; }
<div style="background-color:#957EA5">Inner text</div>
This div background color is #957EA5.
.myBorderColor { border: 1px solid #957EA5; }
<div style="border:3px solid #957EA5">Div</div>
This div border color is #957EA5.
.myOpacity80 { color: #957EA5; opacity: 0.8; }
<p style="color:#957EA5;opacity:0.8;">80%</p>
Text with #957EA5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957EA5;}
<p style="text-shadow: 3px 3px 1px #957EA5">Text here.</p>
This text has shadow with #957EA5 color.
.textShadow {text-shadow: 3px 3px 1px #957EA5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957EA5, 5px 5px 20px red">Text here.</p>
This text has shadow with #957EA5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957EA5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957EA5, Direction=45, Strength=4)">Text</p>
This text has shadow with #957EA5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #957EA5;
-webkit-box-shadow: 1px 1px 3px 2px #957EA5;
box-shadow: 1px 1px 3px 2px #957EA5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957EA5; -webkit-box-shadow: 1px 1px 3px 2px #957EA5; box-shadow:1px 1px 3px 2px #957EA5;">
Div content here
</div>
This text has color #957EA5 on black background.
This text has color #957EA5 on white background.
This text has black color on #957EA5 background.
This text has white color on #957EA5 background.
Complementary color for #hex is #6A815A.