COLOR #717994

HEX: #717994
RGB: (113,121,148)

Color info

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

RGB color model

#717994 color RGB value is (113,121,148).

  • red value is 113;
  • green value is 121;
  • blue value is 148.
RGB:
(113,121,148)
(44%,47%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 148 of 255 = 58%

113
121
148

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 148 = 382 (100%)
R 113 of 382 ~ 29.58%
G 121 of 382 ~ 31.68%
B 148 of 382 ~ 38.74%

%29.58
%31.68
%38.74

CMYK color model

#717994 color CMYK value is (24,18,0,42).

  • cyan value is 23.65%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(24,18,0,42)
C24M18Y0K42 
(24%,18%,0%,42%)
(0.24/0.18/0.00/0.42)	

CMYK percentages

%23.65
%18.24
%0
%41.96

Codes

Color #717994 in popluar color models

717994
RGB113121148
HSL226°14.06%51.18%
HSB/HSV226°23.65%58.04%
CMYK23.65%18.24%0.00%
41.96%

Color #717994 in popluar number systems.

HEX717994
Decimal113121148
Binary1110001111100110010100
Octal161171224

Shades and tints

Shades of #717994

#717994
(113,121,148)
#676E87
(103,110,135)
#5D637A
(93,99,122)
#53586D
(83,88,109)
#494D60
(73,77,96)
#3F4253
(63,66,83)
#353746
(53,55,70)
#2B2C39
(43,44,57)
#21212C
(33,33,44)
#17161F
(23,22,31)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #717994

#717994
(113,121,148)
#7D859D
(125,133,157)
#8991A6
(137,145,166)
#959DAF
(149,157,175)
#A1A9B8
(161,169,184)
#ADB5C1
(173,181,193)
#B9C1CA
(185,193,202)
#C5CDD3
(197,205,211)
#D1D9DC
(209,217,220)
#DDE5E5
(221,229,229)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717994 color. Also use rgb(113,121,148) instead hex code.

Text Font Color

.myTextColor { color: #717994; }

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

This text font color is #717994.


Background Color

.myBgColor { background-color: #717994; }

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

This div background color is #717994.


Border color

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

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

This div border color is #717994.


Opacity

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

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

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

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

This text has shadow with #717994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717994 on black background.


Color preview on white background

This text has color #717994 on white background.



Black color preview on #717994 background

This text has black color on #717994 background.


White color preview on #717994 background

This text has white color on #717994 background.