COLOR #7869CC

HEX: #7869CC RGB: (120,105,204)

Color info

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

RGB color model

#7869CC color RGB value is (120,105,204).

RGB: (120,105,204) (47%, 41%, 80%)

RGB channels and saturation

R 120 of 255 = 47%
G 105 of 255 = 41%
B 204 of 255 = 80%

120
105
204

R + G + B ~ 56%. #7869CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 105 + 204 = 429 (100%)
R 120 of 429 ~ 27.97%
G 105 of 429 ~ 24.48%
B 204 of 429 ~ 47.55'%

%27.97
%24.48
%47.55

CMYK color model

#7869CC color CMYK value is (41,49,0,20).

  • cyan value is 41.18%
  • magenta value is 48.53%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (41,49,0,20)
C41M49Y0K20 (41%, 49%, 0%, 20%)
(0.41 / 0.49 / 0.00 / 0.20)

CMYK percentages

%41.18
%48.53
%0
%20

Codes

Color #7869CC in popluar color models

78 69 CC
RGB 120 105 204
HSL 249° 49.25% 60.59%
HSB/HSV 249° 48.53% 80.00%
CMYK 41.18% 48.53% 0.00%
20.00%

Color #7869CC in popluar number systems.

HEX 78 69 CC
Decimal 120 105 204
Binary 1111000 1101001 11001100
Octal 170 151 314

Shades and tints

Shades of #7869CC

#7869CC
(120,105,204)
#6E60BA
(110,96,186)
#6457A8
(100,87,168)
#5A4E96
(90,78,150)
#504584
(80,69,132)
#463C72
(70,60,114)
#3C3360
(60,51,96)
#322A4E
(50,42,78)
#28213C
(40,33,60)
#1E182A
(30,24,42)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #7869CC

#7869CC
(120,105,204)
#8476D0
(132,118,208)
#9083D4
(144,131,212)
#9C90D8
(156,144,216)
#A89DDC
(168,157,220)
#B4AAE0
(180,170,224)
#C0B7E4
(192,183,228)
#CCC4E8
(204,196,232)
#D8D1EC
(216,209,236)
#E4DEF0
(228,222,240)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7869CC color. Also use rgb(120,105,204) instead hex code.

Text Font Color

.myTextColor { color: #7869CC; }

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

This text font color is #7869CC.

Background Color

.myBgColor { background-color: #7869CC; }

<div style="background-color:#7869CC">Inner text</div>

This div background color is #7869CC.

Border color

.myBorderColor { border: 1px solid #7869CC; }

<div style="border:3px solid #7869CC">Div</div>

This div border color is #7869CC.

Opacity

.myOpacity80 { color: #7869CC; opacity: 0.8; }

<p style="color:#7869CC;opacity:0.8;">80%</p>

Text with #7869CC 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 #7869CC;}

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

This text has shadow with #7869CC color.


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

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

This text has shadow with #7869CC primary color and red secondary color.


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

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

This text has shadow with #7869CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7869CC.

Preview

Color preview on black background

This text has color #7869CC on black background.


Color preview on white background

This text has color #7869CC on white background.


Black color preview on #7869CC background

This text has black color on #7869CC background.


White color preview on #7869CC background

This text has white color on #7869CC background.


Related colors

Complementary color

Complementary color for #hex is #879633.


I love getcolorcode.com

Triadic colors

1 #CC7869 and #69CC78 with #7869CC are triadic colors.

2 #CC6978 and #6978CC with #7869CC are triadic colors.