COLOR #7869CD

HEX: #7869CD
RGB: (120,105,205)

Color info

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

RGB color model

#7869CD color RGB value is (120,105,205).

  • red value is 120;
  • green value is 105;
  • blue value is 205.
RGB:
(120,105,205)
(47%,41%,80%)

RGB channels and saturation

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

120
105
205

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

Portions of RGB colors in percentages

R + G + B =
120 + 105 + 205 = 430 (100%)
R 120 of 430 ~ 27.91%
G 105 of 430 ~ 24.42%
B 205 of 430 ~ 47.67%

%27.91
%24.42
%47.67

CMYK color model

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

  • cyan value is 41.46%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(41,49,0,20)
C41M49Y0K20 
(41%,49%,0%,20%)
(0.41/0.49/0.00/0.20)	

CMYK percentages

%41.46
%48.78
%0
%19.61

Codes

Color #7869CD in popluar color models

7869CD
RGB120105205
HSL249°50.00%60.78%
HSB/HSV249°48.78%80.39%
CMYK41.46%48.78%0.00%
19.61%

Color #7869CD in popluar number systems.

HEX7869CD
Decimal120105205
Binary1111000110100111001101
Octal170151315

Shades and tints

Shades of #7869CD

#7869CD
(120,105,205)
#6E60BB
(110,96,187)
#6457A9
(100,87,169)
#5A4E97
(90,78,151)
#504585
(80,69,133)
#463C73
(70,60,115)
#3C3361
(60,51,97)
#322A4F
(50,42,79)
#28213D
(40,33,61)
#1E182B
(30,24,43)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #7869CD

#7869CD
(120,105,205)
#8476D1
(132,118,209)
#9083D5
(144,131,213)
#9C90D9
(156,144,217)
#A89DDD
(168,157,221)
#B4AAE1
(180,170,225)
#C0B7E5
(192,183,229)
#CCC4E9
(204,196,233)
#D8D1ED
(216,209,237)
#E4DEF1
(228,222,241)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7869CD; }

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

This text font color is #7869CD.


Background Color

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

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

This div background color is #7869CD.


Border color

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

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

This div border color is #7869CD.


Opacity

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

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

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

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

This text has shadow with #7869CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7869CD on black background.


Color preview on white background

This text has color #7869CD on white background.



Black color preview on #7869CD background

This text has black color on #7869CD background.


White color preview on #7869CD background

This text has white color on #7869CD background.