COLOR #796BA5

HEX: #796BA5 RGB: (121,107,165)

Color info

#796BA5 contains red, green and blue colors in about the same proportion. Web safe color of #796BA5 is #666699 (or #669).

RGB color model

#796BA5 color RGB value is (121,107,165).

RGB: (121,107,165) (47%, 42%, 65%)

RGB channels and saturation

R 121 of 255 = 47%
G 107 of 255 = 42%
B 165 of 255 = 65%

121
107
165

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

Portions of RGB colors in percentages

R + G + B = 121 + 107 + 165 = 393 (100%)
R 121 of 393 ~ 30.79%
G 107 of 393 ~ 27.23%
B 165 of 393 ~ 41.98'%

%30.79
%27.23
%41.98

CMYK color model

#796BA5 color CMYK value is (27,35,0,35).

  • cyan value is 26.67%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (27,35,0,35)
C27M35Y0K35 (27%, 35%, 0%, 35%)
(0.27 / 0.35 / 0.00 / 0.35)

CMYK percentages

%26.67
%35.15
%0
%35.29

Codes

Color #796BA5 in popluar color models

79 6B A5
RGB 121 107 165
HSL 254° 24.37% 53.33%
HSB/HSV 254° 35.15% 64.71%
CMYK 26.67% 35.15% 0.00%
35.29%

Color #796BA5 in popluar number systems.

HEX 79 6B A5
Decimal 121 107 165
Binary 1111001 1101011 10100101
Octal 171 153 245

Shades and tints

Shades of #796BA5

#796BA5
(121,107,165)
#6E6296
(110,98,150)
#635987
(99,89,135)
#585078
(88,80,120)
#4D4769
(77,71,105)
#423E5A
(66,62,90)
#37354B
(55,53,75)
#2C2C3C
(44,44,60)
#21232D
(33,35,45)
#161A1E
(22,26,30)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #796BA5

#796BA5
(121,107,165)
#8578AD
(133,120,173)
#9185B5
(145,133,181)
#9D92BD
(157,146,189)
#A99FC5
(169,159,197)
#B5ACCD
(181,172,205)
#C1B9D5
(193,185,213)
#CDC6DD
(205,198,221)
#D9D3E5
(217,211,229)
#E5E0ED
(229,224,237)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796BA5; }

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

This text font color is #796BA5.

Background Color

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

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

This div background color is #796BA5.

Border color

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

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

This div border color is #796BA5.

Opacity

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

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

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

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

This text has shadow with #796BA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796BA5.

Preview

Color preview on black background

This text has color #796BA5 on black background.


Color preview on white background

This text has color #796BA5 on white background.


Black color preview on #796BA5 background

This text has black color on #796BA5 background.


White color preview on #796BA5 background

This text has white color on #796BA5 background.


Related colors

Complementary color

Complementary color for #hex is #86945A.


I love getcolorcode.com

Triadic colors

1 #A5796B and #6BA579 with #796BA5 are triadic colors.

2 #A56B79 and #6B79A5 with #796BA5 are triadic colors.