COLOR #937EB4

HEX: #937EB4 RGB: (147,126,180)

Color info

#937EB4 contains red, green and blue colors in about the same proportion. Web safe color of #937EB4 is #9966CC (or #96C).

RGB color model

#937EB4 color RGB value is (147,126,180).

RGB: (147,126,180) (58%, 49%, 71%)

RGB channels and saturation

R 147 of 255 = 58%
G 126 of 255 = 49%
B 180 of 255 = 71%

147
126
180

R + G + B ~ 59%. #937EB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 126 + 180 = 453 (100%)
R 147 of 453 ~ 32.45%
G 126 of 453 ~ 27.81%
B 180 of 453 ~ 39.74'%

%32.45
%27.81
%39.74

CMYK color model

#937EB4 color CMYK value is (18,30,0,29).

  • cyan value is 18.33%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (18,30,0,29)
C18M30Y0K29 (18%, 30%, 0%, 29%)
(0.18 / 0.30 / 0.00 / 0.29)

CMYK percentages

%18.33
%30
%0
%29.41

Codes

Color #937EB4 in popluar color models

93 7E B4
RGB 147 126 180
HSL 263° 26.47% 60.00%
HSB/HSV 263° 30.00% 70.59%
CMYK 18.33% 30.00% 0.00%
29.41%

Color #937EB4 in popluar number systems.

HEX 93 7E B4
Decimal 147 126 180
Binary 10010011 1111110 10110100
Octal 223 176 264

Shades and tints

Shades of #937EB4

#937EB4
(147,126,180)
#8673A4
(134,115,164)
#796894
(121,104,148)
#6C5D84
(108,93,132)
#5F5274
(95,82,116)
#524764
(82,71,100)
#453C54
(69,60,84)
#383144
(56,49,68)
#2B2634
(43,38,52)
#1E1B24
(30,27,36)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #937EB4

#937EB4
(147,126,180)
#9C89BA
(156,137,186)
#A594C0
(165,148,192)
#AE9FC6
(174,159,198)
#B7AACC
(183,170,204)
#C0B5D2
(192,181,210)
#C9C0D8
(201,192,216)
#D2CBDE
(210,203,222)
#DBD6E4
(219,214,228)
#E4E1EA
(228,225,234)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #937EB4 color. Also use rgb(147,126,180) instead hex code.

Text Font Color

.myTextColor { color: #937EB4; }

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

This text font color is #937EB4.

Background Color

.myBgColor { background-color: #937EB4; }

<div style="background-color:#937EB4">Inner text</div>

This div background color is #937EB4.

Border color

.myBorderColor { border: 1px solid #937EB4; }

<div style="border:3px solid #937EB4">Div</div>

This div border color is #937EB4.

Opacity

.myOpacity80 { color: #937EB4; opacity: 0.8; }

<p style="color:#937EB4;opacity:0.8;">80%</p>

Text with #937EB4 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 #937EB4;}

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

This text has shadow with #937EB4 color.


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

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

This text has shadow with #937EB4 primary color and red secondary color.


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

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

This text has shadow with #937EB4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #937EB4.

Preview

Color preview on black background

This text has color #937EB4 on black background.


Color preview on white background

This text has color #937EB4 on white background.


Black color preview on #937EB4 background

This text has black color on #937EB4 background.


White color preview on #937EB4 background

This text has white color on #937EB4 background.


Related colors

Complementary color

Complementary color for #hex is #6C814B.


I love getcolorcode.com

Triadic colors

1 #B4937E and #7EB493 with #937EB4 are triadic colors.

2 #B47E93 and #7E93B4 with #937EB4 are triadic colors.