COLOR #797CBE

HEX: #797CBE
RGB: (121,124,190)

Color info

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

RGB color model

#797CBE color RGB value is (121,124,190).

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

RGB channels and saturation

R 121 of 255 = 47%
G 124 of 255 = 49%
B 190 of 255 = 75%

121
124
190

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

Portions of RGB colors in percentages

R + G + B =
121 + 124 + 190 = 435 (100%)
R 121 of 435 ~ 27.82%
G 124 of 435 ~ 28.51%
B 190 of 435 ~ 43.68%

%27.82
%28.51
%43.68

CMYK color model

#797CBE color CMYK value is (36,35,0,25).

  • cyan value is 36.32%
  • magenta value is 34.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(36,35,0,25)
C36M35Y0K25 
(36%,35%,0%,25%)
(0.36/0.35/0.00/0.25)	

CMYK percentages

%36.32
%34.74
%0
%25.49

Codes

Color #797CBE in popluar color models

797CBE
RGB121124190
HSL237°34.67%60.98%
HSB/HSV237°36.32%74.51%
CMYK36.32%34.74%0.00%
25.49%

Color #797CBE in popluar number systems.

HEX797CBE
Decimal121124190
Binary1111001111110010111110
Octal171174276

Shades and tints

Shades of #797CBE

#797CBE
(121,124,190)
#6E71AD
(110,113,173)
#63669C
(99,102,156)
#585B8B
(88,91,139)
#4D507A
(77,80,122)
#424569
(66,69,105)
#373A58
(55,58,88)
#2C2F47
(44,47,71)
#212436
(33,36,54)
#161925
(22,25,37)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #797CBE

#797CBE
(121,124,190)
#8587C3
(133,135,195)
#9192C8
(145,146,200)
#9D9DCD
(157,157,205)
#A9A8D2
(169,168,210)
#B5B3D7
(181,179,215)
#C1BEDC
(193,190,220)
#CDC9E1
(205,201,225)
#D9D4E6
(217,212,230)
#E5DFEB
(229,223,235)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797CBE; }

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

This text font color is #797CBE.


Background Color

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

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

This div background color is #797CBE.


Border color

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

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

This div border color is #797CBE.


Opacity

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

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

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

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

This text has shadow with #797CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797CBE on black background.


Color preview on white background

This text has color #797CBE on white background.



Black color preview on #797CBE background

This text has black color on #797CBE background.


White color preview on #797CBE background

This text has white color on #797CBE background.