COLOR #807CE1

HEX: #807CE1
RGB: (128,124,225)

Color info

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

RGB color model

#807CE1 color RGB value is (128,124,225).

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

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 225 of 255 = 88%

128
124
225

R + G + B ~ 62%. #807CE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 124 + 225 = 477 (100%)
R 128 of 477 ~ 26.83%
G 124 of 477 ~ 26%
B 225 of 477 ~ 47.17%

%26.83
%26
%47.17

CMYK color model

#807CE1 color CMYK value is (43,45,0,12).

  • cyan value is 43.11%
  • magenta value is 44.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(43,45,0,12)
C43M45Y0K12 
(43%,45%,0%,12%)
(0.43/0.45/0.00/0.12)	

CMYK percentages

%43.11
%44.89
%0
%11.76

Codes

Color #807CE1 in popluar color models

807CE1
RGB128124225
HSL242°62.73%68.43%
HSB/HSV242°44.89%88.24%
CMYK43.11%44.89%0.00%
11.76%

Color #807CE1 in popluar number systems.

HEX807CE1
Decimal128124225
Binary10000000111110011100001
Octal200174341

Shades and tints

Shades of #807CE1

#807CE1
(128,124,225)
#7571CD
(117,113,205)
#6A66B9
(106,102,185)
#5F5BA5
(95,91,165)
#545091
(84,80,145)
#49457D
(73,69,125)
#3E3A69
(62,58,105)
#332F55
(51,47,85)
#282441
(40,36,65)
#1D192D
(29,25,45)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #807CE1

#807CE1
(128,124,225)
#8B87E3
(139,135,227)
#9692E5
(150,146,229)
#A19DE7
(161,157,231)
#ACA8E9
(172,168,233)
#B7B3EB
(183,179,235)
#C2BEED
(194,190,237)
#CDC9EF
(205,201,239)
#D8D4F1
(216,212,241)
#E3DFF3
(227,223,243)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807CE1; }

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

This text font color is #807CE1.


Background Color

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

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

This div background color is #807CE1.


Border color

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

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

This div border color is #807CE1.


Opacity

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

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

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

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

This text has shadow with #807CE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807CE1 on black background.


Color preview on white background

This text has color #807CE1 on white background.



Black color preview on #807CE1 background

This text has black color on #807CE1 background.


White color preview on #807CE1 background

This text has white color on #807CE1 background.