COLOR #717BB1

HEX: #717BB1
RGB: (113,123,177)

Color info

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

RGB color model

#717BB1 color RGB value is (113,123,177).

  • red value is 113;
  • green value is 123;
  • blue value is 177.
RGB:
(113,123,177)
(44%,48%,69%)

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 177 of 255 = 69%

113
123
177

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

Portions of RGB colors in percentages

R + G + B =
113 + 123 + 177 = 413 (100%)
R 113 of 413 ~ 27.36%
G 123 of 413 ~ 29.78%
B 177 of 413 ~ 42.86%

%27.36
%29.78
%42.86

CMYK color model

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

  • cyan value is 36.16%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(36,31,0,31)
C36M31Y0K31 
(36%,31%,0%,31%)
(0.36/0.31/0.00/0.31)	

CMYK percentages

%36.16
%30.51
%0
%30.59

Codes

Color #717BB1 in popluar color models

717BB1
RGB113123177
HSL231°29.09%56.86%
HSB/HSV231°36.16%69.41%
CMYK36.16%30.51%0.00%
30.59%

Color #717BB1 in popluar number systems.

HEX717BB1
Decimal113123177
Binary1110001111101110110001
Octal161173261

Shades and tints

Shades of #717BB1

#717BB1
(113,123,177)
#6770A1
(103,112,161)
#5D6591
(93,101,145)
#535A81
(83,90,129)
#494F71
(73,79,113)
#3F4461
(63,68,97)
#353951
(53,57,81)
#2B2E41
(43,46,65)
#212331
(33,35,49)
#171821
(23,24,33)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #717BB1

#717BB1
(113,123,177)
#7D87B8
(125,135,184)
#8993BF
(137,147,191)
#959FC6
(149,159,198)
#A1ABCD
(161,171,205)
#ADB7D4
(173,183,212)
#B9C3DB
(185,195,219)
#C5CFE2
(197,207,226)
#D1DBE9
(209,219,233)
#DDE7F0
(221,231,240)
#E9F3F7
(233,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717BB1; }

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

This text font color is #717BB1.


Background Color

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

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

This div background color is #717BB1.


Border color

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

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

This div border color is #717BB1.


Opacity

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

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

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

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

This text has shadow with #717BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717BB1 on black background.


Color preview on white background

This text has color #717BB1 on white background.



Black color preview on #717BB1 background

This text has black color on #717BB1 background.


White color preview on #717BB1 background

This text has white color on #717BB1 background.