COLOR #715F90

HEX: #715F90
RGB: (113,95,144)

Color info

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

RGB color model

#715F90 color RGB value is (113,95,144).

  • red value is 113;
  • green value is 95;
  • blue value is 144.
RGB:
(113,95,144)
(44%,37%,56%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 144 of 255 = 56%

113
95
144

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

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 144 = 352 (100%)
R 113 of 352 ~ 32.1%
G 95 of 352 ~ 26.99%
B 144 of 352 ~ 40.91%

%32.1
%26.99
%40.91

CMYK color model

#715F90 color CMYK value is (22,34,0,44).

  • cyan value is 21.53%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(22,34,0,44)
C22M34Y0K44 
(22%,34%,0%,44%)
(0.22/0.34/0.00/0.44)	

CMYK percentages

%21.53
%34.03
%0
%43.53

Codes

Color #715F90 in popluar color models

715F90
RGB11395144
HSL262°20.50%46.86%
HSB/HSV262°34.03%56.47%
CMYK21.53%34.03%0.00%
43.53%

Color #715F90 in popluar number systems.

HEX715F90
Decimal11395144
Binary1110001101111110010000
Octal161137220

Shades and tints

Shades of #715F90

#715F90
(113,95,144)
#675783
(103,87,131)
#5D4F76
(93,79,118)
#534769
(83,71,105)
#493F5C
(73,63,92)
#3F374F
(63,55,79)
#352F42
(53,47,66)
#2B2735
(43,39,53)
#211F28
(33,31,40)
#17171B
(23,23,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #715F90

#715F90
(113,95,144)
#7D6D9A
(125,109,154)
#897BA4
(137,123,164)
#9589AE
(149,137,174)
#A197B8
(161,151,184)
#ADA5C2
(173,165,194)
#B9B3CC
(185,179,204)
#C5C1D6
(197,193,214)
#D1CFE0
(209,207,224)
#DDDDEA
(221,221,234)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715F90 color. Also use rgb(113,95,144) instead hex code.

Text Font Color

.myTextColor { color: #715F90; }

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

This text font color is #715F90.


Background Color

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

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

This div background color is #715F90.


Border color

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

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

This div border color is #715F90.


Opacity

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

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

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

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

This text has shadow with #715F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715F90 on black background.


Color preview on white background

This text has color #715F90 on white background.



Black color preview on #715F90 background

This text has black color on #715F90 background.


White color preview on #715F90 background

This text has white color on #715F90 background.