COLOR #715B8E

HEX: #715B8E
RGB: (113,91,142)

Color info

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

RGB color model

#715B8E color RGB value is (113,91,142).

  • red value is 113;
  • green value is 91;
  • blue value is 142.
RGB:
(113,91,142)
(44%,36%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 142 of 255 = 56%

113
91
142

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 142 = 346 (100%)
R 113 of 346 ~ 32.66%
G 91 of 346 ~ 26.3%
B 142 of 346 ~ 41.04%

%32.66
%26.3
%41.04

CMYK color model

#715B8E color CMYK value is (20,36,0,44).

  • cyan value is 20.42%
  • magenta value is 35.92%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(20,36,0,44)
C20M36Y0K44 
(20%,36%,0%,44%)
(0.20/0.36/0.00/0.44)	

CMYK percentages

%20.42
%35.92
%0
%44.31

Codes

Color #715B8E in popluar color models

715B8E
RGB11391142
HSL266°21.89%45.69%
HSB/HSV266°35.92%55.69%
CMYK20.42%35.92%0.00%
44.31%

Color #715B8E in popluar number systems.

HEX715B8E
Decimal11391142
Binary1110001101101110001110
Octal161133216

Shades and tints

Shades of #715B8E

#715B8E
(113,91,142)
#675382
(103,83,130)
#5D4B76
(93,75,118)
#53436A
(83,67,106)
#493B5E
(73,59,94)
#3F3352
(63,51,82)
#352B46
(53,43,70)
#2B233A
(43,35,58)
#211B2E
(33,27,46)
#171322
(23,19,34)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #715B8E

#715B8E
(113,91,142)
#7D6998
(125,105,152)
#8977A2
(137,119,162)
#9585AC
(149,133,172)
#A193B6
(161,147,182)
#ADA1C0
(173,161,192)
#B9AFCA
(185,175,202)
#C5BDD4
(197,189,212)
#D1CBDE
(209,203,222)
#DDD9E8
(221,217,232)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715B8E color. Also use rgb(113,91,142) instead hex code.

Text Font Color

.myTextColor { color: #715B8E; }

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

This text font color is #715B8E.


Background Color

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

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

This div background color is #715B8E.


Border color

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

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

This div border color is #715B8E.


Opacity

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

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

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

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

This text has shadow with #715B8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B8E on black background.


Color preview on white background

This text has color #715B8E on white background.



Black color preview on #715B8E background

This text has black color on #715B8E background.


White color preview on #715B8E background

This text has white color on #715B8E background.