COLOR #717EBF

HEX: #717EBF RGB: (113,126,191)

Color info

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

RGB color model

#717EBF color RGB value is (113,126,191).

RGB: (113,126,191) (44%, 49%, 75%)

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 191 of 255 = 75%

113
126
191

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

Portions of RGB colors in percentages

R + G + B = 113 + 126 + 191 = 430 (100%)
R 113 of 430 ~ 26.28%
G 126 of 430 ~ 29.3%
B 191 of 430 ~ 44.42'%

%26.28
%29.3
%44.42

CMYK color model

#717EBF color CMYK value is (41,34,0,25).

  • cyan value is 40.84%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (41,34,0,25)
C41M34Y0K25 (41%, 34%, 0%, 25%)
(0.41 / 0.34 / 0.00 / 0.25)

CMYK percentages

%40.84
%34.03
%0
%25.1

Codes

Color #717EBF in popluar color models

71 7E BF
RGB 113 126 191
HSL 230° 37.86% 59.61%
HSB/HSV 230° 40.84% 74.90%
CMYK 40.84% 34.03% 0.00%
25.10%

Color #717EBF in popluar number systems.

HEX 71 7E BF
Decimal 113 126 191
Binary 1110001 1111110 10111111
Octal 161 176 277

Shades and tints

Shades of #717EBF

#717EBF
(113,126,191)
#6773AE
(103,115,174)
#5D689D
(93,104,157)
#535D8C
(83,93,140)
#49527B
(73,82,123)
#3F476A
(63,71,106)
#353C59
(53,60,89)
#2B3148
(43,49,72)
#212637
(33,38,55)
#171B26
(23,27,38)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #717EBF

#717EBF
(113,126,191)
#7D89C4
(125,137,196)
#8994C9
(137,148,201)
#959FCE
(149,159,206)
#A1AAD3
(161,170,211)
#ADB5D8
(173,181,216)
#B9C0DD
(185,192,221)
#C5CBE2
(197,203,226)
#D1D6E7
(209,214,231)
#DDE1EC
(221,225,236)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717EBF color. Also use rgb(113,126,191) instead hex code.

Text Font Color

.myTextColor { color: #717EBF; }

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

This text font color is #717EBF.

Background Color

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

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

This div background color is #717EBF.

Border color

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

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

This div border color is #717EBF.

Opacity

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

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

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

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

This text has shadow with #717EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717EBF.

Preview

Color preview on black background

This text has color #717EBF on black background.


Color preview on white background

This text has color #717EBF on white background.


Black color preview on #717EBF background

This text has black color on #717EBF background.


White color preview on #717EBF background

This text has white color on #717EBF background.


Related colors

Complementary color

Complementary color for #hex is #8E8140.


I love getcolorcode.com

Triadic colors

1 #BF717E and #7EBF71 with #717EBF are triadic colors.

2 #BF7E71 and #7E71BF with #717EBF are triadic colors.