COLOR #939EDB

HEX: #939EDB
RGB: (147,158,219)

Color info

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

RGB color model

#939EDB color RGB value is (147,158,219).

  • red value is 147;
  • green value is 158;
  • blue value is 219.
RGB:
(147,158,219)
(58%,62%,86%)

RGB channels and saturation

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

147
158
219

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

Portions of RGB colors in percentages

R + G + B =
147 + 158 + 219 = 524 (100%)
R 147 of 524 ~ 28.05%
G 158 of 524 ~ 30.15%
B 219 of 524 ~ 41.79%

%28.05
%30.15
%41.79

CMYK color model

#939EDB color CMYK value is (33,28,0,14).

  • cyan value is 32.88%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(33,28,0,14)
C33M28Y0K14 
(33%,28%,0%,14%)
(0.33/0.28/0.00/0.14)	

CMYK percentages

%32.88
%27.85
%0
%14.12

Codes

Color #939EDB in popluar color models

939EDB
RGB147158219
HSL231°50.00%71.76%
HSB/HSV231°32.88%85.88%
CMYK32.88%27.85%0.00%
14.12%

Color #939EDB in popluar number systems.

HEX939EDB
Decimal147158219
Binary100100111001111011011011
Octal223236333

Shades and tints

Shades of #939EDB

#939EDB
(147,158,219)
#8690C8
(134,144,200)
#7982B5
(121,130,181)
#6C74A2
(108,116,162)
#5F668F
(95,102,143)
#52587C
(82,88,124)
#454A69
(69,74,105)
#383C56
(56,60,86)
#2B2E43
(43,46,67)
#1E2030
(30,32,48)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #939EDB

#939EDB
(147,158,219)
#9CA6DE
(156,166,222)
#A5AEE1
(165,174,225)
#AEB6E4
(174,182,228)
#B7BEE7
(183,190,231)
#C0C6EA
(192,198,234)
#C9CEED
(201,206,237)
#D2D6F0
(210,214,240)
#DBDEF3
(219,222,243)
#E4E6F6
(228,230,246)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #939EDB; }

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

This text font color is #939EDB.


Background Color

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

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

This div background color is #939EDB.


Border color

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

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

This div border color is #939EDB.


Opacity

.myOpacity80 { color: #939EDB; opacity: 0.8; }

<p style="color:#939EDB;opacity:0.8;">80%</p>

Text with #939EDB 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 #939EDB;}

<p style="text-shadow: 3px 3px 1px #939EDB">Text here.</p>

This text has shadow with #939EDB color.

.textShadow {text-shadow: 3px 3px 1px #939EDB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #939EDB, 5px 5px 20px red">Text here.</p>

This text has shadow with #939EDB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#939EDB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#939EDB, Direction=45, Strength=4)">Text</p>

This text has shadow with #939EDB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #939EDB;
  -webkit-box-shadow:	1px 1px 3px 2px #939EDB;
  box-shadow:		1px 1px 3px 2px #939EDB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #939EDB;
-webkit-box-shadow: 1px 1px 3px 2px #939EDB;
box-shadow:1px 1px 3px 2px #939EDB;">
Div content here</div>
This div box has shadow with color #939EDB.

Preview

Color preview on black background

This text has color #939EDB on black background.


Color preview on white background

This text has color #939EDB on white background.



Black color preview on #939EDB background

This text has black color on #939EDB background.


White color preview on #939EDB background

This text has white color on #939EDB background.