COLOR #7951B5

HEX: #7951B5
RGB: (121,81,181)

Color info

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

RGB color model

#7951B5 color RGB value is (121,81,181).

  • red value is 121;
  • green value is 81;
  • blue value is 181.
RGB:
(121,81,181)
(47%,32%,71%)

RGB channels and saturation

R 121 of 255 = 47%
G 81 of 255 = 32%
B 181 of 255 = 71%

121
81
181

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

Portions of RGB colors in percentages

R + G + B =
121 + 81 + 181 = 383 (100%)
R 121 of 383 ~ 31.59%
G 81 of 383 ~ 21.15%
B 181 of 383 ~ 47.26%

%31.59
%21.15
%47.26

CMYK color model

#7951B5 color CMYK value is (33,55,0,29).

  • cyan value is 33.15%
  • magenta value is 55.25%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(33,55,0,29)
C33M55Y0K29 
(33%,55%,0%,29%)
(0.33/0.55/0.00/0.29)	

CMYK percentages

%33.15
%55.25
%0
%29.02

Codes

Color #7951B5 in popluar color models

7951B5
RGB12181181
HSL264°40.32%51.37%
HSB/HSV264°55.25%70.98%
CMYK33.15%55.25%0.00%
29.02%

Color #7951B5 in popluar number systems.

HEX7951B5
Decimal12181181
Binary1111001101000110110101
Octal171121265

Shades and tints

Shades of #7951B5

#7951B5
(121,81,181)
#6E4AA5
(110,74,165)
#634395
(99,67,149)
#583C85
(88,60,133)
#4D3575
(77,53,117)
#422E65
(66,46,101)
#372755
(55,39,85)
#2C2045
(44,32,69)
#211935
(33,25,53)
#161225
(22,18,37)
#0B0B15
(11,11,21)
#000000
(0,0,0)

Tints of #7951B5

#7951B5
(121,81,181)
#8560BB
(133,96,187)
#916FC1
(145,111,193)
#9D7EC7
(157,126,199)
#A98DCD
(169,141,205)
#B59CD3
(181,156,211)
#C1ABD9
(193,171,217)
#CDBADF
(205,186,223)
#D9C9E5
(217,201,229)
#E5D8EB
(229,216,235)
#F1E7F1
(241,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7951B5 color. Also use rgb(121,81,181) instead hex code.

Text Font Color

.myTextColor { color: #7951B5; }

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

This text font color is #7951B5.


Background Color

.myBgColor { background-color: #7951B5; }

<div style="background-color:#7951B5">Inner text</div>

This div background color is #7951B5.


Border color

.myBorderColor { border: 1px solid #7951B5; }

<div style="border:3px solid #7951B5">Div</div>

This div border color is #7951B5.


Opacity

.myOpacity80 { color: #7951B5; opacity: 0.8; }

<p style="color:#7951B5;opacity:0.8;">80%</p>

Text with #7951B5 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 #7951B5;}

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

This text has shadow with #7951B5 color.

.textShadow {text-shadow: 3px 3px 1px #7951B5, 3px 3px 1px red;}

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

This text has shadow with #7951B5 primary color and red secondary color.


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

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

This text has shadow with #7951B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7951B5 on black background.


Color preview on white background

This text has color #7951B5 on white background.



Black color preview on #7951B5 background

This text has black color on #7951B5 background.


White color preview on #7951B5 background

This text has white color on #7951B5 background.