COLOR #807AD6

HEX: #807AD6 RGB: (128,122,214)

Color info

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

RGB color model

#807AD6 color RGB value is (128,122,214).

RGB: (128,122,214) (50%, 48%, 84%)

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 214 of 255 = 84%

128
122
214

R + G + B ~ 61%. #807AD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 122 + 214 = 464 (100%)
R 128 of 464 ~ 27.59%
G 122 of 464 ~ 26.29%
B 214 of 464 ~ 46.12'%

%27.59
%26.29
%46.12

CMYK color model

#807AD6 color CMYK value is (40,43,0,16).

  • cyan value is 40.19%
  • magenta value is 42.99%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (40,43,0,16)
C40M43Y0K16 (40%, 43%, 0%, 16%)
(0.40 / 0.43 / 0.00 / 0.16)

CMYK percentages

%40.19
%42.99
%0
%16.08

Codes

Color #807AD6 in popluar color models

80 7A D6
RGB 128 122 214
HSL 244° 52.87% 65.88%
HSB/HSV 244° 42.99% 83.92%
CMYK 40.19% 42.99% 0.00%
16.08%

Color #807AD6 in popluar number systems.

HEX 80 7A D6
Decimal 128 122 214
Binary 10000000 1111010 11010110
Octal 200 172 326

Shades and tints

Shades of #807AD6

#807AD6
(128,122,214)
#756FC3
(117,111,195)
#6A64B0
(106,100,176)
#5F599D
(95,89,157)
#544E8A
(84,78,138)
#494377
(73,67,119)
#3E3864
(62,56,100)
#332D51
(51,45,81)
#28223E
(40,34,62)
#1D172B
(29,23,43)
#120C18
(18,12,24)
#000000
(0,0,0)

Tints of #807AD6

#807AD6
(128,122,214)
#8B86D9
(139,134,217)
#9692DC
(150,146,220)
#A19EDF
(161,158,223)
#ACAAE2
(172,170,226)
#B7B6E5
(183,182,229)
#C2C2E8
(194,194,232)
#CDCEEB
(205,206,235)
#D8DAEE
(216,218,238)
#E3E6F1
(227,230,241)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807AD6 color. Also use rgb(128,122,214) instead hex code.

Text Font Color

.myTextColor { color: #807AD6; }

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

This text font color is #807AD6.

Background Color

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

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

This div background color is #807AD6.

Border color

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

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

This div border color is #807AD6.

Opacity

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

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

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

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

This text has shadow with #807AD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807AD6.

Preview

Color preview on black background

This text has color #807AD6 on black background.


Color preview on white background

This text has color #807AD6 on white background.


Black color preview on #807AD6 background

This text has black color on #807AD6 background.


White color preview on #807AD6 background

This text has white color on #807AD6 background.


Related colors

Complementary color

Complementary color for #hex is #7F8529.


I love getcolorcode.com

Triadic colors

1 #D6807A and #7AD680 with #807AD6 are triadic colors.

2 #D67A80 and #7A80D6 with #807AD6 are triadic colors.