COLOR #717AAE

HEX: #717AAE
RGB: (113,122,174)

Color info

#717AAE contains mainly green and blue colors. Web safe color of #717AAE is #666699 (or #669).

RGB color model

#717AAE color RGB value is (113,122,174).

  • red value is 113;
  • green value is 122;
  • blue value is 174.
RGB:
(113,122,174)
(44%,48%,68%)

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 174 of 255 = 68%

113
122
174

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 174 = 409 (100%)
R 113 of 409 ~ 27.63%
G 122 of 409 ~ 29.83%
B 174 of 409 ~ 42.54%

%27.63
%29.83
%42.54

CMYK color model

#717AAE color CMYK value is (35,30,0,32).

  • cyan value is 35.06%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(35,30,0,32)
C35M30Y0K32 
(35%,30%,0%,32%)
(0.35/0.30/0.00/0.32)	

CMYK percentages

%35.06
%29.89
%0
%31.76

Codes

Color #717AAE in popluar color models

717AAE
RGB113122174
HSL231°27.35%56.27%
HSB/HSV231°35.06%68.24%
CMYK35.06%29.89%0.00%
31.76%

Color #717AAE in popluar number systems.

HEX717AAE
Decimal113122174
Binary1110001111101010101110
Octal161172256

Shades and tints

Shades of #717AAE

#717AAE
(113,122,174)
#676F9F
(103,111,159)
#5D6490
(93,100,144)
#535981
(83,89,129)
#494E72
(73,78,114)
#3F4363
(63,67,99)
#353854
(53,56,84)
#2B2D45
(43,45,69)
#212236
(33,34,54)
#171727
(23,23,39)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #717AAE

#717AAE
(113,122,174)
#7D86B5
(125,134,181)
#8992BC
(137,146,188)
#959EC3
(149,158,195)
#A1AACA
(161,170,202)
#ADB6D1
(173,182,209)
#B9C2D8
(185,194,216)
#C5CEDF
(197,206,223)
#D1DAE6
(209,218,230)
#DDE6ED
(221,230,237)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717AAE color. Also use rgb(113,122,174) instead hex code.

Text Font Color

.myTextColor { color: #717AAE; }

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

This text font color is #717AAE.


Background Color

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

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

This div background color is #717AAE.


Border color

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

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

This div border color is #717AAE.


Opacity

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

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

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

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

This text has shadow with #717AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717AAE on black background.


Color preview on white background

This text has color #717AAE on white background.



Black color preview on #717AAE background

This text has black color on #717AAE background.


White color preview on #717AAE background

This text has white color on #717AAE background.