HEX: #958DDB
RGB: (149,141,219)
#958DDB contains mainly blue color. Web safe color of #958DDB is #9999CC (or #99C).
#958DDB color RGB value is (149,141,219).
RGB: (149,141,219)
(58%, 55%, 86%)
R 149 of 255 = 58%
G 141 of 255 = 55%
B 219 of 255 = 86%
R + G + B ~ 66%. #958DDB is quite light color.
R + G + B = 149 + 141 + 219 = 509 (100%)
R 149 of 509 ~ 29.27%
G 141 of 509 ~ 27.7%
B 219 of 509 ~ 43.03'%
#958DDB color CMYK value is (32,36,0,14).
CMYK: (32,36,0,14)
C32M36Y0K14 (32%, 36%, 0%, 14%)
(0.32 / 0.36 / 0.00 / 0.14)
Color #958DDB in popluar color models
95 | 8D | DB | |
---|---|---|---|
RGB | 149 | 141 | 219 |
HSL | 246° | 52.00% | 70.59% |
HSB/HSV | 246° | 35.62% | 85.88% |
CMYK | 31.96% | 35.62% | 0.00% |
14.12% |
Color #958DDB in popluar number systems.
HEX | 95 | 8D | DB |
Decimal | 149 | 141 | 219 |
Binary | 10010101 | 10001101 | 11011011 |
Octal | 225 | 215 | 333 |
Shades of #958DDB
Tints of #958DDB
Examples of css and html codes for elements with #958DDB color. Also use rgb(149,141,219) instead hex code.
.myTextColor { color: #958DDB; }
<p style="color:#958DDB">This sample text font color is #958DDB.</p>
This text font color is #958DDB.
.myBgColor { background-color: #958DDB; }
<div style="background-color:#958DDB">Inner text</div>
This div background color is #958DDB.
.myBorderColor { border: 1px solid #958DDB; }
<div style="border:3px solid #958DDB">Div</div>
This div border color is #958DDB.
.myOpacity80 { color: #958DDB; opacity: 0.8; }
<p style="color:#958DDB;opacity:0.8;">80%</p>
Text with #958DDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #958DDB;}
<p style="text-shadow: 3px 3px 1px #958DDB">Text here.</p>
This text has shadow with #958DDB color.
.textShadow {text-shadow: 3px 3px 1px #958DDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #958DDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #958DDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958DDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#958DDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #958DDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #958DDB;
-webkit-box-shadow: 1px 1px 3px 2px #958DDB;
box-shadow: 1px 1px 3px 2px #958DDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958DDB; -webkit-box-shadow: 1px 1px 3px 2px #958DDB; box-shadow:1px 1px 3px 2px #958DDB;">
Div content here
</div>
This text has color #958DDB on black background.
This text has color #958DDB on white background.
This text has black color on #958DDB background.
This text has white color on #958DDB background.
Complementary color for #hex is #6A7224.