COLOR #717BBA

HEX: #717BBA RGB: (113,123,186)

Color info

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

RGB color model

#717BBA color RGB value is (113,123,186).

RGB: (113,123,186) (44%, 48%, 73%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 186 of 255 = 73%

113
123
186

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

Portions of RGB colors in percentages

R + G + B = 113 + 123 + 186 = 422 (100%)
R 113 of 422 ~ 26.78%
G 123 of 422 ~ 29.15%
B 186 of 422 ~ 44.08'%

%26.78
%29.15
%44.08

CMYK color model

#717BBA color CMYK value is (39,34,0,27).

  • cyan value is 39.25%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (39,34,0,27)
C39M34Y0K27 (39%, 34%, 0%, 27%)
(0.39 / 0.34 / 0.00 / 0.27)

CMYK percentages

%39.25
%33.87
%0
%27.06

Codes

Color #717BBA in popluar color models

71 7B BA
RGB 113 123 186
HSL 232° 34.60% 58.63%
HSB/HSV 232° 39.25% 72.94%
CMYK 39.25% 33.87% 0.00%
27.06%

Color #717BBA in popluar number systems.

HEX 71 7B BA
Decimal 113 123 186
Binary 1110001 1111011 10111010
Octal 161 173 272

Shades and tints

Shades of #717BBA

#717BBA
(113,123,186)
#6770AA
(103,112,170)
#5D659A
(93,101,154)
#535A8A
(83,90,138)
#494F7A
(73,79,122)
#3F446A
(63,68,106)
#35395A
(53,57,90)
#2B2E4A
(43,46,74)
#21233A
(33,35,58)
#17182A
(23,24,42)
#0D0D1A
(13,13,26)
#000000
(0,0,0)

Tints of #717BBA

#717BBA
(113,123,186)
#7D87C0
(125,135,192)
#8993C6
(137,147,198)
#959FCC
(149,159,204)
#A1ABD2
(161,171,210)
#ADB7D8
(173,183,216)
#B9C3DE
(185,195,222)
#C5CFE4
(197,207,228)
#D1DBEA
(209,219,234)
#DDE7F0
(221,231,240)
#E9F3F6
(233,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717BBA color. Also use rgb(113,123,186) instead hex code.

Text Font Color

.myTextColor { color: #717BBA; }

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

This text font color is #717BBA.

Background Color

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

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

This div background color is #717BBA.

Border color

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

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

This div border color is #717BBA.

Opacity

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

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

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

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

This text has shadow with #717BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717BBA.

Preview

Color preview on black background

This text has color #717BBA on black background.


Color preview on white background

This text has color #717BBA on white background.


Black color preview on #717BBA background

This text has black color on #717BBA background.


White color preview on #717BBA background

This text has white color on #717BBA background.


Related colors

Complementary color

Complementary color for #hex is #8E8445.


I love getcolorcode.com

Triadic colors

1 #BA717B and #7BBA71 with #717BBA are triadic colors.

2 #BA7B71 and #7B71BA with #717BBA are triadic colors.