COLOR #957BB7

HEX: #957BB7
RGB: (149,123,183)

Color info

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

RGB color model

#957BB7 color RGB value is (149,123,183).

  • red value is 149;
  • green value is 123;
  • blue value is 183.
RGB:
(149,123,183)
(58%,48%,72%)

RGB channels and saturation

R 149 of 255 = 58%
G 123 of 255 = 48%
B 183 of 255 = 72%

149
123
183

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

Portions of RGB colors in percentages

R + G + B =
149 + 123 + 183 = 455 (100%)
R 149 of 455 ~ 32.75%
G 123 of 455 ~ 27.03%
B 183 of 455 ~ 40.22%

%32.75
%27.03
%40.22

CMYK color model

#957BB7 color CMYK value is (19,33,0,28).

  • cyan value is 18.58%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(19,33,0,28)
C19M33Y0K28 
(19%,33%,0%,28%)
(0.19/0.33/0.00/0.28)	

CMYK percentages

%18.58
%32.79
%0
%28.24

Codes

Color #957BB7 in popluar color models

957BB7
RGB149123183
HSL266°29.41%60.00%
HSB/HSV266°32.79%71.76%
CMYK18.58%32.79%0.00%
28.24%

Color #957BB7 in popluar number systems.

HEX957BB7
Decimal149123183
Binary10010101111101110110111
Octal225173267

Shades and tints

Shades of #957BB7

#957BB7
(149,123,183)
#8870A7
(136,112,167)
#7B6597
(123,101,151)
#6E5A87
(110,90,135)
#614F77
(97,79,119)
#544467
(84,68,103)
#473957
(71,57,87)
#3A2E47
(58,46,71)
#2D2337
(45,35,55)
#201827
(32,24,39)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #957BB7

#957BB7
(149,123,183)
#9E87BD
(158,135,189)
#A793C3
(167,147,195)
#B09FC9
(176,159,201)
#B9ABCF
(185,171,207)
#C2B7D5
(194,183,213)
#CBC3DB
(203,195,219)
#D4CFE1
(212,207,225)
#DDDBE7
(221,219,231)
#E6E7ED
(230,231,237)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957BB7 color. Also use rgb(149,123,183) instead hex code.

Text Font Color

.myTextColor { color: #957BB7; }

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

This text font color is #957BB7.


Background Color

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

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

This div background color is #957BB7.


Border color

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

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

This div border color is #957BB7.


Opacity

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

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

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

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

This text has shadow with #957BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957BB7 on black background.


Color preview on white background

This text has color #957BB7 on white background.



Black color preview on #957BB7 background

This text has black color on #957BB7 background.


White color preview on #957BB7 background

This text has white color on #957BB7 background.