COLOR #7179CC

HEX: #7179CC RGB: (113,121,204)

Color info

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

RGB color model

#7179CC color RGB value is (113,121,204).

RGB: (113,121,204) (44%, 47%, 80%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 204 of 255 = 80%

113
121
204

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

Portions of RGB colors in percentages

R + G + B = 113 + 121 + 204 = 438 (100%)
R 113 of 438 ~ 25.8%
G 121 of 438 ~ 27.63%
B 204 of 438 ~ 46.58'%

%25.8
%27.63
%46.58

CMYK color model

#7179CC color CMYK value is (45,41,0,20).

  • cyan value is 44.61%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (45,41,0,20)
C45M41Y0K20 (45%, 41%, 0%, 20%)
(0.45 / 0.41 / 0.00 / 0.20)

CMYK percentages

%44.61
%40.69
%0
%20

Codes

Color #7179CC in popluar color models

71 79 CC
RGB 113 121 204
HSL 235° 47.15% 62.16%
HSB/HSV 235° 44.61% 80.00%
CMYK 44.61% 40.69% 0.00%
20.00%

Color #7179CC in popluar number systems.

HEX 71 79 CC
Decimal 113 121 204
Binary 1110001 1111001 11001100
Octal 161 171 314

Shades and tints

Shades of #7179CC

#7179CC
(113,121,204)
#676EBA
(103,110,186)
#5D63A8
(93,99,168)
#535896
(83,88,150)
#494D84
(73,77,132)
#3F4272
(63,66,114)
#353760
(53,55,96)
#2B2C4E
(43,44,78)
#21213C
(33,33,60)
#17162A
(23,22,42)
#0D0B18
(13,11,24)
#000000
(0,0,0)

Tints of #7179CC

#7179CC
(113,121,204)
#7D85D0
(125,133,208)
#8991D4
(137,145,212)
#959DD8
(149,157,216)
#A1A9DC
(161,169,220)
#ADB5E0
(173,181,224)
#B9C1E4
(185,193,228)
#C5CDE8
(197,205,232)
#D1D9EC
(209,217,236)
#DDE5F0
(221,229,240)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7179CC color. Also use rgb(113,121,204) instead hex code.

Text Font Color

.myTextColor { color: #7179CC; }

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

This text font color is #7179CC.

Background Color

.myBgColor { background-color: #7179CC; }

<div style="background-color:#7179CC">Inner text</div>

This div background color is #7179CC.

Border color

.myBorderColor { border: 1px solid #7179CC; }

<div style="border:3px solid #7179CC">Div</div>

This div border color is #7179CC.

Opacity

.myOpacity80 { color: #7179CC; opacity: 0.8; }

<p style="color:#7179CC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7179CC color.


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

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

This text has shadow with #7179CC primary color and red secondary color.


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

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

This text has shadow with #7179CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7179CC.

Preview

Color preview on black background

This text has color #7179CC on black background.


Color preview on white background

This text has color #7179CC on white background.


Black color preview on #7179CC background

This text has black color on #7179CC background.


White color preview on #7179CC background

This text has white color on #7179CC background.


Related colors

Complementary color

Complementary color for #hex is #8E8633.


I love getcolorcode.com

Triadic colors

1 #CC7179 and #79CC71 with #7179CC are triadic colors.

2 #CC7971 and #7971CC with #7179CC are triadic colors.