COLOR #796CE6

HEX: #796CE6 RGB: (121,108,230)

Color info

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

RGB color model

#796CE6 color RGB value is (121,108,230).

RGB: (121,108,230) (47%, 42%, 90%)

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 230 of 255 = 90%

121
108
230

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

Portions of RGB colors in percentages

R + G + B = 121 + 108 + 230 = 459 (100%)
R 121 of 459 ~ 26.36%
G 108 of 459 ~ 23.53%
B 230 of 459 ~ 50.11'%

%26.36
%23.53
%50.11

CMYK color model

#796CE6 color CMYK value is (47,53,0,10).

  • cyan value is 47.39%
  • magenta value is 53.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (47,53,0,10)
C47M53Y0K10 (47%, 53%, 0%, 10%)
(0.47 / 0.53 / 0.00 / 0.10)

CMYK percentages

%47.39
%53.04
%0
%9.8

Codes

Color #796CE6 in popluar color models

79 6C E6
RGB 121 108 230
HSL 246° 70.93% 66.27%
HSB/HSV 246° 53.04% 90.20%
CMYK 47.39% 53.04% 0.00%
9.80%

Color #796CE6 in popluar number systems.

HEX 79 6C E6
Decimal 121 108 230
Binary 1111001 1101100 11100110
Octal 171 154 346

Shades and tints

Shades of #796CE6

#796CE6
(121,108,230)
#6E63D2
(110,99,210)
#635ABE
(99,90,190)
#5851AA
(88,81,170)
#4D4896
(77,72,150)
#423F82
(66,63,130)
#37366E
(55,54,110)
#2C2D5A
(44,45,90)
#212446
(33,36,70)
#161B32
(22,27,50)
#0B121E
(11,18,30)
#000000
(0,0,0)

Tints of #796CE6

#796CE6
(121,108,230)
#8579E8
(133,121,232)
#9186EA
(145,134,234)
#9D93EC
(157,147,236)
#A9A0EE
(169,160,238)
#B5ADF0
(181,173,240)
#C1BAF2
(193,186,242)
#CDC7F4
(205,199,244)
#D9D4F6
(217,212,246)
#E5E1F8
(229,225,248)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796CE6 color. Also use rgb(121,108,230) instead hex code.

Text Font Color

.myTextColor { color: #796CE6; }

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

This text font color is #796CE6.

Background Color

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

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

This div background color is #796CE6.

Border color

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

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

This div border color is #796CE6.

Opacity

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

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

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

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

This text has shadow with #796CE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796CE6.

Preview

Color preview on black background

This text has color #796CE6 on black background.


Color preview on white background

This text has color #796CE6 on white background.


Black color preview on #796CE6 background

This text has black color on #796CE6 background.


White color preview on #796CE6 background

This text has white color on #796CE6 background.


Related colors

Complementary color

Complementary color for #hex is #869319.


I love getcolorcode.com

Triadic colors

1 #E6796C and #6CE679 with #796CE6 are triadic colors.

2 #E66C79 and #6C79E6 with #796CE6 are triadic colors.