COLOR #715E9C

HEX: #715E9C RGB: (113,94,156)

Color info

#715E9C contains mainly red and blue colors. Web safe color of #715E9C is #666699 (or #669).

RGB color model

#715E9C color RGB value is (113,94,156).

RGB: (113,94,156) (44%, 37%, 61%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 156 of 255 = 61%

113
94
156

R + G + B ~ 47%. #715E9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 94 + 156 = 363 (100%)
R 113 of 363 ~ 31.13%
G 94 of 363 ~ 25.9%
B 156 of 363 ~ 42.98'%

%31.13
%25.9
%42.98

CMYK color model

#715E9C color CMYK value is (28,40,0,39).

  • cyan value is 27.56%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (28,40,0,39) C28M40Y0K39 (28%,40%,0%,39%) (0.28/0.40/0.00/0.39) 

CMYK percentages

%27.56
%39.74
%0
%38.82

Codes

Color #715E9C in popluar color models

71 5E 9C
RGB 113 94 156
HSL 258° 24.80% 49.02%
HSB/HSV 258° 39.74% 61.18%
CMYK 27.56% 39.74% 0.00%
38.82%

Color #715E9C in popluar number systems.

HEX 71 5E 9C
Decimal 113 94 156
Binary 1110001 1011110 10011100
Octal 161 136 234

Shades and tints

Shades of #715E9C

#715E9C
(113,94,156)
#67568E
(103,86,142)
#5D4E80
(93,78,128)
#534672
(83,70,114)
#493E64
(73,62,100)
#3F3656
(63,54,86)
#352E48
(53,46,72)
#2B263A
(43,38,58)
#211E2C
(33,30,44)
#17161E
(23,22,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #715E9C

#715E9C
(113,94,156)
#7D6CA5
(125,108,165)
#897AAE
(137,122,174)
#9588B7
(149,136,183)
#A196C0
(161,150,192)
#ADA4C9
(173,164,201)
#B9B2D2
(185,178,210)
#C5C0DB
(197,192,219)
#D1CEE4
(209,206,228)
#DDDCED
(221,220,237)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E9C color. Also use rgb(113,94,156) instead hex code.

Text Font Color

.myTextColor { color: #715E9C; }

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

This text font color is #715E9C.

Background Color

.myBgColor { background-color: #715E9C; }

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

This div background color is #715E9C.

Border color

.myBorderColor { border: 1px solid #715E9C; }

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

This div border color is #715E9C.

Opacity

.myOpacity80 { color: #715E9C; opacity: 0.8; }

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

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

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

This text has shadow with #715E9C color.


.textShadow {text-shadow: 3px 3px 1px #715E9C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #715E9C; -webkit-box-shadow: 1px 1px 3px 2px #715E9C; box-shadow:1px 1px 3px 2px #715E9C;">
Div content here
</div>

This div box has shadow with color #715E9C.

Preview

Color preview on black background

This text has color #715E9C on black background.


Color preview on white background

This text has color #715E9C on white background.


Black color preview on #715E9C background

This text has black color on #715E9C background.


White color preview on #715E9C background

This text has white color on #715E9C background.


Related colors

Complementary color

Complementary color for #hex is #8EA163.


I love getcolorcode.com

Triadic colors

1 #9C715E and #5E9C71 with #715E9C are triadic colors.

2 #9C5E71 and #5E719C with #715E9C are triadic colors.