COLOR #977AD5

HEX: #977AD5 RGB: (151,122,213)

Color info

#977AD5 contains mainly blue color. Web safe color of #977AD5 is #9966CC (or #96C).

RGB color model

#977AD5 color RGB value is (151,122,213).

RGB: (151,122,213) (59%, 48%, 84%)

RGB channels and saturation

R 151 of 255 = 59%
G 122 of 255 = 48%
B 213 of 255 = 84%

151
122
213

R + G + B ~ 64%. #977AD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 122 + 213 = 486 (100%)
R 151 of 486 ~ 31.07%
G 122 of 486 ~ 25.1%
B 213 of 486 ~ 43.83'%

%31.07
%25.1
%43.83

CMYK color model

#977AD5 color CMYK value is (29,43,0,16).

  • cyan value is 29.11%
  • magenta value is 42.72%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (29,43,0,16)
C29M43Y0K16 (29%, 43%, 0%, 16%)
(0.29 / 0.43 / 0.00 / 0.16)

CMYK percentages

%29.11
%42.72
%0
%16.47

Codes

Color #977AD5 in popluar color models

97 7A D5
RGB 151 122 213
HSL 259° 52.00% 65.69%
HSB/HSV 259° 42.72% 83.53%
CMYK 29.11% 42.72% 0.00%
16.47%

Color #977AD5 in popluar number systems.

HEX 97 7A D5
Decimal 151 122 213
Binary 10010111 1111010 11010101
Octal 227 172 325

Shades and tints

Shades of #977AD5

#977AD5
(151,122,213)
#8A6FC2
(138,111,194)
#7D64AF
(125,100,175)
#70599C
(112,89,156)
#634E89
(99,78,137)
#564376
(86,67,118)
#493863
(73,56,99)
#3C2D50
(60,45,80)
#2F223D
(47,34,61)
#22172A
(34,23,42)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #977AD5

#977AD5
(151,122,213)
#A086D8
(160,134,216)
#A992DB
(169,146,219)
#B29EDE
(178,158,222)
#BBAAE1
(187,170,225)
#C4B6E4
(196,182,228)
#CDC2E7
(205,194,231)
#D6CEEA
(214,206,234)
#DFDAED
(223,218,237)
#E8E6F0
(232,230,240)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977AD5 color. Also use rgb(151,122,213) instead hex code.

Text Font Color

.myTextColor { color: #977AD5; }

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

This text font color is #977AD5.

Background Color

.myBgColor { background-color: #977AD5; }

<div style="background-color:#977AD5">Inner text</div>

This div background color is #977AD5.

Border color

.myBorderColor { border: 1px solid #977AD5; }

<div style="border:3px solid #977AD5">Div</div>

This div border color is #977AD5.

Opacity

.myOpacity80 { color: #977AD5; opacity: 0.8; }

<p style="color:#977AD5;opacity:0.8;">80%</p>

Text with #977AD5 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 #977AD5;}

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

This text has shadow with #977AD5 color.


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

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

This text has shadow with #977AD5 primary color and red secondary color.


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

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

This text has shadow with #977AD5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #977AD5.

Preview

Color preview on black background

This text has color #977AD5 on black background.


Color preview on white background

This text has color #977AD5 on white background.


Black color preview on #977AD5 background

This text has black color on #977AD5 background.


White color preview on #977AD5 background

This text has white color on #977AD5 background.


Related colors

Complementary color

Complementary color for #hex is #68852A.


I love getcolorcode.com

Triadic colors

1 #D5977A and #7AD597 with #977AD5 are triadic colors.

2 #D57A97 and #7A97D5 with #977AD5 are triadic colors.