COLOR #804AC7

HEX: #804AC7 RGB: (128,74,199)

Color info

#804AC7 contains mainly blue color. Web safe color of #804AC7 is #6633CC (or #63C).

RGB color model

#804AC7 color RGB value is (128,74,199).

RGB: (128,74,199) (50%, 29%, 78%)

RGB channels and saturation

R 128 of 255 = 50%
G 74 of 255 = 29%
B 199 of 255 = 78%

128
74
199

R + G + B ~ 52%. #804AC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 74 + 199 = 401 (100%)
R 128 of 401 ~ 31.92%
G 74 of 401 ~ 18.45%
B 199 of 401 ~ 49.63'%

%31.92
%18.45
%49.63

CMYK color model

#804AC7 color CMYK value is (36,63,0,22).

  • cyan value is 35.68%
  • magenta value is 62.81%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (36,63,0,22)
C36M63Y0K22 (36%, 63%, 0%, 22%)
(0.36 / 0.63 / 0.00 / 0.22)

CMYK percentages

%35.68
%62.81
%0
%21.96

Codes

Color #804AC7 in popluar color models

80 4A C7
RGB 128 74 199
HSL 266° 52.74% 53.53%
HSB/HSV 266° 62.81% 78.04%
CMYK 35.68% 62.81% 0.00%
21.96%

Color #804AC7 in popluar number systems.

HEX 80 4A C7
Decimal 128 74 199
Binary 10000000 1001010 11000111
Octal 200 112 307

Shades and tints

Shades of #804AC7

#804AC7
(128,74,199)
#7544B5
(117,68,181)
#6A3EA3
(106,62,163)
#5F3891
(95,56,145)
#54327F
(84,50,127)
#492C6D
(73,44,109)
#3E265B
(62,38,91)
#332049
(51,32,73)
#281A37
(40,26,55)
#1D1425
(29,20,37)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #804AC7

#804AC7
(128,74,199)
#8B5ACC
(139,90,204)
#966AD1
(150,106,209)
#A17AD6
(161,122,214)
#AC8ADB
(172,138,219)
#B79AE0
(183,154,224)
#C2AAE5
(194,170,229)
#CDBAEA
(205,186,234)
#D8CAEF
(216,202,239)
#E3DAF4
(227,218,244)
#EEEAF9
(238,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804AC7 color. Also use rgb(128,74,199) instead hex code.

Text Font Color

.myTextColor { color: #804AC7; }

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

This text font color is #804AC7.

Background Color

.myBgColor { background-color: #804AC7; }

<div style="background-color:#804AC7">Inner text</div>

This div background color is #804AC7.

Border color

.myBorderColor { border: 1px solid #804AC7; }

<div style="border:3px solid #804AC7">Div</div>

This div border color is #804AC7.

Opacity

.myOpacity80 { color: #804AC7; opacity: 0.8; }

<p style="color:#804AC7;opacity:0.8;">80%</p>

Text with #804AC7 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 #804AC7;}

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

This text has shadow with #804AC7 color.


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

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

This text has shadow with #804AC7 primary color and red secondary color.


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

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

This text has shadow with #804AC7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #804AC7.

Preview

Color preview on black background

This text has color #804AC7 on black background.


Color preview on white background

This text has color #804AC7 on white background.


Black color preview on #804AC7 background

This text has black color on #804AC7 background.


White color preview on #804AC7 background

This text has white color on #804AC7 background.


Related colors

Complementary color

Complementary color for #hex is #7FB538.


I love getcolorcode.com

Triadic colors

1 #C7804A and #4AC780 with #804AC7 are triadic colors.

2 #C74A80 and #4A80C7 with #804AC7 are triadic colors.