COLOR #717AD9

HEX: #717AD9
RGB: (113,122,217)

Color info

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

RGB color model

#717AD9 color RGB value is (113,122,217).

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

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 217 of 255 = 85%

113
122
217

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 217 = 452 (100%)
R 113 of 452 ~ 25%
G 122 of 452 ~ 26.99%
B 217 of 452 ~ 48.01%

%25
%26.99
%48.01

CMYK color model

#717AD9 color CMYK value is (48,44,0,15).

  • cyan value is 47.93%
  • magenta value is 43.78%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(48,44,0,15)
C48M44Y0K15 
(48%,44%,0%,15%)
(0.48/0.44/0.00/0.15)	

CMYK percentages

%47.93
%43.78
%0
%14.9

Codes

Color #717AD9 in popluar color models

717AD9
RGB113122217
HSL235°57.78%64.71%
HSB/HSV235°47.93%85.10%
CMYK47.93%43.78%0.00%
14.90%

Color #717AD9 in popluar number systems.

HEX717AD9
Decimal113122217
Binary1110001111101011011001
Octal161172331

Shades and tints

Shades of #717AD9

#717AD9
(113,122,217)
#676FC6
(103,111,198)
#5D64B3
(93,100,179)
#5359A0
(83,89,160)
#494E8D
(73,78,141)
#3F437A
(63,67,122)
#353867
(53,56,103)
#2B2D54
(43,45,84)
#212241
(33,34,65)
#17172E
(23,23,46)
#0D0C1B
(13,12,27)
#000000
(0,0,0)

Tints of #717AD9

#717AD9
(113,122,217)
#7D86DC
(125,134,220)
#8992DF
(137,146,223)
#959EE2
(149,158,226)
#A1AAE5
(161,170,229)
#ADB6E8
(173,182,232)
#B9C2EB
(185,194,235)
#C5CEEE
(197,206,238)
#D1DAF1
(209,218,241)
#DDE6F4
(221,230,244)
#E9F2F7
(233,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717AD9; }

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

This text font color is #717AD9.


Background Color

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

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

This div background color is #717AD9.


Border color

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

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

This div border color is #717AD9.


Opacity

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

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

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

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

This text has shadow with #717AD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717AD9 on black background.


Color preview on white background

This text has color #717AD9 on white background.



Black color preview on #717AD9 background

This text has black color on #717AD9 background.


White color preview on #717AD9 background

This text has white color on #717AD9 background.