COLOR #7960CD

HEX: #7960CD RGB: (121,96,205)

Color info

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

RGB color model

#7960CD color RGB value is (121,96,205).

RGB: (121,96,205) (47%, 38%, 80%)

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 205 of 255 = 80%

121
96
205

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

Portions of RGB colors in percentages

R + G + B = 121 + 96 + 205 = 422 (100%)
R 121 of 422 ~ 28.67%
G 96 of 422 ~ 22.75%
B 205 of 422 ~ 48.58'%

%28.67
%22.75
%48.58

CMYK color model

#7960CD color CMYK value is (41,53,0,20).

  • cyan value is 40.98%
  • magenta value is 53.17%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (41,53,0,20)
C41M53Y0K20 (41%, 53%, 0%, 20%)
(0.41 / 0.53 / 0.00 / 0.20)

CMYK percentages

%40.98
%53.17
%0
%19.61

Codes

Color #7960CD in popluar color models

79 60 CD
RGB 121 96 205
HSL 254° 52.15% 59.02%
HSB/HSV 254° 53.17% 80.39%
CMYK 40.98% 53.17% 0.00%
19.61%

Color #7960CD in popluar number systems.

HEX 79 60 CD
Decimal 121 96 205
Binary 1111001 1100000 11001101
Octal 171 140 315

Shades and tints

Shades of #7960CD

#7960CD
(121,96,205)
#6E58BB
(110,88,187)
#6350A9
(99,80,169)
#584897
(88,72,151)
#4D4085
(77,64,133)
#423873
(66,56,115)
#373061
(55,48,97)
#2C284F
(44,40,79)
#21203D
(33,32,61)
#16182B
(22,24,43)
#0B1019
(11,16,25)
#000000
(0,0,0)

Tints of #7960CD

#7960CD
(121,96,205)
#856ED1
(133,110,209)
#917CD5
(145,124,213)
#9D8AD9
(157,138,217)
#A998DD
(169,152,221)
#B5A6E1
(181,166,225)
#C1B4E5
(193,180,229)
#CDC2E9
(205,194,233)
#D9D0ED
(217,208,237)
#E5DEF1
(229,222,241)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7960CD color. Also use rgb(121,96,205) instead hex code.

Text Font Color

.myTextColor { color: #7960CD; }

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

This text font color is #7960CD.

Background Color

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

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

This div background color is #7960CD.

Border color

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

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

This div border color is #7960CD.

Opacity

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

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

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

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

This text has shadow with #7960CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7960CD.

Preview

Color preview on black background

This text has color #7960CD on black background.


Color preview on white background

This text has color #7960CD on white background.


Black color preview on #7960CD background

This text has black color on #7960CD background.


White color preview on #7960CD background

This text has white color on #7960CD background.


Related colors

Complementary color

Complementary color for #hex is #869F32.


I love getcolorcode.com

Triadic colors

1 #CD7960 and #60CD79 with #7960CD are triadic colors.

2 #CD6079 and #6079CD with #7960CD are triadic colors.