COLOR #7173BC

HEX: #7173BC
RGB: (113,115,188)

Color info

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

RGB color model

#7173BC color RGB value is (113,115,188).

  • red value is 113;
  • green value is 115;
  • blue value is 188.
RGB:
(113,115,188)
(44%,45%,74%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 188 of 255 = 74%

113
115
188

R + G + B ~ 54%. #7173BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 188 = 416 (100%)
R 113 of 416 ~ 27.16%
G 115 of 416 ~ 27.64%
B 188 of 416 ~ 45.19%

%27.16
%27.64
%45.19

CMYK color model

#7173BC color CMYK value is (40,39,0,26).

  • cyan value is 39.89%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(40,39,0,26)
C40M39Y0K26 
(40%,39%,0%,26%)
(0.40/0.39/0.00/0.26)	

CMYK percentages

%39.89
%38.83
%0
%26.27

Codes

Color #7173BC in popluar color models

7173BC
RGB113115188
HSL238°35.89%59.02%
HSB/HSV238°39.89%73.73%
CMYK39.89%38.83%0.00%
26.27%

Color #7173BC in popluar number systems.

HEX7173BC
Decimal113115188
Binary1110001111001110111100
Octal161163274

Shades and tints

Shades of #7173BC

#7173BC
(113,115,188)
#6769AB
(103,105,171)
#5D5F9A
(93,95,154)
#535589
(83,85,137)
#494B78
(73,75,120)
#3F4167
(63,65,103)
#353756
(53,55,86)
#2B2D45
(43,45,69)
#212334
(33,35,52)
#171923
(23,25,35)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #7173BC

#7173BC
(113,115,188)
#7D7FC2
(125,127,194)
#898BC8
(137,139,200)
#9597CE
(149,151,206)
#A1A3D4
(161,163,212)
#ADAFDA
(173,175,218)
#B9BBE0
(185,187,224)
#C5C7E6
(197,199,230)
#D1D3EC
(209,211,236)
#DDDFF2
(221,223,242)
#E9EBF8
(233,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7173BC color. Also use rgb(113,115,188) instead hex code.

Text Font Color

.myTextColor { color: #7173BC; }

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

This text font color is #7173BC.


Background Color

.myBgColor { background-color: #7173BC; }

<div style="background-color:#7173BC">Inner text</div>

This div background color is #7173BC.


Border color

.myBorderColor { border: 1px solid #7173BC; }

<div style="border:3px solid #7173BC">Div</div>

This div border color is #7173BC.


Opacity

.myOpacity80 { color: #7173BC; opacity: 0.8; }

<p style="color:#7173BC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7173BC color.

.textShadow {text-shadow: 3px 3px 1px #7173BC, 3px 3px 1px red;}

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

This text has shadow with #7173BC primary color and red secondary color.


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

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

This text has shadow with #7173BC and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7173BC;
-webkit-box-shadow: 1px 1px 3px 2px #7173BC;
box-shadow:1px 1px 3px 2px #7173BC;">
Div content here</div>
This div box has shadow with color #7173BC.

Preview

Color preview on black background

This text has color #7173BC on black background.


Color preview on white background

This text has color #7173BC on white background.



Black color preview on #7173BC background

This text has black color on #7173BC background.


White color preview on #7173BC background

This text has white color on #7173BC background.