COLOR #717FA2

HEX: #717FA2
RGB: (113,127,162)

Color info

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

RGB color model

#717FA2 color RGB value is (113,127,162).

  • red value is 113;
  • green value is 127;
  • blue value is 162.
RGB:
(113,127,162)
(44%,50%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 162 of 255 = 64%

113
127
162

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

Portions of RGB colors in percentages

R + G + B =
113 + 127 + 162 = 402 (100%)
R 113 of 402 ~ 28.11%
G 127 of 402 ~ 31.59%
B 162 of 402 ~ 40.3%

%28.11
%31.59
%40.3

CMYK color model

#717FA2 color CMYK value is (30,22,0,36).

  • cyan value is 30.25%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(30,22,0,36)
C30M22Y0K36 
(30%,22%,0%,36%)
(0.30/0.22/0.00/0.36)	

CMYK percentages

%30.25
%21.6
%0
%36.47

Codes

Color #717FA2 in popluar color models

717FA2
RGB113127162
HSL223°20.85%53.92%
HSB/HSV223°30.25%63.53%
CMYK30.25%21.60%0.00%
36.47%

Color #717FA2 in popluar number systems.

HEX717FA2
Decimal113127162
Binary1110001111111110100010
Octal161177242

Shades and tints

Shades of #717FA2

#717FA2
(113,127,162)
#677494
(103,116,148)
#5D6986
(93,105,134)
#535E78
(83,94,120)
#49536A
(73,83,106)
#3F485C
(63,72,92)
#353D4E
(53,61,78)
#2B3240
(43,50,64)
#212732
(33,39,50)
#171C24
(23,28,36)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #717FA2

#717FA2
(113,127,162)
#7D8AAA
(125,138,170)
#8995B2
(137,149,178)
#95A0BA
(149,160,186)
#A1ABC2
(161,171,194)
#ADB6CA
(173,182,202)
#B9C1D2
(185,193,210)
#C5CCDA
(197,204,218)
#D1D7E2
(209,215,226)
#DDE2EA
(221,226,234)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717FA2 color. Also use rgb(113,127,162) instead hex code.

Text Font Color

.myTextColor { color: #717FA2; }

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

This text font color is #717FA2.


Background Color

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

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

This div background color is #717FA2.


Border color

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

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

This div border color is #717FA2.


Opacity

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

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

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

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

This text has shadow with #717FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717FA2 on black background.


Color preview on white background

This text has color #717FA2 on white background.



Black color preview on #717FA2 background

This text has black color on #717FA2 background.


White color preview on #717FA2 background

This text has white color on #717FA2 background.