HEX: #957CBA
RGB: (149,124,186)
#957CBA contains mainly red and blue colors. Web safe color of #957CBA is #9966CC (or #96C).
#957CBA color RGB value is (149,124,186).
RGB: (149,124,186)
(58%, 49%, 73%)
R 149 of 255 = 58%
G 124 of 255 = 49%
B 186 of 255 = 73%
R + G + B ~ 60%. #957CBA is middle color (not dark and not light).
R + G + B = 149 + 124 + 186 = 459 (100%)
R 149 of 459 ~ 32.46%
G 124 of 459 ~ 27.02%
B 186 of 459 ~ 40.52'%
#957CBA color CMYK value is (20,33,0,27).
CMYK: (20,33,0,27) C20M33Y0K27 (20%,33%,0%,27%) (0.20/0.33/0.00/0.27)
Color #957CBA in popluar color models
95 | 7C | BA | |
---|---|---|---|
RGB | 149 | 124 | 186 |
HSL | 264° | 31.00% | 60.78% |
HSB/HSV | 264° | 33.33% | 72.94% |
CMYK | 19.89% | 33.33% | 0.00% |
27.06% |
Color #957CBA in popluar number systems.
HEX | 95 | 7C | BA |
Decimal | 149 | 124 | 186 |
Binary | 10010101 | 1111100 | 10111010 |
Octal | 225 | 174 | 272 |
Shades of #957CBA
Tints of #957CBA
Examples of css and html codes for elements with #957CBA color. Also use rgb(149,124,186) instead hex code.
.myTextColor { color: #957CBA; }
<p style="color:#957CBA">This sample text font color is #957CBA.</p>
This text font color is #957CBA.
.myBgColor { background-color: #957CBA; }
<div style="background-color:#957CBA">Inner text</div>
This div background color is #957CBA.
.myBorderColor { border: 1px solid #957CBA; }
<div style="border:3px solid #957CBA">Div</div>
This div border color is #957CBA.
.myOpacity80 { color: #957CBA; opacity: 0.8; }
<p style="color:#957CBA;opacity:0.8;">80%</p>
Text with #957CBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957CBA;}
<p style="text-shadow: 3px 3px 1px #957CBA">Text here.</p>
This text has shadow with #957CBA color.
.textShadow {text-shadow: 3px 3px 1px #957CBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957CBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #957CBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957CBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957CBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #957CBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #957CBA;
-webkit-box-shadow: 1px 1px 3px 2px #957CBA;
box-shadow: 1px 1px 3px 2px #957CBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957CBA; -webkit-box-shadow: 1px 1px 3px 2px #957CBA; box-shadow:1px 1px 3px 2px #957CBA;">
Div content here
</div>
This text has color #957CBA on black background.
This text has color #957CBA on white background.
This text has black color on #957CBA background.
This text has white color on #957CBA background.
Complementary color for #hex is #6A8345.