COLOR #715BE8

HEX: #715BE8
RGB: (113,91,232)

Color info

#715BE8 contains mainly blue color. Web safe color of #715BE8 is #6666FF (or #66F).

RGB color model

#715BE8 color RGB value is (113,91,232).

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

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 232 of 255 = 91%

113
91
232

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 232 = 436 (100%)
R 113 of 436 ~ 25.92%
G 91 of 436 ~ 20.87%
B 232 of 436 ~ 53.21%

%25.92
%20.87
%53.21

CMYK color model

#715BE8 color CMYK value is (51,61,0,9).

  • cyan value is 51.29%
  • magenta value is 60.78%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(51,61,0,9)
C51M61Y0K9 
(51%,61%,0%,9%)
(0.51/0.61/0.00/0.09)	

CMYK percentages

%51.29
%60.78
%0
%9.02

Codes

Color #715BE8 in popluar color models

715BE8
RGB11391232
HSL249°75.40%63.33%
HSB/HSV249°60.78%90.98%
CMYK51.29%60.78%0.00%
9.02%

Color #715BE8 in popluar number systems.

HEX715BE8
Decimal11391232
Binary1110001101101111101000
Octal161133350

Shades and tints

Shades of #715BE8

#715BE8
(113,91,232)
#6753D3
(103,83,211)
#5D4BBE
(93,75,190)
#5343A9
(83,67,169)
#493B94
(73,59,148)
#3F337F
(63,51,127)
#352B6A
(53,43,106)
#2B2355
(43,35,85)
#211B40
(33,27,64)
#17132B
(23,19,43)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #715BE8

#715BE8
(113,91,232)
#7D69EA
(125,105,234)
#8977EC
(137,119,236)
#9585EE
(149,133,238)
#A193F0
(161,147,240)
#ADA1F2
(173,161,242)
#B9AFF4
(185,175,244)
#C5BDF6
(197,189,246)
#D1CBF8
(209,203,248)
#DDD9FA
(221,217,250)
#E9E7FC
(233,231,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715BE8; }

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

This text font color is #715BE8.


Background Color

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

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

This div background color is #715BE8.


Border color

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

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

This div border color is #715BE8.


Opacity

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

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

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

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

This text has shadow with #715BE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715BE8 on black background.


Color preview on white background

This text has color #715BE8 on white background.



Black color preview on #715BE8 background

This text has black color on #715BE8 background.


White color preview on #715BE8 background

This text has white color on #715BE8 background.