COLOR #7193E4

HEX: #7193E4
RGB: (113,147,228)

Color info

#7193E4 contains mainly blue color. Web safe color of #7193E4 is #6699CC (or #69C).

RGB color model

#7193E4 color RGB value is (113,147,228).

  • red value is 113;
  • green value is 147;
  • blue value is 228.
RGB:
(113,147,228)
(44%,58%,89%)

RGB channels and saturation

R 113 of 255 = 44%
G 147 of 255 = 58%
B 228 of 255 = 89%

113
147
228

R + G + B ~ 64%. #7193E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 147 + 228 = 488 (100%)
R 113 of 488 ~ 23.16%
G 147 of 488 ~ 30.12%
B 228 of 488 ~ 46.72%

%23.16
%30.12
%46.72

CMYK color model

#7193E4 color CMYK value is (50,36,0,11).

  • cyan value is 50.44%
  • magenta value is 35.53%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(50,36,0,11)
C50M36Y0K11 
(50%,36%,0%,11%)
(0.50/0.36/0.00/0.11)	

CMYK percentages

%50.44
%35.53
%0
%10.59

Codes

Color #7193E4 in popluar color models

7193E4
RGB113147228
HSL222°68.05%66.86%
HSB/HSV222°50.44%89.41%
CMYK50.44%35.53%0.00%
10.59%

Color #7193E4 in popluar number systems.

HEX7193E4
Decimal113147228
Binary11100011001001111100100
Octal161223344

Shades and tints

Shades of #7193E4

#7193E4
(113,147,228)
#6786D0
(103,134,208)
#5D79BC
(93,121,188)
#536CA8
(83,108,168)
#495F94
(73,95,148)
#3F5280
(63,82,128)
#35456C
(53,69,108)
#2B3858
(43,56,88)
#212B44
(33,43,68)
#171E30
(23,30,48)
#0D111C
(13,17,28)
#000000
(0,0,0)

Tints of #7193E4

#7193E4
(113,147,228)
#7D9CE6
(125,156,230)
#89A5E8
(137,165,232)
#95AEEA
(149,174,234)
#A1B7EC
(161,183,236)
#ADC0EE
(173,192,238)
#B9C9F0
(185,201,240)
#C5D2F2
(197,210,242)
#D1DBF4
(209,219,244)
#DDE4F6
(221,228,246)
#E9EDF8
(233,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7193E4 color. Also use rgb(113,147,228) instead hex code.

Text Font Color

.myTextColor { color: #7193E4; }

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

This text font color is #7193E4.


Background Color

.myBgColor { background-color: #7193E4; }

<div style="background-color:#7193E4">Inner text</div>

This div background color is #7193E4.


Border color

.myBorderColor { border: 1px solid #7193E4; }

<div style="border:3px solid #7193E4">Div</div>

This div border color is #7193E4.


Opacity

.myOpacity80 { color: #7193E4; opacity: 0.8; }

<p style="color:#7193E4;opacity:0.8;">80%</p>

Text with #7193E4 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 #7193E4;}

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

This text has shadow with #7193E4 color.

.textShadow {text-shadow: 3px 3px 1px #7193E4, 3px 3px 1px red;}

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

This text has shadow with #7193E4 primary color and red secondary color.


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

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

This text has shadow with #7193E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7193E4 on black background.


Color preview on white background

This text has color #7193E4 on white background.



Black color preview on #7193E4 background

This text has black color on #7193E4 background.


White color preview on #7193E4 background

This text has white color on #7193E4 background.