COLOR #717EAA

HEX: #717EAA RGB: (113,126,170)

Color info

#717EAA contains red, green and blue colors in about the same proportion. Web safe color of #717EAA is #666699 (or #669).

RGB color model

#717EAA color RGB value is (113,126,170).

RGB: (113,126,170) (44%, 49%, 67%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 170 of 255 = 67%

113
126
170

R + G + B ~ 53%. #717EAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 126 + 170 = 409 (100%)
R 113 of 409 ~ 27.63%
G 126 of 409 ~ 30.81%
B 170 of 409 ~ 41.56'%

%27.63
%30.81
%41.56

CMYK color model

#717EAA color CMYK value is (34,26,0,33).

  • cyan value is 33.53%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (34,26,0,33) C34M26Y0K33 (34%,26%,0%,33%) (0.34/0.26/0.00/0.33) 

CMYK percentages

%33.53
%25.88
%0
%33.33

Codes

Color #717EAA in popluar color models

71 7E AA
RGB 113 126 170
HSL 226° 25.11% 55.49%
HSB/HSV 226° 33.53% 66.67%
CMYK 33.53% 25.88% 0.00%
33.33%

Color #717EAA in popluar number systems.

HEX 71 7E AA
Decimal 113 126 170
Binary 1110001 1111110 10101010
Octal 161 176 252

Shades and tints

Shades of #717EAA

#717EAA
(113,126,170)
#67739B
(103,115,155)
#5D688C
(93,104,140)
#535D7D
(83,93,125)
#49526E
(73,82,110)
#3F475F
(63,71,95)
#353C50
(53,60,80)
#2B3141
(43,49,65)
#212632
(33,38,50)
#171B23
(23,27,35)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #717EAA

#717EAA
(113,126,170)
#7D89B1
(125,137,177)
#8994B8
(137,148,184)
#959FBF
(149,159,191)
#A1AAC6
(161,170,198)
#ADB5CD
(173,181,205)
#B9C0D4
(185,192,212)
#C5CBDB
(197,203,219)
#D1D6E2
(209,214,226)
#DDE1E9
(221,225,233)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717EAA color. Also use rgb(113,126,170) instead hex code.

Text Font Color

.myTextColor { color: #717EAA; }

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

This text font color is #717EAA.

Background Color

.myBgColor { background-color: #717EAA; }

<div style="background-color:#717EAA">Inner text</div>

This div background color is #717EAA.

Border color

.myBorderColor { border: 1px solid #717EAA; }

<div style="border:3px solid #717EAA">Div</div>

This div border color is #717EAA.

Opacity

.myOpacity80 { color: #717EAA; opacity: 0.8; }

<p style="color:#717EAA;opacity:0.8;">80%</p>

Text with #717EAA 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 #717EAA;}

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

This text has shadow with #717EAA color.


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

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

This text has shadow with #717EAA primary color and red secondary color.


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

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

This text has shadow with #717EAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #717EAA.

Preview

Color preview on black background

This text has color #717EAA on black background.


Color preview on white background

This text has color #717EAA on white background.


Black color preview on #717EAA background

This text has black color on #717EAA background.


White color preview on #717EAA background

This text has white color on #717EAA background.


Related colors

Complementary color

Complementary color for #hex is #8E8155.


I love getcolorcode.com

Triadic colors

1 #AA717E and #7EAA71 with #717EAA are triadic colors.

2 #AA7E71 and #7E71AA with #717EAA are triadic colors.