COLOR #796EE3

HEX: #796EE3
RGB: (121,110,227)

Color info

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

RGB color model

#796EE3 color RGB value is (121,110,227).

  • red value is 121;
  • green value is 110;
  • blue value is 227.
RGB:
(121,110,227)
(47%,43%,89%)

RGB channels and saturation

R 121 of 255 = 47%
G 110 of 255 = 43%
B 227 of 255 = 89%

121
110
227

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

Portions of RGB colors in percentages

R + G + B =
121 + 110 + 227 = 458 (100%)
R 121 of 458 ~ 26.42%
G 110 of 458 ~ 24.02%
B 227 of 458 ~ 49.56%

%26.42
%24.02
%49.56

CMYK color model

#796EE3 color CMYK value is (47,52,0,11).

  • cyan value is 46.70%
  • magenta value is 51.54%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(47,52,0,11)
C47M52Y0K11 
(47%,52%,0%,11%)
(0.47/0.52/0.00/0.11)	

CMYK percentages

%46.7
%51.54
%0
%10.98

Codes

Color #796EE3 in popluar color models

796EE3
RGB121110227
HSL246°67.63%66.08%
HSB/HSV246°51.54%89.02%
CMYK46.70%51.54%0.00%
10.98%

Color #796EE3 in popluar number systems.

HEX796EE3
Decimal121110227
Binary1111001110111011100011
Octal171156343

Shades and tints

Shades of #796EE3

#796EE3
(121,110,227)
#6E64CF
(110,100,207)
#635ABB
(99,90,187)
#5850A7
(88,80,167)
#4D4693
(77,70,147)
#423C7F
(66,60,127)
#37326B
(55,50,107)
#2C2857
(44,40,87)
#211E43
(33,30,67)
#16142F
(22,20,47)
#0B0A1B
(11,10,27)
#000000
(0,0,0)

Tints of #796EE3

#796EE3
(121,110,227)
#857BE5
(133,123,229)
#9188E7
(145,136,231)
#9D95E9
(157,149,233)
#A9A2EB
(169,162,235)
#B5AFED
(181,175,237)
#C1BCEF
(193,188,239)
#CDC9F1
(205,201,241)
#D9D6F3
(217,214,243)
#E5E3F5
(229,227,245)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796EE3 color. Also use rgb(121,110,227) instead hex code.

Text Font Color

.myTextColor { color: #796EE3; }

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

This text font color is #796EE3.


Background Color

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

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

This div background color is #796EE3.


Border color

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

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

This div border color is #796EE3.


Opacity

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

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

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

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

This text has shadow with #796EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796EE3 on black background.


Color preview on white background

This text has color #796EE3 on white background.



Black color preview on #796EE3 background

This text has black color on #796EE3 background.


White color preview on #796EE3 background

This text has white color on #796EE3 background.