COLOR #957DC8

HEX: #957DC8 RGB: (149,125,200)

Color info

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

RGB color model

#957DC8 color RGB value is (149,125,200).

RGB: (149,125,200) (58%, 49%, 78%)

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 200 of 255 = 78%

149
125
200

R + G + B ~ 62%. #957DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 125 + 200 = 474 (100%)
R 149 of 474 ~ 31.43%
G 125 of 474 ~ 26.37%
B 200 of 474 ~ 42.19'%

%31.43
%26.37
%42.19

CMYK color model

#957DC8 color CMYK value is (26,38,0,22).

  • cyan value is 25.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (26,38,0,22)
C26M38Y0K22 (26%, 38%, 0%, 22%)
(0.26 / 0.38 / 0.00 / 0.22)

CMYK percentages

%25.5
%37.5
%0
%21.57

Codes

Color #957DC8 in popluar color models

95 7D C8
RGB 149 125 200
HSL 259° 40.54% 63.73%
HSB/HSV 259° 37.50% 78.43%
CMYK 25.50% 37.50% 0.00%
21.57%

Color #957DC8 in popluar number systems.

HEX 95 7D C8
Decimal 149 125 200
Binary 10010101 1111101 11001000
Octal 225 175 310

Shades and tints

Shades of #957DC8

#957DC8
(149,125,200)
#8872B6
(136,114,182)
#7B67A4
(123,103,164)
#6E5C92
(110,92,146)
#615180
(97,81,128)
#54466E
(84,70,110)
#473B5C
(71,59,92)
#3A304A
(58,48,74)
#2D2538
(45,37,56)
#201A26
(32,26,38)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #957DC8

#957DC8
(149,125,200)
#9E88CD
(158,136,205)
#A793D2
(167,147,210)
#B09ED7
(176,158,215)
#B9A9DC
(185,169,220)
#C2B4E1
(194,180,225)
#CBBFE6
(203,191,230)
#D4CAEB
(212,202,235)
#DDD5F0
(221,213,240)
#E6E0F5
(230,224,245)
#EFEBFA
(239,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957DC8 color. Also use rgb(149,125,200) instead hex code.

Text Font Color

.myTextColor { color: #957DC8; }

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

This text font color is #957DC8.

Background Color

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

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

This div background color is #957DC8.

Border color

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

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

This div border color is #957DC8.

Opacity

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

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

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

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

This text has shadow with #957DC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957DC8.

Preview

Color preview on black background

This text has color #957DC8 on black background.


Color preview on white background

This text has color #957DC8 on white background.


Black color preview on #957DC8 background

This text has black color on #957DC8 background.


White color preview on #957DC8 background

This text has white color on #957DC8 background.


Related colors

Complementary color

Complementary color for #hex is #6A8237.


I love getcolorcode.com

Triadic colors

1 #C8957D and #7DC895 with #957DC8 are triadic colors.

2 #C87D95 and #7D95C8 with #957DC8 are triadic colors.