COLOR #717ABE

HEX: #717ABE
RGB: (113,122,190)

Color info

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

RGB color model

#717ABE color RGB value is (113,122,190).

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

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 190 of 255 = 75%

113
122
190

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 190 = 425 (100%)
R 113 of 425 ~ 26.59%
G 122 of 425 ~ 28.71%
B 190 of 425 ~ 44.71%

%26.59
%28.71
%44.71

CMYK color model

#717ABE color CMYK value is (41,36,0,25).

  • cyan value is 40.53%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(41,36,0,25)
C41M36Y0K25 
(41%,36%,0%,25%)
(0.41/0.36/0.00/0.25)	

CMYK percentages

%40.53
%35.79
%0
%25.49

Codes

Color #717ABE in popluar color models

717ABE
RGB113122190
HSL233°37.20%59.41%
HSB/HSV233°40.53%74.51%
CMYK40.53%35.79%0.00%
25.49%

Color #717ABE in popluar number systems.

HEX717ABE
Decimal113122190
Binary1110001111101010111110
Octal161172276

Shades and tints

Shades of #717ABE

#717ABE
(113,122,190)
#676FAD
(103,111,173)
#5D649C
(93,100,156)
#53598B
(83,89,139)
#494E7A
(73,78,122)
#3F4369
(63,67,105)
#353858
(53,56,88)
#2B2D47
(43,45,71)
#212236
(33,34,54)
#171725
(23,23,37)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #717ABE

#717ABE
(113,122,190)
#7D86C3
(125,134,195)
#8992C8
(137,146,200)
#959ECD
(149,158,205)
#A1AAD2
(161,170,210)
#ADB6D7
(173,182,215)
#B9C2DC
(185,194,220)
#C5CEE1
(197,206,225)
#D1DAE6
(209,218,230)
#DDE6EB
(221,230,235)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717ABE; }

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

This text font color is #717ABE.


Background Color

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

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

This div background color is #717ABE.


Border color

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

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

This div border color is #717ABE.


Opacity

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

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

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

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

This text has shadow with #717ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717ABE on black background.


Color preview on white background

This text has color #717ABE on white background.



Black color preview on #717ABE background

This text has black color on #717ABE background.


White color preview on #717ABE background

This text has white color on #717ABE background.