COLOR #728EC6

HEX: #728EC6
RGB: (114,142,198)

Color info

#728EC6 contains mainly green and blue colors. Web safe color of #728EC6 is #6699CC (or #69C).

RGB color model

#728EC6 color RGB value is (114,142,198).

  • red value is 114;
  • green value is 142;
  • blue value is 198.
RGB:
(114,142,198)
(45%,56%,78%)

RGB channels and saturation

R 114 of 255 = 45%
G 142 of 255 = 56%
B 198 of 255 = 78%

114
142
198

R + G + B ~ 60%. #728EC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 142 + 198 = 454 (100%)
R 114 of 454 ~ 25.11%
G 142 of 454 ~ 31.28%
B 198 of 454 ~ 43.61%

%25.11
%31.28
%43.61

CMYK color model

#728EC6 color CMYK value is (42,28,0,22).

  • cyan value is 42.42%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(42,28,0,22)
C42M28Y0K22 
(42%,28%,0%,22%)
(0.42/0.28/0.00/0.22)	

CMYK percentages

%42.42
%28.28
%0
%22.35

Codes

Color #728EC6 in popluar color models

728EC6
RGB114142198
HSL220°42.42%61.18%
HSB/HSV220°42.42%77.65%
CMYK42.42%28.28%0.00%
22.35%

Color #728EC6 in popluar number systems.

HEX728EC6
Decimal114142198
Binary11100101000111011000110
Octal162216306

Shades and tints

Shades of #728EC6

#728EC6
(114,142,198)
#6882B4
(104,130,180)
#5E76A2
(94,118,162)
#546A90
(84,106,144)
#4A5E7E
(74,94,126)
#40526C
(64,82,108)
#36465A
(54,70,90)
#2C3A48
(44,58,72)
#222E36
(34,46,54)
#182224
(24,34,36)
#0E1612
(14,22,18)
#000000
(0,0,0)

Tints of #728EC6

#728EC6
(114,142,198)
#7E98CB
(126,152,203)
#8AA2D0
(138,162,208)
#96ACD5
(150,172,213)
#A2B6DA
(162,182,218)
#AEC0DF
(174,192,223)
#BACAE4
(186,202,228)
#C6D4E9
(198,212,233)
#D2DEEE
(210,222,238)
#DEE8F3
(222,232,243)
#EAF2F8
(234,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728EC6 color. Also use rgb(114,142,198) instead hex code.

Text Font Color

.myTextColor { color: #728EC6; }

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

This text font color is #728EC6.


Background Color

.myBgColor { background-color: #728EC6; }

<div style="background-color:#728EC6">Inner text</div>

This div background color is #728EC6.


Border color

.myBorderColor { border: 1px solid #728EC6; }

<div style="border:3px solid #728EC6">Div</div>

This div border color is #728EC6.


Opacity

.myOpacity80 { color: #728EC6; opacity: 0.8; }

<p style="color:#728EC6;opacity:0.8;">80%</p>

Text with #728EC6 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 #728EC6;}

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

This text has shadow with #728EC6 color.

.textShadow {text-shadow: 3px 3px 1px #728EC6, 3px 3px 1px red;}

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

This text has shadow with #728EC6 primary color and red secondary color.


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

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

This text has shadow with #728EC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728EC6 on black background.


Color preview on white background

This text has color #728EC6 on white background.



Black color preview on #728EC6 background

This text has black color on #728EC6 background.


White color preview on #728EC6 background

This text has white color on #728EC6 background.