COLOR #717FB1

HEX: #717FB1 RGB: (113,127,177)

Color info

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

RGB color model

#717FB1 color RGB value is (113,127,177).

RGB: (113,127,177) (44%, 50%, 69%)

RGB channels and saturation

R 113 of 255 = 44%
G 127 of 255 = 50%
B 177 of 255 = 69%

113
127
177

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

Portions of RGB colors in percentages

R + G + B = 113 + 127 + 177 = 417 (100%)
R 113 of 417 ~ 27.1%
G 127 of 417 ~ 30.46%
B 177 of 417 ~ 42.45'%

%27.1
%30.46
%42.45

CMYK color model

#717FB1 color CMYK value is (36,28,0,31).

  • cyan value is 36.16%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (36,28,0,31)
C36M28Y0K31 (36%, 28%, 0%, 31%)
(0.36 / 0.28 / 0.00 / 0.31)

CMYK percentages

%36.16
%28.25
%0
%30.59

Codes

Color #717FB1 in popluar color models

71 7F B1
RGB 113 127 177
HSL 227° 29.09% 56.86%
HSB/HSV 227° 36.16% 69.41%
CMYK 36.16% 28.25% 0.00%
30.59%

Color #717FB1 in popluar number systems.

HEX 71 7F B1
Decimal 113 127 177
Binary 1110001 1111111 10110001
Octal 161 177 261

Shades and tints

Shades of #717FB1

#717FB1
(113,127,177)
#6774A1
(103,116,161)
#5D6991
(93,105,145)
#535E81
(83,94,129)
#495371
(73,83,113)
#3F4861
(63,72,97)
#353D51
(53,61,81)
#2B3241
(43,50,65)
#212731
(33,39,49)
#171C21
(23,28,33)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #717FB1

#717FB1
(113,127,177)
#7D8AB8
(125,138,184)
#8995BF
(137,149,191)
#95A0C6
(149,160,198)
#A1ABCD
(161,171,205)
#ADB6D4
(173,182,212)
#B9C1DB
(185,193,219)
#C5CCE2
(197,204,226)
#D1D7E9
(209,215,233)
#DDE2F0
(221,226,240)
#E9EDF7
(233,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717FB1; }

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

This text font color is #717FB1.

Background Color

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

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

This div background color is #717FB1.

Border color

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

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

This div border color is #717FB1.

Opacity

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

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

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

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

This text has shadow with #717FB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717FB1.

Preview

Color preview on black background

This text has color #717FB1 on black background.


Color preview on white background

This text has color #717FB1 on white background.


Black color preview on #717FB1 background

This text has black color on #717FB1 background.


White color preview on #717FB1 background

This text has white color on #717FB1 background.


Related colors

Complementary color

Complementary color for #hex is #8E804E.


I love getcolorcode.com

Triadic colors

1 #B1717F and #7FB171 with #717FB1 are triadic colors.

2 #B17F71 and #7F71B1 with #717FB1 are triadic colors.