COLOR #798490

HEX: #798490
RGB: (121,132,144)

Color info

#798490 contains red, green and blue colors in about the same proportion. Web safe color of #798490 is #669999 (or #699).

RGB color model

#798490 color RGB value is (121,132,144).

  • red value is 121;
  • green value is 132;
  • blue value is 144.
RGB:
(121,132,144)
(47%,52%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 132 of 255 = 52%
B 144 of 255 = 56%

121
132
144

R + G + B ~ 52%. #798490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 132 + 144 = 397 (100%)
R 121 of 397 ~ 30.48%
G 132 of 397 ~ 33.25%
B 144 of 397 ~ 36.27%

%30.48
%33.25
%36.27

CMYK color model

#798490 color CMYK value is (16,8,0,44).

  • cyan value is 15.97%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(16,8,0,44)
C16M8Y0K44 
(16%,8%,0%,44%)
(0.16/0.08/0.00/0.44)	

CMYK percentages

%15.97
%8.33
%0
%43.53

Codes

Color #798490 in popluar color models

798490
RGB121132144
HSL211°9.39%51.96%
HSB/HSV211°15.97%56.47%
CMYK15.97%8.33%0.00%
43.53%

Color #798490 in popluar number systems.

HEX798490
Decimal121132144
Binary11110011000010010010000
Octal171204220

Shades and tints

Shades of #798490

#798490
(121,132,144)
#6E7883
(110,120,131)
#636C76
(99,108,118)
#586069
(88,96,105)
#4D545C
(77,84,92)
#42484F
(66,72,79)
#373C42
(55,60,66)
#2C3035
(44,48,53)
#212428
(33,36,40)
#16181B
(22,24,27)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #798490

#798490
(121,132,144)
#858F9A
(133,143,154)
#919AA4
(145,154,164)
#9DA5AE
(157,165,174)
#A9B0B8
(169,176,184)
#B5BBC2
(181,187,194)
#C1C6CC
(193,198,204)
#CDD1D6
(205,209,214)
#D9DCE0
(217,220,224)
#E5E7EA
(229,231,234)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798490 color. Also use rgb(121,132,144) instead hex code.

Text Font Color

.myTextColor { color: #798490; }

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

This text font color is #798490.


Background Color

.myBgColor { background-color: #798490; }

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

This div background color is #798490.


Border color

.myBorderColor { border: 1px solid #798490; }

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

This div border color is #798490.


Opacity

.myOpacity80 { color: #798490; opacity: 0.8; }

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

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

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

This text has shadow with #798490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798490 on black background.


Color preview on white background

This text has color #798490 on white background.



Black color preview on #798490 background

This text has black color on #798490 background.


White color preview on #798490 background

This text has white color on #798490 background.