COLOR #717399

HEX: #717399
RGB: (113,115,153)

Color info

#717399 contains red, green and blue colors in about the same proportion. Web safe color of #717399 is #666699 (or #669).

RGB color model

#717399 color RGB value is (113,115,153).

  • red value is 113;
  • green value is 115;
  • blue value is 153.
RGB:
(113,115,153)
(44%,45%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 153 of 255 = 60%

113
115
153

R + G + B ~ 50%. #717399 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 153 = 381 (100%)
R 113 of 381 ~ 29.66%
G 115 of 381 ~ 30.18%
B 153 of 381 ~ 40.16%

%29.66
%30.18
%40.16

CMYK color model

#717399 color CMYK value is (26,25,0,40).

  • cyan value is 26.14%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(26,25,0,40)
C26M25Y0K40 
(26%,25%,0%,40%)
(0.26/0.25/0.00/0.40)	

CMYK percentages

%26.14
%24.84
%0
%40

Codes

Color #717399 in popluar color models

717399
RGB113115153
HSL237°16.39%52.16%
HSB/HSV237°26.14%60.00%
CMYK26.14%24.84%0.00%
40.00%

Color #717399 in popluar number systems.

HEX717399
Decimal113115153
Binary1110001111001110011001
Octal161163231

Shades and tints

Shades of #717399

#717399
(113,115,153)
#67698C
(103,105,140)
#5D5F7F
(93,95,127)
#535572
(83,85,114)
#494B65
(73,75,101)
#3F4158
(63,65,88)
#35374B
(53,55,75)
#2B2D3E
(43,45,62)
#212331
(33,35,49)
#171924
(23,25,36)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #717399

#717399
(113,115,153)
#7D7FA2
(125,127,162)
#898BAB
(137,139,171)
#9597B4
(149,151,180)
#A1A3BD
(161,163,189)
#ADAFC6
(173,175,198)
#B9BBCF
(185,187,207)
#C5C7D8
(197,199,216)
#D1D3E1
(209,211,225)
#DDDFEA
(221,223,234)
#E9EBF3
(233,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717399 color. Also use rgb(113,115,153) instead hex code.

Text Font Color

.myTextColor { color: #717399; }

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

This text font color is #717399.


Background Color

.myBgColor { background-color: #717399; }

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

This div background color is #717399.


Border color

.myBorderColor { border: 1px solid #717399; }

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

This div border color is #717399.


Opacity

.myOpacity80 { color: #717399; opacity: 0.8; }

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

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

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

This text has shadow with #717399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717399 on black background.


Color preview on white background

This text has color #717399 on white background.



Black color preview on #717399 background

This text has black color on #717399 background.


White color preview on #717399 background

This text has white color on #717399 background.