COLOR #957AEC

HEX: #957AEC RGB: (149,122,236)

Color info

#957AEC contains mainly blue color. Web safe color of #957AEC is #9966FF (or #96F).

RGB color model

#957AEC color RGB value is (149,122,236).

RGB: (149,122,236) (58%, 48%, 93%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 236 of 255 = 93%

149
122
236

R + G + B ~ 66%. #957AEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 122 + 236 = 507 (100%)
R 149 of 507 ~ 29.39%
G 122 of 507 ~ 24.06%
B 236 of 507 ~ 46.55'%

%29.39
%24.06
%46.55

CMYK color model

#957AEC color CMYK value is (37,48,0,7).

  • cyan value is 36.86%
  • magenta value is 48.31%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (37,48,0,7)
C37M48Y0K7 (37%, 48%, 0%, 7%)
(0.37 / 0.48 / 0.00 / 0.07)

CMYK percentages

%36.86
%48.31
%0
%7.45

Codes

Color #957AEC in popluar color models

95 7A EC
RGB 149 122 236
HSL 254° 75.00% 70.20%
HSB/HSV 254° 48.31% 92.55%
CMYK 36.86% 48.31% 0.00%
7.45%

Color #957AEC in popluar number systems.

HEX 95 7A EC
Decimal 149 122 236
Binary 10010101 1111010 11101100
Octal 225 172 354

Shades and tints

Shades of #957AEC

#957AEC
(149,122,236)
#886FD7
(136,111,215)
#7B64C2
(123,100,194)
#6E59AD
(110,89,173)
#614E98
(97,78,152)
#544383
(84,67,131)
#47386E
(71,56,110)
#3A2D59
(58,45,89)
#2D2244
(45,34,68)
#20172F
(32,23,47)
#130C1A
(19,12,26)
#000000
(0,0,0)

Tints of #957AEC

#957AEC
(149,122,236)
#9E86ED
(158,134,237)
#A792EE
(167,146,238)
#B09EEF
(176,158,239)
#B9AAF0
(185,170,240)
#C2B6F1
(194,182,241)
#CBC2F2
(203,194,242)
#D4CEF3
(212,206,243)
#DDDAF4
(221,218,244)
#E6E6F5
(230,230,245)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957AEC; }

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

This text font color is #957AEC.

Background Color

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

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

This div background color is #957AEC.

Border color

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

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

This div border color is #957AEC.

Opacity

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

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

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

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

This text has shadow with #957AEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #957AEC.

Preview

Color preview on black background

This text has color #957AEC on black background.


Color preview on white background

This text has color #957AEC on white background.


Black color preview on #957AEC background

This text has black color on #957AEC background.


White color preview on #957AEC background

This text has white color on #957AEC background.


Related colors

Complementary color

Complementary color for #hex is #6A8513.


I love getcolorcode.com

Triadic colors

1 #EC957A and #7AEC95 with #957AEC are triadic colors.

2 #EC7A95 and #7A95EC with #957AEC are triadic colors.