COLOR #797FBD

HEX: #797FBD
RGB: (121,127,189)

Color info

#797FBD contains mainly blue color. Web safe color of #797FBD is #6666CC (or #66C).

RGB color model

#797FBD color RGB value is (121,127,189).

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

RGB channels and saturation

R 121 of 255 = 47%
G 127 of 255 = 50%
B 189 of 255 = 74%

121
127
189

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

Portions of RGB colors in percentages

R + G + B =
121 + 127 + 189 = 437 (100%)
R 121 of 437 ~ 27.69%
G 127 of 437 ~ 29.06%
B 189 of 437 ~ 43.25%

%27.69
%29.06
%43.25

CMYK color model

#797FBD color CMYK value is (36,33,0,26).

  • cyan value is 35.98%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(36,33,0,26)
C36M33Y0K26 
(36%,33%,0%,26%)
(0.36/0.33/0.00/0.26)	

CMYK percentages

%35.98
%32.8
%0
%25.88

Codes

Color #797FBD in popluar color models

797FBD
RGB121127189
HSL235°34.00%60.78%
HSB/HSV235°35.98%74.12%
CMYK35.98%32.80%0.00%
25.88%

Color #797FBD in popluar number systems.

HEX797FBD
Decimal121127189
Binary1111001111111110111101
Octal171177275

Shades and tints

Shades of #797FBD

#797FBD
(121,127,189)
#6E74AC
(110,116,172)
#63699B
(99,105,155)
#585E8A
(88,94,138)
#4D5379
(77,83,121)
#424868
(66,72,104)
#373D57
(55,61,87)
#2C3246
(44,50,70)
#212735
(33,39,53)
#161C24
(22,28,36)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #797FBD

#797FBD
(121,127,189)
#858AC3
(133,138,195)
#9195C9
(145,149,201)
#9DA0CF
(157,160,207)
#A9ABD5
(169,171,213)
#B5B6DB
(181,182,219)
#C1C1E1
(193,193,225)
#CDCCE7
(205,204,231)
#D9D7ED
(217,215,237)
#E5E2F3
(229,226,243)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797FBD color. Also use rgb(121,127,189) instead hex code.

Text Font Color

.myTextColor { color: #797FBD; }

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

This text font color is #797FBD.


Background Color

.myBgColor { background-color: #797FBD; }

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

This div background color is #797FBD.


Border color

.myBorderColor { border: 1px solid #797FBD; }

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

This div border color is #797FBD.


Opacity

.myOpacity80 { color: #797FBD; opacity: 0.8; }

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

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

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

This text has shadow with #797FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797FBD on black background.


Color preview on white background

This text has color #797FBD on white background.



Black color preview on #797FBD background

This text has black color on #797FBD background.


White color preview on #797FBD background

This text has white color on #797FBD background.