COLOR #7958B1

HEX: #7958B1
RGB: (121,88,177)

Color info

#7958B1 contains mainly red and blue colors. Web safe color of #7958B1 is #666699 (or #669).

RGB color model

#7958B1 color RGB value is (121,88,177).

  • red value is 121;
  • green value is 88;
  • blue value is 177.
RGB:
(121,88,177)
(47%,35%,69%)

RGB channels and saturation

R 121 of 255 = 47%
G 88 of 255 = 35%
B 177 of 255 = 69%

121
88
177

R + G + B ~ 50%. #7958B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 88 + 177 = 386 (100%)
R 121 of 386 ~ 31.35%
G 88 of 386 ~ 22.8%
B 177 of 386 ~ 45.85%

%31.35
%22.8
%45.85

CMYK color model

#7958B1 color CMYK value is (32,50,0,31).

  • cyan value is 31.64%
  • magenta value is 50.28%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(32,50,0,31)
C32M50Y0K31 
(32%,50%,0%,31%)
(0.32/0.50/0.00/0.31)	

CMYK percentages

%31.64
%50.28
%0
%30.59

Codes

Color #7958B1 in popluar color models

7958B1
RGB12188177
HSL262°36.33%51.96%
HSB/HSV262°50.28%69.41%
CMYK31.64%50.28%0.00%
30.59%

Color #7958B1 in popluar number systems.

HEX7958B1
Decimal12188177
Binary1111001101100010110001
Octal171130261

Shades and tints

Shades of #7958B1

#7958B1
(121,88,177)
#6E50A1
(110,80,161)
#634891
(99,72,145)
#584081
(88,64,129)
#4D3871
(77,56,113)
#423061
(66,48,97)
#372851
(55,40,81)
#2C2041
(44,32,65)
#211831
(33,24,49)
#161021
(22,16,33)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #7958B1

#7958B1
(121,88,177)
#8567B8
(133,103,184)
#9176BF
(145,118,191)
#9D85C6
(157,133,198)
#A994CD
(169,148,205)
#B5A3D4
(181,163,212)
#C1B2DB
(193,178,219)
#CDC1E2
(205,193,226)
#D9D0E9
(217,208,233)
#E5DFF0
(229,223,240)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7958B1 color. Also use rgb(121,88,177) instead hex code.

Text Font Color

.myTextColor { color: #7958B1; }

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

This text font color is #7958B1.


Background Color

.myBgColor { background-color: #7958B1; }

<div style="background-color:#7958B1">Inner text</div>

This div background color is #7958B1.


Border color

.myBorderColor { border: 1px solid #7958B1; }

<div style="border:3px solid #7958B1">Div</div>

This div border color is #7958B1.


Opacity

.myOpacity80 { color: #7958B1; opacity: 0.8; }

<p style="color:#7958B1;opacity:0.8;">80%</p>

Text with #7958B1 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 #7958B1;}

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

This text has shadow with #7958B1 color.

.textShadow {text-shadow: 3px 3px 1px #7958B1, 3px 3px 1px red;}

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

This text has shadow with #7958B1 primary color and red secondary color.


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

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

This text has shadow with #7958B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7958B1 on black background.


Color preview on white background

This text has color #7958B1 on white background.



Black color preview on #7958B1 background

This text has black color on #7958B1 background.


White color preview on #7958B1 background

This text has white color on #7958B1 background.