COLOR #977EE2

HEX: #977EE2
RGB: (151,126,226)

Color info

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

RGB color model

#977EE2 color RGB value is (151,126,226).

  • red value is 151;
  • green value is 126;
  • blue value is 226.
RGB:
(151,126,226)
(59%,49%,89%)

RGB channels and saturation

R 151 of 255 = 59%
G 126 of 255 = 49%
B 226 of 255 = 89%

151
126
226

R + G + B ~ 66%. #977EE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 126 + 226 = 503 (100%)
R 151 of 503 ~ 30.02%
G 126 of 503 ~ 25.05%
B 226 of 503 ~ 44.93%

%30.02
%25.05
%44.93

CMYK color model

#977EE2 color CMYK value is (33,44,0,11).

  • cyan value is 33.19%
  • magenta value is 44.25%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(33,44,0,11)
C33M44Y0K11 
(33%,44%,0%,11%)
(0.33/0.44/0.00/0.11)	

CMYK percentages

%33.19
%44.25
%0
%11.37

Codes

Color #977EE2 in popluar color models

977EE2
RGB151126226
HSL255°63.29%69.02%
HSB/HSV255°44.25%88.63%
CMYK33.19%44.25%0.00%
11.37%

Color #977EE2 in popluar number systems.

HEX977EE2
Decimal151126226
Binary10010111111111011100010
Octal227176342

Shades and tints

Shades of #977EE2

#977EE2
(151,126,226)
#8A73CE
(138,115,206)
#7D68BA
(125,104,186)
#705DA6
(112,93,166)
#635292
(99,82,146)
#56477E
(86,71,126)
#493C6A
(73,60,106)
#3C3156
(60,49,86)
#2F2642
(47,38,66)
#221B2E
(34,27,46)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #977EE2

#977EE2
(151,126,226)
#A089E4
(160,137,228)
#A994E6
(169,148,230)
#B29FE8
(178,159,232)
#BBAAEA
(187,170,234)
#C4B5EC
(196,181,236)
#CDC0EE
(205,192,238)
#D6CBF0
(214,203,240)
#DFD6F2
(223,214,242)
#E8E1F4
(232,225,244)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977EE2 color. Also use rgb(151,126,226) instead hex code.

Text Font Color

.myTextColor { color: #977EE2; }

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

This text font color is #977EE2.


Background Color

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

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

This div background color is #977EE2.


Border color

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

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

This div border color is #977EE2.


Opacity

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

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

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

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

This text has shadow with #977EE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977EE2 on black background.


Color preview on white background

This text has color #977EE2 on white background.



Black color preview on #977EE2 background

This text has black color on #977EE2 background.


White color preview on #977EE2 background

This text has white color on #977EE2 background.