COLOR #7969D4

HEX: #7969D4
RGB: (121,105,212)

Color info

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

RGB color model

#7969D4 color RGB value is (121,105,212).

  • red value is 121;
  • green value is 105;
  • blue value is 212.
RGB:
(121,105,212)
(47%,41%,83%)

RGB channels and saturation

R 121 of 255 = 47%
G 105 of 255 = 41%
B 212 of 255 = 83%

121
105
212

R + G + B ~ 57%. #7969D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 105 + 212 = 438 (100%)
R 121 of 438 ~ 27.63%
G 105 of 438 ~ 23.97%
B 212 of 438 ~ 48.4%

%27.63
%23.97
%48.4

CMYK color model

#7969D4 color CMYK value is (43,50,0,17).

  • cyan value is 42.92%
  • magenta value is 50.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(43,50,0,17)
C43M50Y0K17 
(43%,50%,0%,17%)
(0.43/0.50/0.00/0.17)	

CMYK percentages

%42.92
%50.47
%0
%16.86

Codes

Color #7969D4 in popluar color models

7969D4
RGB121105212
HSL249°55.44%62.16%
HSB/HSV249°50.47%83.14%
CMYK42.92%50.47%0.00%
16.86%

Color #7969D4 in popluar number systems.

HEX7969D4
Decimal121105212
Binary1111001110100111010100
Octal171151324

Shades and tints

Shades of #7969D4

#7969D4
(121,105,212)
#6E60C1
(110,96,193)
#6357AE
(99,87,174)
#584E9B
(88,78,155)
#4D4588
(77,69,136)
#423C75
(66,60,117)
#373362
(55,51,98)
#2C2A4F
(44,42,79)
#21213C
(33,33,60)
#161829
(22,24,41)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #7969D4

#7969D4
(121,105,212)
#8576D7
(133,118,215)
#9183DA
(145,131,218)
#9D90DD
(157,144,221)
#A99DE0
(169,157,224)
#B5AAE3
(181,170,227)
#C1B7E6
(193,183,230)
#CDC4E9
(205,196,233)
#D9D1EC
(217,209,236)
#E5DEEF
(229,222,239)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7969D4 color. Also use rgb(121,105,212) instead hex code.

Text Font Color

.myTextColor { color: #7969D4; }

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

This text font color is #7969D4.


Background Color

.myBgColor { background-color: #7969D4; }

<div style="background-color:#7969D4">Inner text</div>

This div background color is #7969D4.


Border color

.myBorderColor { border: 1px solid #7969D4; }

<div style="border:3px solid #7969D4">Div</div>

This div border color is #7969D4.


Opacity

.myOpacity80 { color: #7969D4; opacity: 0.8; }

<p style="color:#7969D4;opacity:0.8;">80%</p>

Text with #7969D4 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 #7969D4;}

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

This text has shadow with #7969D4 color.

.textShadow {text-shadow: 3px 3px 1px #7969D4, 3px 3px 1px red;}

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

This text has shadow with #7969D4 primary color and red secondary color.


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

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

This text has shadow with #7969D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7969D4 on black background.


Color preview on white background

This text has color #7969D4 on white background.



Black color preview on #7969D4 background

This text has black color on #7969D4 background.


White color preview on #7969D4 background

This text has white color on #7969D4 background.