COLOR #939DC7

HEX: #939DC7 RGB: (147,157,199)

Color info

#939DC7 contains red, green and blue colors in about the same proportion. Web safe color of #939DC7 is #9999CC (or #99C).

RGB color model

#939DC7 color RGB value is (147,157,199).

RGB: (147,157,199) (58%, 62%, 78%)

RGB channels and saturation

R 147 of 255 = 58%
G 157 of 255 = 62%
B 199 of 255 = 78%

147
157
199

R + G + B ~ 66%. #939DC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 157 + 199 = 503 (100%)
R 147 of 503 ~ 29.22%
G 157 of 503 ~ 31.21%
B 199 of 503 ~ 39.56'%

%29.22
%31.21
%39.56

CMYK color model

#939DC7 color CMYK value is (26,21,0,22).

  • cyan value is 26.13%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (26,21,0,22) C26M21Y0K22 (26%,21%,0%,22%) (0.26/0.21/0.00/0.22) 

CMYK percentages

%26.13
%21.11
%0
%21.96

Codes

Color #939DC7 in popluar color models

93 9D C7
RGB 147 157 199
HSL 228° 31.71% 67.84%
HSB/HSV 228° 26.13% 78.04%
CMYK 26.13% 21.11% 0.00%
21.96%

Color #939DC7 in popluar number systems.

HEX 93 9D C7
Decimal 147 157 199
Binary 10010011 10011101 11000111
Octal 223 235 307

Shades and tints

Shades of #939DC7

#939DC7
(147,157,199)
#868FB5
(134,143,181)
#7981A3
(121,129,163)
#6C7391
(108,115,145)
#5F657F
(95,101,127)
#52576D
(82,87,109)
#45495B
(69,73,91)
#383B49
(56,59,73)
#2B2D37
(43,45,55)
#1E1F25
(30,31,37)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #939DC7

#939DC7
(147,157,199)
#9CA5CC
(156,165,204)
#A5ADD1
(165,173,209)
#AEB5D6
(174,181,214)
#B7BDDB
(183,189,219)
#C0C5E0
(192,197,224)
#C9CDE5
(201,205,229)
#D2D5EA
(210,213,234)
#DBDDEF
(219,221,239)
#E4E5F4
(228,229,244)
#EDEDF9
(237,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #939DC7 color. Also use rgb(147,157,199) instead hex code.

Text Font Color

.myTextColor { color: #939DC7; }

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

This text font color is #939DC7.

Background Color

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

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

This div background color is #939DC7.

Border color

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

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

This div border color is #939DC7.

Opacity

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

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

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

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

This text has shadow with #939DC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #939DC7.

Preview

Color preview on black background

This text has color #939DC7 on black background.


Color preview on white background

This text has color #939DC7 on white background.


Black color preview on #939DC7 background

This text has black color on #939DC7 background.


White color preview on #939DC7 background

This text has white color on #939DC7 background.


Related colors

Complementary color

Complementary color for #hex is #6C6238.


I love getcolorcode.com

Triadic colors

1 #C7939D and #9DC793 with #939DC7 are triadic colors.

2 #C79D93 and #9D93C7 with #939DC7 are triadic colors.