COLOR #977CF0

HEX: #977CF0 RGB: (151,124,240)

Color info

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

RGB color model

#977CF0 color RGB value is (151,124,240).

RGB: (151,124,240) (59%, 49%, 94%)

RGB channels and saturation

R 151 of 255 = 59%
G 124 of 255 = 49%
B 240 of 255 = 94%

151
124
240

R + G + B ~ 67%. #977CF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 124 + 240 = 515 (100%)
R 151 of 515 ~ 29.32%
G 124 of 515 ~ 24.08%
B 240 of 515 ~ 46.6'%

%29.32
%24.08
%46.6

CMYK color model

#977CF0 color CMYK value is (37,48,0,6).

  • cyan value is 37.08%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (37,48,0,6)
C37M48Y0K6 (37%, 48%, 0%, 6%)
(0.37 / 0.48 / 0.00 / 0.06)

CMYK percentages

%37.08
%48.33
%0
%5.88

Codes

Color #977CF0 in popluar color models

97 7C F0
RGB 151 124 240
HSL 254° 79.45% 71.37%
HSB/HSV 254° 48.33% 94.12%
CMYK 37.08% 48.33% 0.00%
5.88%

Color #977CF0 in popluar number systems.

HEX 97 7C F0
Decimal 151 124 240
Binary 10010111 1111100 11110000
Octal 227 174 360

Shades and tints

Shades of #977CF0

#977CF0
(151,124,240)
#8A71DB
(138,113,219)
#7D66C6
(125,102,198)
#705BB1
(112,91,177)
#63509C
(99,80,156)
#564587
(86,69,135)
#493A72
(73,58,114)
#3C2F5D
(60,47,93)
#2F2448
(47,36,72)
#221933
(34,25,51)
#150E1E
(21,14,30)
#000000
(0,0,0)

Tints of #977CF0

#977CF0
(151,124,240)
#A087F1
(160,135,241)
#A992F2
(169,146,242)
#B29DF3
(178,157,243)
#BBA8F4
(187,168,244)
#C4B3F5
(196,179,245)
#CDBEF6
(205,190,246)
#D6C9F7
(214,201,247)
#DFD4F8
(223,212,248)
#E8DFF9
(232,223,249)
#F1EAFA
(241,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977CF0 color. Also use rgb(151,124,240) instead hex code.

Text Font Color

.myTextColor { color: #977CF0; }

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

This text font color is #977CF0.

Background Color

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

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

This div background color is #977CF0.

Border color

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

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

This div border color is #977CF0.

Opacity

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

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

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

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

This text has shadow with #977CF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #977CF0.

Preview

Color preview on black background

This text has color #977CF0 on black background.


Color preview on white background

This text has color #977CF0 on white background.


Black color preview on #977CF0 background

This text has black color on #977CF0 background.


White color preview on #977CF0 background

This text has white color on #977CF0 background.


Related colors

Complementary color

Complementary color for #hex is #68830F.


I love getcolorcode.com

Triadic colors

1 #F0977C and #7CF097 with #977CF0 are triadic colors.

2 #F07C97 and #7C97F0 with #977CF0 are triadic colors.