COLOR #7477F1

HEX: #7477F1
RGB: (116,119,241)

Color info

#7477F1 contains mainly blue color. Web safe color of #7477F1 is #6666FF (or #66F).

RGB color model

#7477F1 color RGB value is (116,119,241).

  • red value is 116;
  • green value is 119;
  • blue value is 241.
RGB:
(116,119,241)
(45%,47%,95%)

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 241 of 255 = 95%

116
119
241

R + G + B ~ 62%. #7477F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 241 = 476 (100%)
R 116 of 476 ~ 24.37%
G 119 of 476 ~ 25%
B 241 of 476 ~ 50.63%

%24.37
%25
%50.63

CMYK color model

#7477F1 color CMYK value is (52,51,0,5).

  • cyan value is 51.87%
  • magenta value is 50.62%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(52,51,0,5)
C52M51Y0K5 
(52%,51%,0%,5%)
(0.52/0.51/0.00/0.05)	

CMYK percentages

%51.87
%50.62
%0
%5.49

Codes

Color #7477F1 in popluar color models

7477F1
RGB116119241
HSL239°81.70%70.00%
HSB/HSV239°51.87%94.51%
CMYK51.87%50.62%0.00%
5.49%

Color #7477F1 in popluar number systems.

HEX7477F1
Decimal116119241
Binary1110100111011111110001
Octal164167361

Shades and tints

Shades of #7477F1

#7477F1
(116,119,241)
#6A6DDC
(106,109,220)
#6063C7
(96,99,199)
#5659B2
(86,89,178)
#4C4F9D
(76,79,157)
#424588
(66,69,136)
#383B73
(56,59,115)
#2E315E
(46,49,94)
#242749
(36,39,73)
#1A1D34
(26,29,52)
#10131F
(16,19,31)
#000000
(0,0,0)

Tints of #7477F1

#7477F1
(116,119,241)
#8083F2
(128,131,242)
#8C8FF3
(140,143,243)
#989BF4
(152,155,244)
#A4A7F5
(164,167,245)
#B0B3F6
(176,179,246)
#BCBFF7
(188,191,247)
#C8CBF8
(200,203,248)
#D4D7F9
(212,215,249)
#E0E3FA
(224,227,250)
#ECEFFB
(236,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7477F1 color. Also use rgb(116,119,241) instead hex code.

Text Font Color

.myTextColor { color: #7477F1; }

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

This text font color is #7477F1.


Background Color

.myBgColor { background-color: #7477F1; }

<div style="background-color:#7477F1">Inner text</div>

This div background color is #7477F1.


Border color

.myBorderColor { border: 1px solid #7477F1; }

<div style="border:3px solid #7477F1">Div</div>

This div border color is #7477F1.


Opacity

.myOpacity80 { color: #7477F1; opacity: 0.8; }

<p style="color:#7477F1;opacity:0.8;">80%</p>

Text with #7477F1 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 #7477F1;}

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

This text has shadow with #7477F1 color.

.textShadow {text-shadow: 3px 3px 1px #7477F1, 3px 3px 1px red;}

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

This text has shadow with #7477F1 primary color and red secondary color.


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

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

This text has shadow with #7477F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7477F1 on black background.


Color preview on white background

This text has color #7477F1 on white background.



Black color preview on #7477F1 background

This text has black color on #7477F1 background.


White color preview on #7477F1 background

This text has white color on #7477F1 background.