COLOR #7961B7

HEX: #7961B7 RGB: (121,97,183)

Color info

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

RGB color model

#7961B7 color RGB value is (121,97,183).

RGB: (121,97,183) (47%, 38%, 72%)

RGB channels and saturation

R 121 of 255 = 47%
G 97 of 255 = 38%
B 183 of 255 = 72%

121
97
183

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

Portions of RGB colors in percentages

R + G + B = 121 + 97 + 183 = 401 (100%)
R 121 of 401 ~ 30.17%
G 97 of 401 ~ 24.19%
B 183 of 401 ~ 45.64'%

%30.17
%24.19
%45.64

CMYK color model

#7961B7 color CMYK value is (34,47,0,28).

  • cyan value is 33.88%
  • magenta value is 46.99%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (34,47,0,28)
C34M47Y0K28 (34%, 47%, 0%, 28%)
(0.34 / 0.47 / 0.00 / 0.28)

CMYK percentages

%33.88
%46.99
%0
%28.24

Codes

Color #7961B7 in popluar color models

79 61 B7
RGB 121 97 183
HSL 257° 37.39% 54.90%
HSB/HSV 257° 46.99% 71.76%
CMYK 33.88% 46.99% 0.00%
28.24%

Color #7961B7 in popluar number systems.

HEX 79 61 B7
Decimal 121 97 183
Binary 1111001 1100001 10110111
Octal 171 141 267

Shades and tints

Shades of #7961B7

#7961B7
(121,97,183)
#6E59A7
(110,89,167)
#635197
(99,81,151)
#584987
(88,73,135)
#4D4177
(77,65,119)
#423967
(66,57,103)
#373157
(55,49,87)
#2C2947
(44,41,71)
#212137
(33,33,55)
#161927
(22,25,39)
#0B1117
(11,17,23)
#000000
(0,0,0)

Tints of #7961B7

#7961B7
(121,97,183)
#856FBD
(133,111,189)
#917DC3
(145,125,195)
#9D8BC9
(157,139,201)
#A999CF
(169,153,207)
#B5A7D5
(181,167,213)
#C1B5DB
(193,181,219)
#CDC3E1
(205,195,225)
#D9D1E7
(217,209,231)
#E5DFED
(229,223,237)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7961B7 color. Also use rgb(121,97,183) instead hex code.

Text Font Color

.myTextColor { color: #7961B7; }

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

This text font color is #7961B7.

Background Color

.myBgColor { background-color: #7961B7; }

<div style="background-color:#7961B7">Inner text</div>

This div background color is #7961B7.

Border color

.myBorderColor { border: 1px solid #7961B7; }

<div style="border:3px solid #7961B7">Div</div>

This div border color is #7961B7.

Opacity

.myOpacity80 { color: #7961B7; opacity: 0.8; }

<p style="color:#7961B7;opacity:0.8;">80%</p>

Text with #7961B7 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 #7961B7;}

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

This text has shadow with #7961B7 color.


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

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

This text has shadow with #7961B7 primary color and red secondary color.


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

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

This text has shadow with #7961B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7961B7.

Preview

Color preview on black background

This text has color #7961B7 on black background.


Color preview on white background

This text has color #7961B7 on white background.


Black color preview on #7961B7 background

This text has black color on #7961B7 background.


White color preview on #7961B7 background

This text has white color on #7961B7 background.


Related colors

Complementary color

Complementary color for #hex is #869E48.


I love getcolorcode.com

Triadic colors

1 #B77961 and #61B779 with #7961B7 are triadic colors.

2 #B76179 and #6179B7 with #7961B7 are triadic colors.