COLOR #798BA8

HEX: #798BA8 RGB: (121,139,168)

Color info

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

RGB color model

#798BA8 color RGB value is (121,139,168).

RGB: (121,139,168) (47%, 55%, 66%)

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 168 of 255 = 66%

121
139
168

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

Portions of RGB colors in percentages

R + G + B = 121 + 139 + 168 = 428 (100%)
R 121 of 428 ~ 28.27%
G 139 of 428 ~ 32.48%
B 168 of 428 ~ 39.25'%

%28.27
%32.48
%39.25

CMYK color model

#798BA8 color CMYK value is (28,17,0,34).

  • cyan value is 27.98%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK: (28,17,0,34) C28M17Y0K34 (28%,17%,0%,34%) (0.28/0.17/0.00/0.34) 

CMYK percentages

%27.98
%17.26
%0
%34.12

Codes

Color #798BA8 in popluar color models

79 8B A8
RGB 121 139 168
HSL 217° 21.27% 56.67%
HSB/HSV 217° 27.98% 65.88%
CMYK 27.98% 17.26% 0.00%
34.12%

Color #798BA8 in popluar number systems.

HEX 79 8B A8
Decimal 121 139 168
Binary 1111001 10001011 10101000
Octal 171 213 250

Shades and tints

Shades of #798BA8

#798BA8
(121,139,168)
#6E7F99
(110,127,153)
#63738A
(99,115,138)
#58677B
(88,103,123)
#4D5B6C
(77,91,108)
#424F5D
(66,79,93)
#37434E
(55,67,78)
#2C373F
(44,55,63)
#212B30
(33,43,48)
#161F21
(22,31,33)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #798BA8

#798BA8
(121,139,168)
#8595AF
(133,149,175)
#919FB6
(145,159,182)
#9DA9BD
(157,169,189)
#A9B3C4
(169,179,196)
#B5BDCB
(181,189,203)
#C1C7D2
(193,199,210)
#CDD1D9
(205,209,217)
#D9DBE0
(217,219,224)
#E5E5E7
(229,229,231)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798BA8 color. Also use rgb(121,139,168) instead hex code.

Text Font Color

.myTextColor { color: #798BA8; }

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

This text font color is #798BA8.

Background Color

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

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

This div background color is #798BA8.

Border color

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

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

This div border color is #798BA8.

Opacity

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

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

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

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

This text has shadow with #798BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798BA8.

Preview

Color preview on black background

This text has color #798BA8 on black background.


Color preview on white background

This text has color #798BA8 on white background.


Black color preview on #798BA8 background

This text has black color on #798BA8 background.


White color preview on #798BA8 background

This text has white color on #798BA8 background.


Related colors

Complementary color

Complementary color for #hex is #867457.


I love getcolorcode.com

Triadic colors

1 #A8798B and #8BA879 with #798BA8 are triadic colors.

2 #A88B79 and #8B79A8 with #798BA8 are triadic colors.