COLOR #798EC5

HEX: #798EC5
RGB: (121,142,197)

Color info

#798EC5 contains mainly green and blue colors. Web safe color of #798EC5 is #6699CC (or #69C).

RGB color model

#798EC5 color RGB value is (121,142,197).

  • red value is 121;
  • green value is 142;
  • blue value is 197.
RGB:
(121,142,197)
(47%,56%,77%)

RGB channels and saturation

R 121 of 255 = 47%
G 142 of 255 = 56%
B 197 of 255 = 77%

121
142
197

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

Portions of RGB colors in percentages

R + G + B =
121 + 142 + 197 = 460 (100%)
R 121 of 460 ~ 26.3%
G 142 of 460 ~ 30.87%
B 197 of 460 ~ 42.83%

%26.3
%30.87
%42.83

CMYK color model

#798EC5 color CMYK value is (39,28,0,23).

  • cyan value is 38.58%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(39,28,0,23)
C39M28Y0K23 
(39%,28%,0%,23%)
(0.39/0.28/0.00/0.23)	

CMYK percentages

%38.58
%27.92
%0
%22.75

Codes

Color #798EC5 in popluar color models

798EC5
RGB121142197
HSL223°39.58%62.35%
HSB/HSV223°38.58%77.25%
CMYK38.58%27.92%0.00%
22.75%

Color #798EC5 in popluar number systems.

HEX798EC5
Decimal121142197
Binary11110011000111011000101
Octal171216305

Shades and tints

Shades of #798EC5

#798EC5
(121,142,197)
#6E82B4
(110,130,180)
#6376A3
(99,118,163)
#586A92
(88,106,146)
#4D5E81
(77,94,129)
#425270
(66,82,112)
#37465F
(55,70,95)
#2C3A4E
(44,58,78)
#212E3D
(33,46,61)
#16222C
(22,34,44)
#0B161B
(11,22,27)
#000000
(0,0,0)

Tints of #798EC5

#798EC5
(121,142,197)
#8598CA
(133,152,202)
#91A2CF
(145,162,207)
#9DACD4
(157,172,212)
#A9B6D9
(169,182,217)
#B5C0DE
(181,192,222)
#C1CAE3
(193,202,227)
#CDD4E8
(205,212,232)
#D9DEED
(217,222,237)
#E5E8F2
(229,232,242)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798EC5 color. Also use rgb(121,142,197) instead hex code.

Text Font Color

.myTextColor { color: #798EC5; }

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

This text font color is #798EC5.


Background Color

.myBgColor { background-color: #798EC5; }

<div style="background-color:#798EC5">Inner text</div>

This div background color is #798EC5.


Border color

.myBorderColor { border: 1px solid #798EC5; }

<div style="border:3px solid #798EC5">Div</div>

This div border color is #798EC5.


Opacity

.myOpacity80 { color: #798EC5; opacity: 0.8; }

<p style="color:#798EC5;opacity:0.8;">80%</p>

Text with #798EC5 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 #798EC5;}

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

This text has shadow with #798EC5 color.

.textShadow {text-shadow: 3px 3px 1px #798EC5, 3px 3px 1px red;}

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

This text has shadow with #798EC5 primary color and red secondary color.


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

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

This text has shadow with #798EC5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798EC5 on black background.


Color preview on white background

This text has color #798EC5 on white background.



Black color preview on #798EC5 background

This text has black color on #798EC5 background.


White color preview on #798EC5 background

This text has white color on #798EC5 background.