COLOR #7178DD

HEX: #7178DD
RGB: (113,120,221)

Color info

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

RGB color model

#7178DD color RGB value is (113,120,221).

  • red value is 113;
  • green value is 120;
  • blue value is 221.
RGB:
(113,120,221)
(44%,47%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 120 of 255 = 47%
B 221 of 255 = 87%

113
120
221

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

Portions of RGB colors in percentages

R + G + B =
113 + 120 + 221 = 454 (100%)
R 113 of 454 ~ 24.89%
G 120 of 454 ~ 26.43%
B 221 of 454 ~ 48.68%

%24.89
%26.43
%48.68

CMYK color model

#7178DD color CMYK value is (49,46,0,13).

  • cyan value is 48.87%
  • magenta value is 45.70%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(49,46,0,13)
C49M46Y0K13 
(49%,46%,0%,13%)
(0.49/0.46/0.00/0.13)	

CMYK percentages

%48.87
%45.7
%0
%13.33

Codes

Color #7178DD in popluar color models

7178DD
RGB113120221
HSL236°61.36%65.49%
HSB/HSV236°48.87%86.67%
CMYK48.87%45.70%0.00%
13.33%

Color #7178DD in popluar number systems.

HEX7178DD
Decimal113120221
Binary1110001111100011011101
Octal161170335

Shades and tints

Shades of #7178DD

#7178DD
(113,120,221)
#676EC9
(103,110,201)
#5D64B5
(93,100,181)
#535AA1
(83,90,161)
#49508D
(73,80,141)
#3F4679
(63,70,121)
#353C65
(53,60,101)
#2B3251
(43,50,81)
#21283D
(33,40,61)
#171E29
(23,30,41)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #7178DD

#7178DD
(113,120,221)
#7D84E0
(125,132,224)
#8990E3
(137,144,227)
#959CE6
(149,156,230)
#A1A8E9
(161,168,233)
#ADB4EC
(173,180,236)
#B9C0EF
(185,192,239)
#C5CCF2
(197,204,242)
#D1D8F5
(209,216,245)
#DDE4F8
(221,228,248)
#E9F0FB
(233,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7178DD; }

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

This text font color is #7178DD.


Background Color

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

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

This div background color is #7178DD.


Border color

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

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

This div border color is #7178DD.


Opacity

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

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

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

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

This text has shadow with #7178DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7178DD on black background.


Color preview on white background

This text has color #7178DD on white background.



Black color preview on #7178DD background

This text has black color on #7178DD background.


White color preview on #7178DD background

This text has white color on #7178DD background.