COLOR #717AC8

HEX: #717AC8 RGB: (113,122,200)

Color info

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

RGB color model

#717AC8 color RGB value is (113,122,200).

RGB: (113,122,200) (44%, 48%, 78%)

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 200 of 255 = 78%

113
122
200

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

Portions of RGB colors in percentages

R + G + B = 113 + 122 + 200 = 435 (100%)
R 113 of 435 ~ 25.98%
G 122 of 435 ~ 28.05%
B 200 of 435 ~ 45.98'%

%25.98
%28.05
%45.98

CMYK color model

#717AC8 color CMYK value is (44,39,0,22).

  • cyan value is 43.50%
  • magenta value is 39.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (44,39,0,22)
C44M39Y0K22 (44%, 39%, 0%, 22%)
(0.44 / 0.39 / 0.00 / 0.22)

CMYK percentages

%43.5
%39
%0
%21.57

Codes

Color #717AC8 in popluar color models

71 7A C8
RGB 113 122 200
HSL 234° 44.16% 61.37%
HSB/HSV 234° 43.50% 78.43%
CMYK 43.50% 39.00% 0.00%
21.57%

Color #717AC8 in popluar number systems.

HEX 71 7A C8
Decimal 113 122 200
Binary 1110001 1111010 11001000
Octal 161 172 310

Shades and tints

Shades of #717AC8

#717AC8
(113,122,200)
#676FB6
(103,111,182)
#5D64A4
(93,100,164)
#535992
(83,89,146)
#494E80
(73,78,128)
#3F436E
(63,67,110)
#35385C
(53,56,92)
#2B2D4A
(43,45,74)
#212238
(33,34,56)
#171726
(23,23,38)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #717AC8

#717AC8
(113,122,200)
#7D86CD
(125,134,205)
#8992D2
(137,146,210)
#959ED7
(149,158,215)
#A1AADC
(161,170,220)
#ADB6E1
(173,182,225)
#B9C2E6
(185,194,230)
#C5CEEB
(197,206,235)
#D1DAF0
(209,218,240)
#DDE6F5
(221,230,245)
#E9F2FA
(233,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717AC8; }

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

This text font color is #717AC8.

Background Color

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

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

This div background color is #717AC8.

Border color

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

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

This div border color is #717AC8.

Opacity

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

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

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

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

This text has shadow with #717AC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717AC8.

Preview

Color preview on black background

This text has color #717AC8 on black background.


Color preview on white background

This text has color #717AC8 on white background.


Black color preview on #717AC8 background

This text has black color on #717AC8 background.


White color preview on #717AC8 background

This text has white color on #717AC8 background.


Related colors

Complementary color

Complementary color for #717AC8 is #8E8537.


I love getcolorcode.com

Triadic colors

1 #C8717A and #7AC871 with #717AC8 are triadic colors.

2 #C87A71 and #7A71C8 with #717AC8 are triadic colors.