COLOR #807DC2

HEX: #807DC2 RGB: (128,125,194)

Color info

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

RGB color model

#807DC2 color RGB value is (128,125,194).

RGB: (128,125,194) (50%, 49%, 76%)

RGB channels and saturation

R 128 of 255 = 50%
G 125 of 255 = 49%
B 194 of 255 = 76%

128
125
194

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

Portions of RGB colors in percentages

R + G + B = 128 + 125 + 194 = 447 (100%)
R 128 of 447 ~ 28.64%
G 125 of 447 ~ 27.96%
B 194 of 447 ~ 43.4'%

%28.64
%27.96
%43.4

CMYK color model

#807DC2 color CMYK value is (34,36,0,24).

  • cyan value is 34.02%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (34,36,0,24)
C34M36Y0K24 (34%, 36%, 0%, 24%)
(0.34 / 0.36 / 0.00 / 0.24)

CMYK percentages

%34.02
%35.57
%0
%23.92

Codes

Color #807DC2 in popluar color models

80 7D C2
RGB 128 125 194
HSL 243° 36.13% 62.55%
HSB/HSV 243° 35.57% 76.08%
CMYK 34.02% 35.57% 0.00%
23.92%

Color #807DC2 in popluar number systems.

HEX 80 7D C2
Decimal 128 125 194
Binary 10000000 1111101 11000010
Octal 200 175 302

Shades and tints

Shades of #807DC2

#807DC2
(128,125,194)
#7572B1
(117,114,177)
#6A67A0
(106,103,160)
#5F5C8F
(95,92,143)
#54517E
(84,81,126)
#49466D
(73,70,109)
#3E3B5C
(62,59,92)
#33304B
(51,48,75)
#28253A
(40,37,58)
#1D1A29
(29,26,41)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #807DC2

#807DC2
(128,125,194)
#8B88C7
(139,136,199)
#9693CC
(150,147,204)
#A19ED1
(161,158,209)
#ACA9D6
(172,169,214)
#B7B4DB
(183,180,219)
#C2BFE0
(194,191,224)
#CDCAE5
(205,202,229)
#D8D5EA
(216,213,234)
#E3E0EF
(227,224,239)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807DC2 color. Also use rgb(128,125,194) instead hex code.

Text Font Color

.myTextColor { color: #807DC2; }

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

This text font color is #807DC2.

Background Color

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

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

This div background color is #807DC2.

Border color

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

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

This div border color is #807DC2.

Opacity

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

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

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

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

This text has shadow with #807DC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807DC2.

Preview

Color preview on black background

This text has color #807DC2 on black background.


Color preview on white background

This text has color #807DC2 on white background.


Black color preview on #807DC2 background

This text has black color on #807DC2 background.


White color preview on #807DC2 background

This text has white color on #807DC2 background.


Related colors

Complementary color

Complementary color for #hex is #7F823D.


I love getcolorcode.com

Triadic colors

1 #C2807D and #7DC280 with #807DC2 are triadic colors.

2 #C27D80 and #7D80C2 with #807DC2 are triadic colors.