COLOR #798BAE

HEX: #798BAE RGB: (121,139,174)

Color info

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

RGB color model

#798BAE color RGB value is (121,139,174).

RGB: (121,139,174) (47%, 55%, 68%)

RGB channels and saturation

R 121 of 255 = 47%
G 139 of 255 = 55%
B 174 of 255 = 68%

121
139
174

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

Portions of RGB colors in percentages

R + G + B = 121 + 139 + 174 = 434 (100%)
R 121 of 434 ~ 27.88%
G 139 of 434 ~ 32.03%
B 174 of 434 ~ 40.09'%

%27.88
%32.03
%40.09

CMYK color model

#798BAE color CMYK value is (30,20,0,32).

  • cyan value is 30.46%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (30,20,0,32)
C30M20Y0K32 (30%, 20%, 0%, 32%)
(0.30 / 0.20 / 0.00 / 0.32)

CMYK percentages

%30.46
%20.11
%0
%31.76

Codes

Color #798BAE in popluar color models

79 8B AE
RGB 121 139 174
HSL 220° 24.65% 57.84%
HSB/HSV 220° 30.46% 68.24%
CMYK 30.46% 20.11% 0.00%
31.76%

Color #798BAE in popluar number systems.

HEX 79 8B AE
Decimal 121 139 174
Binary 1111001 10001011 10101110
Octal 171 213 256

Shades and tints

Shades of #798BAE

#798BAE
(121,139,174)
#6E7F9F
(110,127,159)
#637390
(99,115,144)
#586781
(88,103,129)
#4D5B72
(77,91,114)
#424F63
(66,79,99)
#374354
(55,67,84)
#2C3745
(44,55,69)
#212B36
(33,43,54)
#161F27
(22,31,39)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #798BAE

#798BAE
(121,139,174)
#8595B5
(133,149,181)
#919FBC
(145,159,188)
#9DA9C3
(157,169,195)
#A9B3CA
(169,179,202)
#B5BDD1
(181,189,209)
#C1C7D8
(193,199,216)
#CDD1DF
(205,209,223)
#D9DBE6
(217,219,230)
#E5E5ED
(229,229,237)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798BAE; }

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

This text font color is #798BAE.

Background Color

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

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

This div background color is #798BAE.

Border color

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

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

This div border color is #798BAE.

Opacity

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

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

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

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

This text has shadow with #798BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798BAE.

Preview

Color preview on black background

This text has color #798BAE on black background.


Color preview on white background

This text has color #798BAE on white background.


Black color preview on #798BAE background

This text has black color on #798BAE background.


White color preview on #798BAE background

This text has white color on #798BAE background.


Related colors

Complementary color

Complementary color for #hex is #867451.


I love getcolorcode.com

Triadic colors

1 #AE798B and #8BAE79 with #798BAE are triadic colors.

2 #AE8B79 and #8B79AE with #798BAE are triadic colors.