COLOR #7809CE

HEX: #7809CE RGB: (120,9,206)

Color info

#7809CE contains mainly blue color. Web safe color of #7809CE is #6600CC (or #60C).

RGB color model

#7809CE color RGB value is (120,9,206).

RGB: (120,9,206) (47%, 4%, 81%)

RGB channels and saturation

R 120 of 255 = 47%
G 9 of 255 = 4%
B 206 of 255 = 81%

120
9
206

R + G + B ~ 44%. #7809CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 9 + 206 = 335 (100%)
R 120 of 335 ~ 35.82%
G 9 of 335 ~ 2.69%
B 206 of 335 ~ 61.49'%

%35.82
%61.49

CMYK color model

#7809CE color CMYK value is (42,96,0,19).

  • cyan value is 41.75%
  • magenta value is 95.63%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (42,96,0,19)
C42M96Y0K19 (42%, 96%, 0%, 19%)
(0.42 / 0.96 / 0.00 / 0.19)

CMYK percentages

%41.75
%95.63
%0
%19.22

Codes

Color #7809CE in popluar color models

78 09 CE
RGB 120 9 206
HSL 274° 91.63% 42.16%
HSB/HSV 274° 95.63% 80.78%
CMYK 41.75% 95.63% 0.00%
19.22%

Color #7809CE in popluar number systems.

HEX 78 09 CE
Decimal 120 9 206
Binary 1111000 1001 11001110
Octal 170 11 316

Shades and tints

Shades of #7809CE

#7809CE
(120,9,206)
#6E09BC
(110,9,188)
#6409AA
(100,9,170)
#5A0998
(90,9,152)
#500986
(80,9,134)
#460974
(70,9,116)
#3C0962
(60,9,98)
#320950
(50,9,80)
#28093E
(40,9,62)
#1E092C
(30,9,44)
#14091A
(20,9,26)
#000000
(0,0,0)

Tints of #7809CE

#7809CE
(120,9,206)
#841FD2
(132,31,210)
#9035D6
(144,53,214)
#9C4BDA
(156,75,218)
#A861DE
(168,97,222)
#B477E2
(180,119,226)
#C08DE6
(192,141,230)
#CCA3EA
(204,163,234)
#D8B9EE
(216,185,238)
#E4CFF2
(228,207,242)
#F0E5F6
(240,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7809CE color. Also use rgb(120,9,206) instead hex code.

Text Font Color

.myTextColor { color: #7809CE; }

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

This text font color is #7809CE.

Background Color

.myBgColor { background-color: #7809CE; }

<div style="background-color:#7809CE">Inner text</div>

This div background color is #7809CE.

Border color

.myBorderColor { border: 1px solid #7809CE; }

<div style="border:3px solid #7809CE">Div</div>

This div border color is #7809CE.

Opacity

.myOpacity80 { color: #7809CE; opacity: 0.8; }

<p style="color:#7809CE;opacity:0.8;">80%</p>

Text with #7809CE 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 #7809CE;}

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

This text has shadow with #7809CE color.


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

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

This text has shadow with #7809CE primary color and red secondary color.


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

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

This text has shadow with #7809CE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7809CE.

Preview

Color preview on black background

This text has color #7809CE on black background.


Color preview on white background

This text has color #7809CE on white background.


Black color preview on #7809CE background

This text has black color on #7809CE background.


White color preview on #7809CE background

This text has white color on #7809CE background.


Related colors

Complementary color

Complementary color for #hex is #87F631.


I love getcolorcode.com

Triadic colors

1 #CE7809 and #09CE78 with #7809CE are triadic colors.

2 #CE0978 and #0978CE with #7809CE are triadic colors.