COLOR #959EDB

HEX: #959EDB RGB: (149,158,219)

Color info

#959EDB contains mainly blue color. Web safe color of #959EDB is #9999CC (or #99C).

RGB color model

#959EDB color RGB value is (149,158,219).

RGB: (149,158,219) (58%, 62%, 86%)

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 219 of 255 = 86%

149
158
219

R + G + B ~ 69%. #959EDB is quite light color.

Portions of RGB colors in percentages

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'%

%28.33
%30.04
%41.63

CMYK color model

#959EDB color CMYK value is (32,28,0,14).

  • cyan value is 31.96%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (32,28,0,14) C32M28Y0K14 (32%,28%,0%,14%) (0.32/0.28/0.00/0.14) 

CMYK percentages

%31.96
%27.85
%0
%14.12

Codes

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 and tints

Shades of #959EDB

#959EDB
(149,158,219)
#8890C8
(136,144,200)
#7B82B5
(123,130,181)
#6E74A2
(110,116,162)
#61668F
(97,102,143)
#54587C
(84,88,124)
#474A69
(71,74,105)
#3A3C56
(58,60,86)
#2D2E43
(45,46,67)
#202030
(32,32,48)
#13121D
(19,18,29)
#000000
(0,0,0)

Tints of #959EDB

#959EDB
(149,158,219)
#9EA6DE
(158,166,222)
#A7AEE1
(167,174,225)
#B0B6E4
(176,182,228)
#B9BEE7
(185,190,231)
#C2C6EA
(194,198,234)
#CBCEED
(203,206,237)
#D4D6F0
(212,214,240)
#DDDEF3
(221,222,243)
#E6E6F6
(230,230,246)
#EFEEF9
(239,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959EDB color. Also use rgb(149,158,219) instead hex code.

Text Font Color

.myTextColor { color: #959EDB; }

<p style="color:#959EDB">This sample text font color is #959EDB.</p>

This text font color is #959EDB.

Background Color

.myBgColor { background-color: #959EDB; }

<div style="background-color:#959EDB">Inner text</div>

This div background color is #959EDB.

Border color

.myBorderColor { border: 1px solid #959EDB; }

<div style="border:3px solid #959EDB">Div</div>

This div border color is #959EDB.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #959EDB.

Preview

Color preview on black background

This text has color #959EDB on black background.


Color preview on white background

This text has color #959EDB on white background.


Black color preview on #959EDB background

This text has black color on #959EDB background.


White color preview on #959EDB background

This text has white color on #959EDB background.


Related colors

Complementary color

Complementary color for #hex is #6A6124.


I love getcolorcode.com

Triadic colors

1 #DB959E and #9EDB95 with #959EDB are triadic colors.

2 #DB9E95 and #9E95DB with #959EDB are triadic colors.