COLOR #7921D2

HEX: #7921D2
RGB: (121,33,210)

Color info

#7921D2 contains mainly blue color. Web safe color of #7921D2 is #6633CC (or #63C).

RGB color model

#7921D2 color RGB value is (121,33,210).

  • red value is 121;
  • green value is 33;
  • blue value is 210.
RGB:
(121,33,210)
(47%,13%,82%)

RGB channels and saturation

R 121 of 255 = 47%
G 33 of 255 = 13%
B 210 of 255 = 82%

121
33
210

R + G + B ~ 47%. #7921D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 33 + 210 = 364 (100%)
R 121 of 364 ~ 33.24%
G 33 of 364 ~ 9.07%
B 210 of 364 ~ 57.69%

%33.24
%57.69

CMYK color model

#7921D2 color CMYK value is (42,84,0,18).

  • cyan value is 42.38%
  • magenta value is 84.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(42,84,0,18)
C42M84Y0K18 
(42%,84%,0%,18%)
(0.42/0.84/0.00/0.18)	

CMYK percentages

%42.38
%84.29
%0
%17.65

Codes

Color #7921D2 in popluar color models

7921D2
RGB12133210
HSL270°72.84%47.65%
HSB/HSV270°84.29%82.35%
CMYK42.38%84.29%0.00%
17.65%

Color #7921D2 in popluar number systems.

HEX7921D2
Decimal12133210
Binary111100110000111010010
Octal17141322

Shades and tints

Shades of #7921D2

#7921D2
(121,33,210)
#6E1EBF
(110,30,191)
#631BAC
(99,27,172)
#581899
(88,24,153)
#4D1586
(77,21,134)
#421273
(66,18,115)
#370F60
(55,15,96)
#2C0C4D
(44,12,77)
#21093A
(33,9,58)
#160627
(22,6,39)
#0B0314
(11,3,20)
#000000
(0,0,0)

Tints of #7921D2

#7921D2
(121,33,210)
#8535D6
(133,53,214)
#9149DA
(145,73,218)
#9D5DDE
(157,93,222)
#A971E2
(169,113,226)
#B585E6
(181,133,230)
#C199EA
(193,153,234)
#CDADEE
(205,173,238)
#D9C1F2
(217,193,242)
#E5D5F6
(229,213,246)
#F1E9FA
(241,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7921D2 color. Also use rgb(121,33,210) instead hex code.

Text Font Color

.myTextColor { color: #7921D2; }

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

This text font color is #7921D2.


Background Color

.myBgColor { background-color: #7921D2; }

<div style="background-color:#7921D2">Inner text</div>

This div background color is #7921D2.


Border color

.myBorderColor { border: 1px solid #7921D2; }

<div style="border:3px solid #7921D2">Div</div>

This div border color is #7921D2.


Opacity

.myOpacity80 { color: #7921D2; opacity: 0.8; }

<p style="color:#7921D2;opacity:0.8;">80%</p>

Text with #7921D2 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 #7921D2;}

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

This text has shadow with #7921D2 color.

.textShadow {text-shadow: 3px 3px 1px #7921D2, 3px 3px 1px red;}

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

This text has shadow with #7921D2 primary color and red secondary color.


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

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

This text has shadow with #7921D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7921D2 on black background.


Color preview on white background

This text has color #7921D2 on white background.



Black color preview on #7921D2 background

This text has black color on #7921D2 background.


White color preview on #7921D2 background

This text has white color on #7921D2 background.