COLOR #796ACC

HEX: #796ACC RGB: (121,106,204)

Color info

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

RGB color model

#796ACC color RGB value is (121,106,204).

RGB: (121,106,204) (47%, 42%, 80%)

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 204 of 255 = 80%

121
106
204

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

Portions of RGB colors in percentages

R + G + B = 121 + 106 + 204 = 431 (100%)
R 121 of 431 ~ 28.07%
G 106 of 431 ~ 24.59%
B 204 of 431 ~ 47.33'%

%28.07
%24.59
%47.33

CMYK color model

#796ACC color CMYK value is (41,48,0,20).

  • cyan value is 40.69%
  • magenta value is 48.04%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (41,48,0,20) C41M48Y0K20 (41%,48%,0%,20%) (0.41/0.48/0.00/0.20) 

CMYK percentages

%40.69
%48.04
%0
%20

Codes

Color #796ACC in popluar color models

79 6A CC
RGB 121 106 204
HSL 249° 49.00% 60.78%
HSB/HSV 249° 48.04% 80.00%
CMYK 40.69% 48.04% 0.00%
20.00%

Color #796ACC in popluar number systems.

HEX 79 6A CC
Decimal 121 106 204
Binary 1111001 1101010 11001100
Octal 171 152 314

Shades and tints

Shades of #796ACC

#796ACC
(121,106,204)
#6E61BA
(110,97,186)
#6358A8
(99,88,168)
#584F96
(88,79,150)
#4D4684
(77,70,132)
#423D72
(66,61,114)
#373460
(55,52,96)
#2C2B4E
(44,43,78)
#21223C
(33,34,60)
#16192A
(22,25,42)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #796ACC

#796ACC
(121,106,204)
#8577D0
(133,119,208)
#9184D4
(145,132,212)
#9D91D8
(157,145,216)
#A99EDC
(169,158,220)
#B5ABE0
(181,171,224)
#C1B8E4
(193,184,228)
#CDC5E8
(205,197,232)
#D9D2EC
(217,210,236)
#E5DFF0
(229,223,240)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796ACC color. Also use rgb(121,106,204) instead hex code.

Text Font Color

.myTextColor { color: #796ACC; }

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

This text font color is #796ACC.

Background Color

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

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

This div background color is #796ACC.

Border color

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

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

This div border color is #796ACC.

Opacity

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

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

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

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

This text has shadow with #796ACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796ACC.

Preview

Color preview on black background

This text has color #796ACC on black background.


Color preview on white background

This text has color #796ACC on white background.


Black color preview on #796ACC background

This text has black color on #796ACC background.


White color preview on #796ACC background

This text has white color on #796ACC background.


Related colors

Complementary color

Complementary color for #hex is #869533.


I love getcolorcode.com

Triadic colors

1 #CC796A and #6ACC79 with #796ACC are triadic colors.

2 #CC6A79 and #6A79CC with #796ACC are triadic colors.