COLOR #797FB0

HEX: #797FB0 RGB: (121,127,176)

Color info

#797FB0 contains red, green and blue colors in about the same proportion. Web safe color of #797FB0 is #666699 (or #669).

RGB color model

#797FB0 color RGB value is (121,127,176).

RGB: (121,127,176) (47%, 50%, 69%)

RGB channels and saturation

R 121 of 255 = 47%
G 127 of 255 = 50%
B 176 of 255 = 69%

121
127
176

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

Portions of RGB colors in percentages

R + G + B = 121 + 127 + 176 = 424 (100%)
R 121 of 424 ~ 28.54%
G 127 of 424 ~ 29.95%
B 176 of 424 ~ 41.51'%

%28.54
%29.95
%41.51

CMYK color model

#797FB0 color CMYK value is (31,28,0,31).

  • cyan value is 31.25%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (31,28,0,31)
C31M28Y0K31 (31%, 28%, 0%, 31%)
(0.31 / 0.28 / 0.00 / 0.31)

CMYK percentages

%31.25
%27.84
%0
%30.98

Codes

Color #797FB0 in popluar color models

79 7F B0
RGB 121 127 176
HSL 233° 25.82% 58.24%
HSB/HSV 233° 31.25% 69.02%
CMYK 31.25% 27.84% 0.00%
30.98%

Color #797FB0 in popluar number systems.

HEX 79 7F B0
Decimal 121 127 176
Binary 1111001 1111111 10110000
Octal 171 177 260

Shades and tints

Shades of #797FB0

#797FB0
(121,127,176)
#6E74A0
(110,116,160)
#636990
(99,105,144)
#585E80
(88,94,128)
#4D5370
(77,83,112)
#424860
(66,72,96)
#373D50
(55,61,80)
#2C3240
(44,50,64)
#212730
(33,39,48)
#161C20
(22,28,32)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #797FB0

#797FB0
(121,127,176)
#858AB7
(133,138,183)
#9195BE
(145,149,190)
#9DA0C5
(157,160,197)
#A9ABCC
(169,171,204)
#B5B6D3
(181,182,211)
#C1C1DA
(193,193,218)
#CDCCE1
(205,204,225)
#D9D7E8
(217,215,232)
#E5E2EF
(229,226,239)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797FB0; }

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

This text font color is #797FB0.

Background Color

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

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

This div background color is #797FB0.

Border color

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

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

This div border color is #797FB0.

Opacity

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

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

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

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

This text has shadow with #797FB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #797FB0.

Preview

Color preview on black background

This text has color #797FB0 on black background.


Color preview on white background

This text has color #797FB0 on white background.


Black color preview on #797FB0 background

This text has black color on #797FB0 background.


White color preview on #797FB0 background

This text has white color on #797FB0 background.


Related colors

Complementary color

Complementary color for #hex is #86804F.


I love getcolorcode.com

Triadic colors

1 #B0797F and #7FB079 with #797FB0 are triadic colors.

2 #B07F79 and #7F79B0 with #797FB0 are triadic colors.