COLOR #796BAE

HEX: #796BAE
RGB: (121,107,174)

Color info

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

RGB color model

#796BAE color RGB value is (121,107,174).

  • red value is 121;
  • green value is 107;
  • blue value is 174.
RGB:
(121,107,174)
(47%,42%,68%)

RGB channels and saturation

R 121 of 255 = 47%
G 107 of 255 = 42%
B 174 of 255 = 68%

121
107
174

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

Portions of RGB colors in percentages

R + G + B =
121 + 107 + 174 = 402 (100%)
R 121 of 402 ~ 30.1%
G 107 of 402 ~ 26.62%
B 174 of 402 ~ 43.28%

%30.1
%26.62
%43.28

CMYK color model

#796BAE color CMYK value is (30,39,0,32).

  • cyan value is 30.46%
  • magenta value is 38.51%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,39,0,32)
C30M39Y0K32 
(30%,39%,0%,32%)
(0.30/0.39/0.00/0.32)	

CMYK percentages

%30.46
%38.51
%0
%31.76

Codes

Color #796BAE in popluar color models

796BAE
RGB121107174
HSL253°29.26%55.10%
HSB/HSV253°38.51%68.24%
CMYK30.46%38.51%0.00%
31.76%

Color #796BAE in popluar number systems.

HEX796BAE
Decimal121107174
Binary1111001110101110101110
Octal171153256

Shades and tints

Shades of #796BAE

#796BAE
(121,107,174)
#6E629F
(110,98,159)
#635990
(99,89,144)
#585081
(88,80,129)
#4D4772
(77,71,114)
#423E63
(66,62,99)
#373554
(55,53,84)
#2C2C45
(44,44,69)
#212336
(33,35,54)
#161A27
(22,26,39)
#0B1118
(11,17,24)
#000000
(0,0,0)

Tints of #796BAE

#796BAE
(121,107,174)
#8578B5
(133,120,181)
#9185BC
(145,133,188)
#9D92C3
(157,146,195)
#A99FCA
(169,159,202)
#B5ACD1
(181,172,209)
#C1B9D8
(193,185,216)
#CDC6DF
(205,198,223)
#D9D3E6
(217,211,230)
#E5E0ED
(229,224,237)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796BAE color. Also use rgb(121,107,174) instead hex code.

Text Font Color

.myTextColor { color: #796BAE; }

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

This text font color is #796BAE.


Background Color

.myBgColor { background-color: #796BAE; }

<div style="background-color:#796BAE">Inner text</div>

This div background color is #796BAE.


Border color

.myBorderColor { border: 1px solid #796BAE; }

<div style="border:3px solid #796BAE">Div</div>

This div border color is #796BAE.


Opacity

.myOpacity80 { color: #796BAE; opacity: 0.8; }

<p style="color:#796BAE;opacity:0.8;">80%</p>

Text with #796BAE 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 #796BAE;}

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

This text has shadow with #796BAE color.

.textShadow {text-shadow: 3px 3px 1px #796BAE, 3px 3px 1px red;}

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

This text has shadow with #796BAE primary color and red secondary color.


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

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

This text has shadow with #796BAE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796BAE on black background.


Color preview on white background

This text has color #796BAE on white background.



Black color preview on #796BAE background

This text has black color on #796BAE background.


White color preview on #796BAE background

This text has white color on #796BAE background.