COLOR #717AB1

HEX: #717AB1
RGB: (113,122,177)

Color info

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

RGB color model

#717AB1 color RGB value is (113,122,177).

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

RGB channels and saturation

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

113
122
177

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 177 = 412 (100%)
R 113 of 412 ~ 27.43%
G 122 of 412 ~ 29.61%
B 177 of 412 ~ 42.96%

%27.43
%29.61
%42.96

CMYK color model

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

  • cyan value is 36.16%
  • magenta value is 31.07%
  • 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
%31.07
%0
%30.59

Codes

Color #717AB1 in popluar color models

717AB1
RGB113122177
HSL232°29.09%56.86%
HSB/HSV232°36.16%69.41%
CMYK36.16%31.07%0.00%
30.59%

Color #717AB1 in popluar number systems.

HEX717AB1
Decimal113122177
Binary1110001111101010110001
Octal161172261

Shades and tints

Shades of #717AB1

#717AB1
(113,122,177)
#676FA1
(103,111,161)
#5D6491
(93,100,145)
#535981
(83,89,129)
#494E71
(73,78,113)
#3F4361
(63,67,97)
#353851
(53,56,81)
#2B2D41
(43,45,65)
#212231
(33,34,49)
#171721
(23,23,33)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #717AB1

#717AB1
(113,122,177)
#7D86B8
(125,134,184)
#8992BF
(137,146,191)
#959EC6
(149,158,198)
#A1AACD
(161,170,205)
#ADB6D4
(173,182,212)
#B9C2DB
(185,194,219)
#C5CEE2
(197,206,226)
#D1DAE9
(209,218,233)
#DDE6F0
(221,230,240)
#E9F2F7
(233,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717AB1; }

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

This text font color is #717AB1.


Background Color

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

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

This div background color is #717AB1.


Border color

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

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

This div border color is #717AB1.


Opacity

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

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

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

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

This text has shadow with #717AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717AB1 on black background.


Color preview on white background

This text has color #717AB1 on white background.



Black color preview on #717AB1 background

This text has black color on #717AB1 background.


White color preview on #717AB1 background

This text has white color on #717AB1 background.