COLOR #796CBE

HEX: #796CBE
RGB: (121,108,190)

Color info

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

RGB color model

#796CBE color RGB value is (121,108,190).

  • red value is 121;
  • green value is 108;
  • blue value is 190.
RGB:
(121,108,190)
(47%,42%,75%)

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 190 of 255 = 75%

121
108
190

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

Portions of RGB colors in percentages

R + G + B =
121 + 108 + 190 = 419 (100%)
R 121 of 419 ~ 28.88%
G 108 of 419 ~ 25.78%
B 190 of 419 ~ 45.35%

%28.88
%25.78
%45.35

CMYK color model

#796CBE color CMYK value is (36,43,0,25).

  • cyan value is 36.32%
  • magenta value is 43.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(36,43,0,25)
C36M43Y0K25 
(36%,43%,0%,25%)
(0.36/0.43/0.00/0.25)	

CMYK percentages

%36.32
%43.16
%0
%25.49

Codes

Color #796CBE in popluar color models

796CBE
RGB121108190
HSL250°38.68%58.43%
HSB/HSV250°43.16%74.51%
CMYK36.32%43.16%0.00%
25.49%

Color #796CBE in popluar number systems.

HEX796CBE
Decimal121108190
Binary1111001110110010111110
Octal171154276

Shades and tints

Shades of #796CBE

#796CBE
(121,108,190)
#6E63AD
(110,99,173)
#635A9C
(99,90,156)
#58518B
(88,81,139)
#4D487A
(77,72,122)
#423F69
(66,63,105)
#373658
(55,54,88)
#2C2D47
(44,45,71)
#212436
(33,36,54)
#161B25
(22,27,37)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #796CBE

#796CBE
(121,108,190)
#8579C3
(133,121,195)
#9186C8
(145,134,200)
#9D93CD
(157,147,205)
#A9A0D2
(169,160,210)
#B5ADD7
(181,173,215)
#C1BADC
(193,186,220)
#CDC7E1
(205,199,225)
#D9D4E6
(217,212,230)
#E5E1EB
(229,225,235)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796CBE; }

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

This text font color is #796CBE.


Background Color

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

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

This div background color is #796CBE.


Border color

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

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

This div border color is #796CBE.


Opacity

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

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

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

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

This text has shadow with #796CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796CBE on black background.


Color preview on white background

This text has color #796CBE on white background.



Black color preview on #796CBE background

This text has black color on #796CBE background.


White color preview on #796CBE background

This text has white color on #796CBE background.