COLOR #7F79BC

HEX: #7F79BC RGB: (127,121,188)

Color info

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

RGB color model

#7F79BC color RGB value is (127,121,188).

RGB: (127,121,188) (50%, 47%, 74%)

RGB channels and saturation

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

127
121
188

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

Portions of RGB colors in percentages

R + G + B = 127 + 121 + 188 = 436 (100%)
R 127 of 436 ~ 29.13%
G 121 of 436 ~ 27.75%
B 188 of 436 ~ 43.12'%

%29.13
%27.75
%43.12

CMYK color model

#7F79BC color CMYK value is (32,36,0,26).

  • cyan value is 32.45%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (32,36,0,26)
C32M36Y0K26 (32%, 36%, 0%, 26%)
(0.32 / 0.36 / 0.00 / 0.26)

CMYK percentages

%32.45
%35.64
%0
%26.27

Codes

Color #7F79BC in popluar color models

7F 79 BC
RGB 127 121 188
HSL 245° 33.33% 60.59%
HSB/HSV 245° 35.64% 73.73%
CMYK 32.45% 35.64% 0.00%
26.27%

Color #7F79BC in popluar number systems.

HEX 7F 79 BC
Decimal 127 121 188
Binary 1111111 1111001 10111100
Octal 177 171 274

Shades and tints

Shades of #7F79BC

#7F79BC
(127,121,188)
#746EAB
(116,110,171)
#69639A
(105,99,154)
#5E5889
(94,88,137)
#534D78
(83,77,120)
#484267
(72,66,103)
#3D3756
(61,55,86)
#322C45
(50,44,69)
#272134
(39,33,52)
#1C1623
(28,22,35)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #7F79BC

#7F79BC
(127,121,188)
#8A85C2
(138,133,194)
#9591C8
(149,145,200)
#A09DCE
(160,157,206)
#ABA9D4
(171,169,212)
#B6B5DA
(182,181,218)
#C1C1E0
(193,193,224)
#CCCDE6
(204,205,230)
#D7D9EC
(215,217,236)
#E2E5F2
(226,229,242)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F79BC color. Also use rgb(127,121,188) instead hex code.

Text Font Color

.myTextColor { color: #7F79BC; }

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

This text font color is #7F79BC.

Background Color

.myBgColor { background-color: #7F79BC; }

<div style="background-color:#7F79BC">Inner text</div>

This div background color is #7F79BC.

Border color

.myBorderColor { border: 1px solid #7F79BC; }

<div style="border:3px solid #7F79BC">Div</div>

This div border color is #7F79BC.

Opacity

.myOpacity80 { color: #7F79BC; opacity: 0.8; }

<p style="color:#7F79BC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F79BC color.


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

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

This text has shadow with #7F79BC primary color and red secondary color.


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

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

This text has shadow with #7F79BC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F79BC.

Preview

Color preview on black background

This text has color #7F79BC on black background.


Color preview on white background

This text has color #7F79BC on white background.


Black color preview on #7F79BC background

This text has black color on #7F79BC background.


White color preview on #7F79BC background

This text has white color on #7F79BC background.


Related colors

Complementary color

Complementary color for #hex is #808643.


I love getcolorcode.com

Triadic colors

1 #BC7F79 and #79BC7F with #7F79BC are triadic colors.

2 #BC797F and #797FBC with #7F79BC are triadic colors.