COLOR #807CB5

HEX: #807CB5
RGB: (128,124,181)

Color info

#807CB5 contains red, green and blue colors in about the same proportion. Web safe color of #807CB5 is #6666CC (or #66C).

RGB color model

#807CB5 color RGB value is (128,124,181).

  • red value is 128;
  • green value is 124;
  • blue value is 181.
RGB:
(128,124,181)
(50%,49%,71%)

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 181 of 255 = 71%

128
124
181

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

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 181 = 433 (100%)
R 128 of 433 ~ 29.56%
G 124 of 433 ~ 28.64%
B 181 of 433 ~ 41.8%

%29.56
%28.64
%41.8

CMYK color model

#807CB5 color CMYK value is (29,31,0,29).

  • cyan value is 29.28%
  • magenta value is 31.49%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(29,31,0,29)
C29M31Y0K29 
(29%,31%,0%,29%)
(0.29/0.31/0.00/0.29)	

CMYK percentages

%29.28
%31.49
%0
%29.02

Codes

Color #807CB5 in popluar color models

807CB5
RGB128124181
HSL244°27.80%59.80%
HSB/HSV244°31.49%70.98%
CMYK29.28%31.49%0.00%
29.02%

Color #807CB5 in popluar number systems.

HEX807CB5
Decimal128124181
Binary10000000111110010110101
Octal200174265

Shades and tints

Shades of #807CB5

#807CB5
(128,124,181)
#7571A5
(117,113,165)
#6A6695
(106,102,149)
#5F5B85
(95,91,133)
#545075
(84,80,117)
#494565
(73,69,101)
#3E3A55
(62,58,85)
#332F45
(51,47,69)
#282435
(40,36,53)
#1D1925
(29,25,37)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #807CB5

#807CB5
(128,124,181)
#8B87BB
(139,135,187)
#9692C1
(150,146,193)
#A19DC7
(161,157,199)
#ACA8CD
(172,168,205)
#B7B3D3
(183,179,211)
#C2BED9
(194,190,217)
#CDC9DF
(205,201,223)
#D8D4E5
(216,212,229)
#E3DFEB
(227,223,235)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807CB5 color. Also use rgb(128,124,181) instead hex code.

Text Font Color

.myTextColor { color: #807CB5; }

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

This text font color is #807CB5.


Background Color

.myBgColor { background-color: #807CB5; }

<div style="background-color:#807CB5">Inner text</div>

This div background color is #807CB5.


Border color

.myBorderColor { border: 1px solid #807CB5; }

<div style="border:3px solid #807CB5">Div</div>

This div border color is #807CB5.


Opacity

.myOpacity80 { color: #807CB5; opacity: 0.8; }

<p style="color:#807CB5;opacity:0.8;">80%</p>

Text with #807CB5 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 #807CB5;}

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

This text has shadow with #807CB5 color.

.textShadow {text-shadow: 3px 3px 1px #807CB5, 3px 3px 1px red;}

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

This text has shadow with #807CB5 primary color and red secondary color.


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

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

This text has shadow with #807CB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807CB5 on black background.


Color preview on white background

This text has color #807CB5 on white background.



Black color preview on #807CB5 background

This text has black color on #807CB5 background.


White color preview on #807CB5 background

This text has white color on #807CB5 background.