COLOR #815BC5

HEX: #815BC5
RGB: (129,91,197)

Color info

#815BC5 contains mainly blue color. Web safe color of #815BC5 is #9966CC (or #96C).

RGB color model

#815BC5 color RGB value is (129,91,197).

  • red value is 129;
  • green value is 91;
  • blue value is 197.
RGB:
(129,91,197)
(51%,36%,77%)

RGB channels and saturation

R 129 of 255 = 51%
G 91 of 255 = 36%
B 197 of 255 = 77%

129
91
197

R + G + B ~ 55%. #815BC5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 91 + 197 = 417 (100%)
R 129 of 417 ~ 30.94%
G 91 of 417 ~ 21.82%
B 197 of 417 ~ 47.24%

%30.94
%21.82
%47.24

CMYK color model

#815BC5 color CMYK value is (35,54,0,23).

  • cyan value is 34.52%
  • magenta value is 53.81%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(35,54,0,23)
C35M54Y0K23 
(35%,54%,0%,23%)
(0.35/0.54/0.00/0.23)	

CMYK percentages

%34.52
%53.81
%0
%22.75

Codes

Color #815BC5 in popluar color models

815BC5
RGB12991197
HSL262°47.75%56.47%
HSB/HSV262°53.81%77.25%
CMYK34.52%53.81%0.00%
22.75%

Color #815BC5 in popluar number systems.

HEX815BC5
Decimal12991197
Binary10000001101101111000101
Octal201133305

Shades and tints

Shades of #815BC5

#815BC5
(129,91,197)
#7653B4
(118,83,180)
#6B4BA3
(107,75,163)
#604392
(96,67,146)
#553B81
(85,59,129)
#4A3370
(74,51,112)
#3F2B5F
(63,43,95)
#34234E
(52,35,78)
#291B3D
(41,27,61)
#1E132C
(30,19,44)
#130B1B
(19,11,27)
#000000
(0,0,0)

Tints of #815BC5

#815BC5
(129,91,197)
#8C69CA
(140,105,202)
#9777CF
(151,119,207)
#A285D4
(162,133,212)
#AD93D9
(173,147,217)
#B8A1DE
(184,161,222)
#C3AFE3
(195,175,227)
#CEBDE8
(206,189,232)
#D9CBED
(217,203,237)
#E4D9F2
(228,217,242)
#EFE7F7
(239,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815BC5 color. Also use rgb(129,91,197) instead hex code.

Text Font Color

.myTextColor { color: #815BC5; }

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

This text font color is #815BC5.


Background Color

.myBgColor { background-color: #815BC5; }

<div style="background-color:#815BC5">Inner text</div>

This div background color is #815BC5.


Border color

.myBorderColor { border: 1px solid #815BC5; }

<div style="border:3px solid #815BC5">Div</div>

This div border color is #815BC5.


Opacity

.myOpacity80 { color: #815BC5; opacity: 0.8; }

<p style="color:#815BC5;opacity:0.8;">80%</p>

Text with #815BC5 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 #815BC5;}

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

This text has shadow with #815BC5 color.

.textShadow {text-shadow: 3px 3px 1px #815BC5, 3px 3px 1px red;}

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

This text has shadow with #815BC5 primary color and red secondary color.


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

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

This text has shadow with #815BC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #815BC5 on black background.


Color preview on white background

This text has color #815BC5 on white background.



Black color preview on #815BC5 background

This text has black color on #815BC5 background.


White color preview on #815BC5 background

This text has white color on #815BC5 background.