COLOR #977FF4

HEX: #977FF4
RGB: (151,127,244)

Color info

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

RGB color model

#977FF4 color RGB value is (151,127,244).

  • red value is 151;
  • green value is 127;
  • blue value is 244.
RGB:
(151,127,244)
(59%,50%,96%)

RGB channels and saturation

R 151 of 255 = 59%
G 127 of 255 = 50%
B 244 of 255 = 96%

151
127
244

R + G + B ~ 68%. #977FF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 127 + 244 = 522 (100%)
R 151 of 522 ~ 28.93%
G 127 of 522 ~ 24.33%
B 244 of 522 ~ 46.74%

%28.93
%24.33
%46.74

CMYK color model

#977FF4 color CMYK value is (38,48,0,4).

  • cyan value is 38.11%
  • magenta value is 47.95%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(38,48,0,4)
C38M48Y0K4 
(38%,48%,0%,4%)
(0.38/0.48/0.00/0.04)	

CMYK percentages

%38.11
%47.95
%0
%4.31

Codes

Color #977FF4 in popluar color models

977FF4
RGB151127244
HSL252°84.17%72.75%
HSB/HSV252°47.95%95.69%
CMYK38.11%47.95%0.00%
4.31%

Color #977FF4 in popluar number systems.

HEX977FF4
Decimal151127244
Binary10010111111111111110100
Octal227177364

Shades and tints

Shades of #977FF4

#977FF4
(151,127,244)
#8A74DE
(138,116,222)
#7D69C8
(125,105,200)
#705EB2
(112,94,178)
#63539C
(99,83,156)
#564886
(86,72,134)
#493D70
(73,61,112)
#3C325A
(60,50,90)
#2F2744
(47,39,68)
#221C2E
(34,28,46)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #977FF4

#977FF4
(151,127,244)
#A08AF5
(160,138,245)
#A995F6
(169,149,246)
#B2A0F7
(178,160,247)
#BBABF8
(187,171,248)
#C4B6F9
(196,182,249)
#CDC1FA
(205,193,250)
#D6CCFB
(214,204,251)
#DFD7FC
(223,215,252)
#E8E2FD
(232,226,253)
#F1EDFE
(241,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977FF4 color. Also use rgb(151,127,244) instead hex code.

Text Font Color

.myTextColor { color: #977FF4; }

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

This text font color is #977FF4.


Background Color

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

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

This div background color is #977FF4.


Border color

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

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

This div border color is #977FF4.


Opacity

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

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

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

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

This text has shadow with #977FF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977FF4 on black background.


Color preview on white background

This text has color #977FF4 on white background.



Black color preview on #977FF4 background

This text has black color on #977FF4 background.


White color preview on #977FF4 background

This text has white color on #977FF4 background.