COLOR #957CBA

HEX: #957CBA RGB: (149,124,186)

Color info

#957CBA contains mainly red and blue colors. Web safe color of #957CBA is #9966CC (or #96C).

RGB color model

#957CBA color RGB value is (149,124,186).

RGB: (149,124,186) (58%, 49%, 73%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 186 of 255 = 73%

149
124
186

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

Portions of RGB colors in percentages

R + G + B = 149 + 124 + 186 = 459 (100%)
R 149 of 459 ~ 32.46%
G 124 of 459 ~ 27.02%
B 186 of 459 ~ 40.52'%

%32.46
%27.02
%40.52

CMYK color model

#957CBA color CMYK value is (20,33,0,27).

  • cyan value is 19.89%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (20,33,0,27) C20M33Y0K27 (20%,33%,0%,27%) (0.20/0.33/0.00/0.27) 

CMYK percentages

%19.89
%33.33
%0
%27.06

Codes

Color #957CBA in popluar color models

95 7C BA
RGB 149 124 186
HSL 264° 31.00% 60.78%
HSB/HSV 264° 33.33% 72.94%
CMYK 19.89% 33.33% 0.00%
27.06%

Color #957CBA in popluar number systems.

HEX 95 7C BA
Decimal 149 124 186
Binary 10010101 1111100 10111010
Octal 225 174 272

Shades and tints

Shades of #957CBA

#957CBA
(149,124,186)
#8871AA
(136,113,170)
#7B669A
(123,102,154)
#6E5B8A
(110,91,138)
#61507A
(97,80,122)
#54456A
(84,69,106)
#473A5A
(71,58,90)
#3A2F4A
(58,47,74)
#2D243A
(45,36,58)
#20192A
(32,25,42)
#130E1A
(19,14,26)
#000000
(0,0,0)

Tints of #957CBA

#957CBA
(149,124,186)
#9E87C0
(158,135,192)
#A792C6
(167,146,198)
#B09DCC
(176,157,204)
#B9A8D2
(185,168,210)
#C2B3D8
(194,179,216)
#CBBEDE
(203,190,222)
#D4C9E4
(212,201,228)
#DDD4EA
(221,212,234)
#E6DFF0
(230,223,240)
#EFEAF6
(239,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957CBA color. Also use rgb(149,124,186) instead hex code.

Text Font Color

.myTextColor { color: #957CBA; }

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

This text font color is #957CBA.

Background Color

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

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

This div background color is #957CBA.

Border color

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

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

This div border color is #957CBA.

Opacity

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

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

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

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

This text has shadow with #957CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957CBA.

Preview

Color preview on black background

This text has color #957CBA on black background.


Color preview on white background

This text has color #957CBA on white background.


Black color preview on #957CBA background

This text has black color on #957CBA background.


White color preview on #957CBA background

This text has white color on #957CBA background.


Related colors

Complementary color

Complementary color for #hex is #6A8345.


I love getcolorcode.com

Triadic colors

1 #BA957C and #7CBA95 with #957CBA are triadic colors.

2 #BA7C95 and #7C95BA with #957CBA are triadic colors.