HEX: #959EDB
RGB: (149,158,219)
#959EDB contains mainly blue color. Web safe color of #959EDB is #9999CC (or #99C).
#959EDB color RGB value is (149,158,219).
RGB: (149,158,219)
(58%, 62%, 86%)
R 149 of 255 = 58%
G 158 of 255 = 62%
B 219 of 255 = 86%
R + G + B ~ 69%. #959EDB is quite light color.
R + G + B = 149 + 158 + 219 = 526 (100%)
R 149 of 526 ~ 28.33%
G 158 of 526 ~ 30.04%
B 219 of 526 ~ 41.63'%
#959EDB color CMYK value is (32,28,0,14).
CMYK: (32,28,0,14) C32M28Y0K14 (32%,28%,0%,14%) (0.32/0.28/0.00/0.14)
Color #959EDB in popluar color models
95 | 9E | DB | |
---|---|---|---|
RGB | 149 | 158 | 219 |
HSL | 232° | 49.30% | 72.16% |
HSB/HSV | 232° | 31.96% | 85.88% |
CMYK | 31.96% | 27.85% | 0.00% |
14.12% |
Color #959EDB in popluar number systems.
HEX | 95 | 9E | DB |
Decimal | 149 | 158 | 219 |
Binary | 10010101 | 10011110 | 11011011 |
Octal | 225 | 236 | 333 |
Shades of #959EDB
Tints of #959EDB
Examples of css and html codes for elements with #959EDB color. Also use rgb(149,158,219) instead hex code.
.myTextColor { color: #959EDB; }
<p style="color:#959EDB">This sample text font color is #959EDB.</p>
This text font color is #959EDB.
.myBgColor { background-color: #959EDB; }
<div style="background-color:#959EDB">Inner text</div>
This div background color is #959EDB.
.myBorderColor { border: 1px solid #959EDB; }
<div style="border:3px solid #959EDB">Div</div>
This div border color is #959EDB.
.myOpacity80 { color: #959EDB; opacity: 0.8; }
<p style="color:#959EDB;opacity:0.8;">80%</p>
Text with #959EDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #959EDB;}
<p style="text-shadow: 3px 3px 1px #959EDB">Text here.</p>
This text has shadow with #959EDB color.
.textShadow {text-shadow: 3px 3px 1px #959EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #959EDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #959EDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#959EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#959EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #959EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #959EDB;
-webkit-box-shadow: 1px 1px 3px 2px #959EDB;
box-shadow: 1px 1px 3px 2px #959EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #959EDB; -webkit-box-shadow: 1px 1px 3px 2px #959EDB; box-shadow:1px 1px 3px 2px #959EDB;">
Div content here
</div>
This text has color #959EDB on black background.
This text has color #959EDB on white background.
This text has black color on #959EDB background.
This text has white color on #959EDB background.
Complementary color for #hex is #6A6124.