COLOR #7179D8

HEX: #7179D8 RGB: (113,121,216)

Color info

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

RGB color model

#7179D8 color RGB value is (113,121,216).

RGB: (113,121,216) (44%, 47%, 85%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 216 of 255 = 85%

113
121
216

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

Portions of RGB colors in percentages

R + G + B = 113 + 121 + 216 = 450 (100%)
R 113 of 450 ~ 25.11%
G 121 of 450 ~ 26.89%
B 216 of 450 ~ 48'%

%25.11
%26.89
%48

CMYK color model

#7179D8 color CMYK value is (48,44,0,15).

  • cyan value is 47.69%
  • magenta value is 43.98%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (48,44,0,15)
C48M44Y0K15 (48%, 44%, 0%, 15%)
(0.48 / 0.44 / 0.00 / 0.15)

CMYK percentages

%47.69
%43.98
%0
%15.29

Codes

Color #7179D8 in popluar color models

71 79 D8
RGB 113 121 216
HSL 235° 56.91% 64.51%
HSB/HSV 235° 47.69% 84.71%
CMYK 47.69% 43.98% 0.00%
15.29%

Color #7179D8 in popluar number systems.

HEX 71 79 D8
Decimal 113 121 216
Binary 1110001 1111001 11011000
Octal 161 171 330

Shades and tints

Shades of #7179D8

#7179D8
(113,121,216)
#676EC5
(103,110,197)
#5D63B2
(93,99,178)
#53589F
(83,88,159)
#494D8C
(73,77,140)
#3F4279
(63,66,121)
#353766
(53,55,102)
#2B2C53
(43,44,83)
#212140
(33,33,64)
#17162D
(23,22,45)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #7179D8

#7179D8
(113,121,216)
#7D85DB
(125,133,219)
#8991DE
(137,145,222)
#959DE1
(149,157,225)
#A1A9E4
(161,169,228)
#ADB5E7
(173,181,231)
#B9C1EA
(185,193,234)
#C5CDED
(197,205,237)
#D1D9F0
(209,217,240)
#DDE5F3
(221,229,243)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7179D8; }

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

This text font color is #7179D8.

Background Color

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

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

This div background color is #7179D8.

Border color

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

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

This div border color is #7179D8.

Opacity

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

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

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

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

This text has shadow with #7179D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7179D8.

Preview

Color preview on black background

This text has color #7179D8 on black background.


Color preview on white background

This text has color #7179D8 on white background.


Black color preview on #7179D8 background

This text has black color on #7179D8 background.


White color preview on #7179D8 background

This text has white color on #7179D8 background.


Related colors

Complementary color

Complementary color for #hex is #8E8627.


I love getcolorcode.com

Triadic colors

1 #D87179 and #79D871 with #7179D8 are triadic colors.

2 #D87971 and #7971D8 with #7179D8 are triadic colors.