COLOR #717CF7

HEX: #717CF7
RGB: (113,124,247)

Color info

#717CF7 contains mainly blue color. Web safe color of #717CF7 is #6666FF (or #66F).

RGB color model

#717CF7 color RGB value is (113,124,247).

  • red value is 113;
  • green value is 124;
  • blue value is 247.
RGB:
(113,124,247)
(44%,49%,97%)

RGB channels and saturation

R 113 of 255 = 44%
G 124 of 255 = 49%
B 247 of 255 = 97%

113
124
247

R + G + B ~ 63%. #717CF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 124 + 247 = 484 (100%)
R 113 of 484 ~ 23.35%
G 124 of 484 ~ 25.62%
B 247 of 484 ~ 51.03%

%23.35
%25.62
%51.03

CMYK color model

#717CF7 color CMYK value is (54,50,0,3).

  • cyan value is 54.25%
  • magenta value is 49.80%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(54,50,0,3)
C54M50Y0K3 
(54%,50%,0%,3%)
(0.54/0.50/0.00/0.03)	

CMYK percentages

%54.25
%49.8
%0
%3.14

Codes

Color #717CF7 in popluar color models

717CF7
RGB113124247
HSL235°89.33%70.59%
HSB/HSV235°54.25%96.86%
CMYK54.25%49.80%0.00%
3.14%

Color #717CF7 in popluar number systems.

HEX717CF7
Decimal113124247
Binary1110001111110011110111
Octal161174367

Shades and tints

Shades of #717CF7

#717CF7
(113,124,247)
#6771E1
(103,113,225)
#5D66CB
(93,102,203)
#535BB5
(83,91,181)
#49509F
(73,80,159)
#3F4589
(63,69,137)
#353A73
(53,58,115)
#2B2F5D
(43,47,93)
#212447
(33,36,71)
#171931
(23,25,49)
#0D0E1B
(13,14,27)
#000000
(0,0,0)

Tints of #717CF7

#717CF7
(113,124,247)
#7D87F7
(125,135,247)
#8992F7
(137,146,247)
#959DF7
(149,157,247)
#A1A8F7
(161,168,247)
#ADB3F7
(173,179,247)
#B9BEF7
(185,190,247)
#C5C9F7
(197,201,247)
#D1D4F7
(209,212,247)
#DDDFF7
(221,223,247)
#E9EAF7
(233,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717CF7 color. Also use rgb(113,124,247) instead hex code.

Text Font Color

.myTextColor { color: #717CF7; }

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

This text font color is #717CF7.


Background Color

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

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

This div background color is #717CF7.


Border color

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

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

This div border color is #717CF7.


Opacity

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

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

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

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

This text has shadow with #717CF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717CF7 on black background.


Color preview on white background

This text has color #717CF7 on white background.



Black color preview on #717CF7 background

This text has black color on #717CF7 background.


White color preview on #717CF7 background

This text has white color on #717CF7 background.