COLOR #7477D9

HEX: #7477D9
RGB: (116,119,217)

Color info

#7477D9 contains mainly blue color. Web safe color of #7477D9 is #6666CC (or #66C).

RGB color model

#7477D9 color RGB value is (116,119,217).

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

RGB channels and saturation

R 116 of 255 = 45%
G 119 of 255 = 47%
B 217 of 255 = 85%

116
119
217

R + G + B ~ 59%. #7477D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 217 = 452 (100%)
R 116 of 452 ~ 25.66%
G 119 of 452 ~ 26.33%
B 217 of 452 ~ 48.01%

%25.66
%26.33
%48.01

CMYK color model

#7477D9 color CMYK value is (47,45,0,15).

  • cyan value is 46.54%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(47,45,0,15)
C47M45Y0K15 
(47%,45%,0%,15%)
(0.47/0.45/0.00/0.15)	

CMYK percentages

%46.54
%45.16
%0
%14.9

Codes

Color #7477D9 in popluar color models

7477D9
RGB116119217
HSL238°57.06%65.29%
HSB/HSV238°46.54%85.10%
CMYK46.54%45.16%0.00%
14.90%

Color #7477D9 in popluar number systems.

HEX7477D9
Decimal116119217
Binary1110100111011111011001
Octal164167331

Shades and tints

Shades of #7477D9

#7477D9
(116,119,217)
#6A6DC6
(106,109,198)
#6063B3
(96,99,179)
#5659A0
(86,89,160)
#4C4F8D
(76,79,141)
#42457A
(66,69,122)
#383B67
(56,59,103)
#2E3154
(46,49,84)
#242741
(36,39,65)
#1A1D2E
(26,29,46)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #7477D9

#7477D9
(116,119,217)
#8083DC
(128,131,220)
#8C8FDF
(140,143,223)
#989BE2
(152,155,226)
#A4A7E5
(164,167,229)
#B0B3E8
(176,179,232)
#BCBFEB
(188,191,235)
#C8CBEE
(200,203,238)
#D4D7F1
(212,215,241)
#E0E3F4
(224,227,244)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7477D9; }

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

This text font color is #7477D9.


Background Color

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

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

This div background color is #7477D9.


Border color

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

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

This div border color is #7477D9.


Opacity

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

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

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

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

This text has shadow with #7477D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7477D9 on black background.


Color preview on white background

This text has color #7477D9 on white background.



Black color preview on #7477D9 background

This text has black color on #7477D9 background.


White color preview on #7477D9 background

This text has white color on #7477D9 background.