COLOR #957EB4

HEX: #957EB4 RGB: (149,126,180)

Color info

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

RGB color model

#957EB4 color RGB value is (149,126,180).

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

RGB channels and saturation

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

149
126
180

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

Portions of RGB colors in percentages

R + G + B = 149 + 126 + 180 = 455 (100%)
R 149 of 455 ~ 32.75%
G 126 of 455 ~ 27.69%
B 180 of 455 ~ 39.56'%

%32.75
%27.69
%39.56

CMYK color model

#957EB4 color CMYK value is (17,30,0,29).

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

CMYK: (17,30,0,29)
C17M30Y0K29 (17%, 30%, 0%, 29%)
(0.17 / 0.30 / 0.00 / 0.29)

CMYK percentages

%17.22
%30
%0
%29.41

Codes

Color #957EB4 in popluar color models

95 7E B4
RGB 149 126 180
HSL 266° 26.47% 60.00%
HSB/HSV 266° 30.00% 70.59%
CMYK 17.22% 30.00% 0.00%
29.41%

Color #957EB4 in popluar number systems.

HEX 95 7E B4
Decimal 149 126 180
Binary 10010101 1111110 10110100
Octal 225 176 264

Shades and tints

Shades of #957EB4

#957EB4
(149,126,180)
#8873A4
(136,115,164)
#7B6894
(123,104,148)
#6E5D84
(110,93,132)
#615274
(97,82,116)
#544764
(84,71,100)
#473C54
(71,60,84)
#3A3144
(58,49,68)
#2D2634
(45,38,52)
#201B24
(32,27,36)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #957EB4

#957EB4
(149,126,180)
#9E89BA
(158,137,186)
#A794C0
(167,148,192)
#B09FC6
(176,159,198)
#B9AACC
(185,170,204)
#C2B5D2
(194,181,210)
#CBC0D8
(203,192,216)
#D4CBDE
(212,203,222)
#DDD6E4
(221,214,228)
#E6E1EA
(230,225,234)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957EB4; }

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

This text font color is #957EB4.

Background Color

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

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

This div background color is #957EB4.

Border color

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

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

This div border color is #957EB4.

Opacity

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

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

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

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

This text has shadow with #957EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957EB4.

Preview

Color preview on black background

This text has color #957EB4 on black background.


Color preview on white background

This text has color #957EB4 on white background.


Black color preview on #957EB4 background

This text has black color on #957EB4 background.


White color preview on #957EB4 background

This text has white color on #957EB4 background.


Related colors

Complementary color

Complementary color for #hex is #6A814B.


I love getcolorcode.com

Triadic colors

1 #B4957E and #7EB495 with #957EB4 are triadic colors.

2 #B47E95 and #7E95B4 with #957EB4 are triadic colors.