COLOR #957AB7

HEX: #957AB7 RGB: (149,122,183)

Color info

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

RGB color model

#957AB7 color RGB value is (149,122,183).

RGB: (149,122,183) (58%, 48%, 72%)

RGB channels and saturation

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

149
122
183

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

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 183 = 454 (100%)
R 149 of 454 ~ 32.82%
G 122 of 454 ~ 26.87%
B 183 of 454 ~ 40.31'%

%32.82
%26.87
%40.31

CMYK color model

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

  • cyan value is 18.58%
  • magenta value is 33.33%
  • 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
%33.33
%0
%28.24

Codes

Color #957AB7 in popluar color models

95 7A B7
RGB 149 122 183
HSL 267° 29.76% 59.80%
HSB/HSV 267° 33.33% 71.76%
CMYK 18.58% 33.33% 0.00%
28.24%

Color #957AB7 in popluar number systems.

HEX 95 7A B7
Decimal 149 122 183
Binary 10010101 1111010 10110111
Octal 225 172 267

Shades and tints

Shades of #957AB7

#957AB7
(149,122,183)
#886FA7
(136,111,167)
#7B6497
(123,100,151)
#6E5987
(110,89,135)
#614E77
(97,78,119)
#544367
(84,67,103)
#473857
(71,56,87)
#3A2D47
(58,45,71)
#2D2237
(45,34,55)
#201727
(32,23,39)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #957AB7

#957AB7
(149,122,183)
#9E86BD
(158,134,189)
#A792C3
(167,146,195)
#B09EC9
(176,158,201)
#B9AACF
(185,170,207)
#C2B6D5
(194,182,213)
#CBC2DB
(203,194,219)
#D4CEE1
(212,206,225)
#DDDAE7
(221,218,231)
#E6E6ED
(230,230,237)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957AB7; }

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

This text font color is #957AB7.

Background Color

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

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

This div background color is #957AB7.

Border color

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

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

This div border color is #957AB7.

Opacity

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

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

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

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

This text has shadow with #957AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957AB7.

Preview

Color preview on black background

This text has color #957AB7 on black background.


Color preview on white background

This text has color #957AB7 on white background.


Black color preview on #957AB7 background

This text has black color on #957AB7 background.


White color preview on #957AB7 background

This text has white color on #957AB7 background.


Related colors

Complementary color

Complementary color for #hex is #6A8548.


I love getcolorcode.com

Triadic colors

1 #B7957A and #7AB795 with #957AB7 are triadic colors.

2 #B77A95 and #7A95B7 with #957AB7 are triadic colors.