COLOR #715FB8

HEX: #715FB8
RGB: (113,95,184)

Color info

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

RGB color model

#715FB8 color RGB value is (113,95,184).

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

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 184 of 255 = 72%

113
95
184

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

Portions of RGB colors in percentages

R + G + B =
113 + 95 + 184 = 392 (100%)
R 113 of 392 ~ 28.83%
G 95 of 392 ~ 24.23%
B 184 of 392 ~ 46.94%

%28.83
%24.23
%46.94

CMYK color model

#715FB8 color CMYK value is (39,48,0,28).

  • cyan value is 38.59%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(39,48,0,28)
C39M48Y0K28 
(39%,48%,0%,28%)
(0.39/0.48/0.00/0.28)	

CMYK percentages

%38.59
%48.37
%0
%27.84

Codes

Color #715FB8 in popluar color models

715FB8
RGB11395184
HSL252°38.53%54.71%
HSB/HSV252°48.37%72.16%
CMYK38.59%48.37%0.00%
27.84%

Color #715FB8 in popluar number systems.

HEX715FB8
Decimal11395184
Binary1110001101111110111000
Octal161137270

Shades and tints

Shades of #715FB8

#715FB8
(113,95,184)
#6757A8
(103,87,168)
#5D4F98
(93,79,152)
#534788
(83,71,136)
#493F78
(73,63,120)
#3F3768
(63,55,104)
#352F58
(53,47,88)
#2B2748
(43,39,72)
#211F38
(33,31,56)
#171728
(23,23,40)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #715FB8

#715FB8
(113,95,184)
#7D6DBE
(125,109,190)
#897BC4
(137,123,196)
#9589CA
(149,137,202)
#A197D0
(161,151,208)
#ADA5D6
(173,165,214)
#B9B3DC
(185,179,220)
#C5C1E2
(197,193,226)
#D1CFE8
(209,207,232)
#DDDDEE
(221,221,238)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715FB8; }

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

This text font color is #715FB8.


Background Color

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

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

This div background color is #715FB8.


Border color

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

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

This div border color is #715FB8.


Opacity

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

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

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

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

This text has shadow with #715FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715FB8 on black background.


Color preview on white background

This text has color #715FB8 on white background.



Black color preview on #715FB8 background

This text has black color on #715FB8 background.


White color preview on #715FB8 background

This text has white color on #715FB8 background.