COLOR #7178C9

HEX: #7178C9 RGB: (113,120,201)

Color info

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

RGB color model

#7178C9 color RGB value is (113,120,201).

RGB: (113,120,201) (44%, 47%, 79%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 201 of 255 = 79%

113
120
201

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

Portions of RGB colors in percentages

R + G + B = 113 + 120 + 201 = 434 (100%)
R 113 of 434 ~ 26.04%
G 120 of 434 ~ 27.65%
B 201 of 434 ~ 46.31'%

%26.04
%27.65
%46.31

CMYK color model

#7178C9 color CMYK value is (44,40,0,21).

  • cyan value is 43.78%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (44,40,0,21)
C44M40Y0K21 (44%, 40%, 0%, 21%)
(0.44 / 0.40 / 0.00 / 0.21)

CMYK percentages

%43.78
%40.3
%0
%21.18

Codes

Color #7178C9 in popluar color models

71 78 C9
RGB 113 120 201
HSL 235° 44.90% 61.57%
HSB/HSV 235° 43.78% 78.82%
CMYK 43.78% 40.30% 0.00%
21.18%

Color #7178C9 in popluar number systems.

HEX 71 78 C9
Decimal 113 120 201
Binary 1110001 1111000 11001001
Octal 161 170 311

Shades and tints

Shades of #7178C9

#7178C9
(113,120,201)
#676EB7
(103,110,183)
#5D64A5
(93,100,165)
#535A93
(83,90,147)
#495081
(73,80,129)
#3F466F
(63,70,111)
#353C5D
(53,60,93)
#2B324B
(43,50,75)
#212839
(33,40,57)
#171E27
(23,30,39)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #7178C9

#7178C9
(113,120,201)
#7D84CD
(125,132,205)
#8990D1
(137,144,209)
#959CD5
(149,156,213)
#A1A8D9
(161,168,217)
#ADB4DD
(173,180,221)
#B9C0E1
(185,192,225)
#C5CCE5
(197,204,229)
#D1D8E9
(209,216,233)
#DDE4ED
(221,228,237)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7178C9 color. Also use rgb(113,120,201) instead hex code.

Text Font Color

.myTextColor { color: #7178C9; }

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

This text font color is #7178C9.

Background Color

.myBgColor { background-color: #7178C9; }

<div style="background-color:#7178C9">Inner text</div>

This div background color is #7178C9.

Border color

.myBorderColor { border: 1px solid #7178C9; }

<div style="border:3px solid #7178C9">Div</div>

This div border color is #7178C9.

Opacity

.myOpacity80 { color: #7178C9; opacity: 0.8; }

<p style="color:#7178C9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7178C9 color.


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

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

This text has shadow with #7178C9 primary color and red secondary color.


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

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

This text has shadow with #7178C9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7178C9.

Preview

Color preview on black background

This text has color #7178C9 on black background.


Color preview on white background

This text has color #7178C9 on white background.


Black color preview on #7178C9 background

This text has black color on #7178C9 background.


White color preview on #7178C9 background

This text has white color on #7178C9 background.


Related colors

Complementary color

Complementary color for #hex is #8E8736.


I love getcolorcode.com

Triadic colors

1 #C97178 and #78C971 with #7178C9 are triadic colors.

2 #C97871 and #7871C9 with #7178C9 are triadic colors.