COLOR #798DBD

HEX: #798DBD
RGB: (121,141,189)

Color info

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

RGB color model

#798DBD color RGB value is (121,141,189).

  • red value is 121;
  • green value is 141;
  • blue value is 189.
RGB:
(121,141,189)
(47%,55%,74%)

RGB channels and saturation

R 121 of 255 = 47%
G 141 of 255 = 55%
B 189 of 255 = 74%

121
141
189

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

Portions of RGB colors in percentages

R + G + B =
121 + 141 + 189 = 451 (100%)
R 121 of 451 ~ 26.83%
G 141 of 451 ~ 31.26%
B 189 of 451 ~ 41.91%

%26.83
%31.26
%41.91

CMYK color model

#798DBD color CMYK value is (36,25,0,26).

  • cyan value is 35.98%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(36,25,0,26)
C36M25Y0K26 
(36%,25%,0%,26%)
(0.36/0.25/0.00/0.26)	

CMYK percentages

%35.98
%25.4
%0
%25.88

Codes

Color #798DBD in popluar color models

798DBD
RGB121141189
HSL222°34.00%60.78%
HSB/HSV222°35.98%74.12%
CMYK35.98%25.40%0.00%
25.88%

Color #798DBD in popluar number systems.

HEX798DBD
Decimal121141189
Binary11110011000110110111101
Octal171215275

Shades and tints

Shades of #798DBD

#798DBD
(121,141,189)
#6E81AC
(110,129,172)
#63759B
(99,117,155)
#58698A
(88,105,138)
#4D5D79
(77,93,121)
#425168
(66,81,104)
#374557
(55,69,87)
#2C3946
(44,57,70)
#212D35
(33,45,53)
#162124
(22,33,36)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #798DBD

#798DBD
(121,141,189)
#8597C3
(133,151,195)
#91A1C9
(145,161,201)
#9DABCF
(157,171,207)
#A9B5D5
(169,181,213)
#B5BFDB
(181,191,219)
#C1C9E1
(193,201,225)
#CDD3E7
(205,211,231)
#D9DDED
(217,221,237)
#E5E7F3
(229,231,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798DBD color. Also use rgb(121,141,189) instead hex code.

Text Font Color

.myTextColor { color: #798DBD; }

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

This text font color is #798DBD.


Background Color

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

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

This div background color is #798DBD.


Border color

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

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

This div border color is #798DBD.


Opacity

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

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

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

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

This text has shadow with #798DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798DBD on black background.


Color preview on white background

This text has color #798DBD on white background.



Black color preview on #798DBD background

This text has black color on #798DBD background.


White color preview on #798DBD background

This text has white color on #798DBD background.