COLOR #728DC8

HEX: #728DC8
RGB: (114,141,200)

Color info

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

RGB color model

#728DC8 color RGB value is (114,141,200).

  • red value is 114;
  • green value is 141;
  • blue value is 200.
RGB:
(114,141,200)
(45%,55%,78%)

RGB channels and saturation

R 114 of 255 = 45%
G 141 of 255 = 55%
B 200 of 255 = 78%

114
141
200

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

Portions of RGB colors in percentages

R + G + B =
114 + 141 + 200 = 455 (100%)
R 114 of 455 ~ 25.05%
G 141 of 455 ~ 30.99%
B 200 of 455 ~ 43.96%

%25.05
%30.99
%43.96

CMYK color model

#728DC8 color CMYK value is (43,30,0,22).

  • cyan value is 43.00%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(43,30,0,22)
C43M30Y0K22 
(43%,30%,0%,22%)
(0.43/0.30/0.00/0.22)	

CMYK percentages

%43
%29.5
%0
%21.57

Codes

Color #728DC8 in popluar color models

728DC8
RGB114141200
HSL221°43.88%61.57%
HSB/HSV221°43.00%78.43%
CMYK43.00%29.50%0.00%
21.57%

Color #728DC8 in popluar number systems.

HEX728DC8
Decimal114141200
Binary11100101000110111001000
Octal162215310

Shades and tints

Shades of #728DC8

#728DC8
(114,141,200)
#6881B6
(104,129,182)
#5E75A4
(94,117,164)
#546992
(84,105,146)
#4A5D80
(74,93,128)
#40516E
(64,81,110)
#36455C
(54,69,92)
#2C394A
(44,57,74)
#222D38
(34,45,56)
#182126
(24,33,38)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #728DC8

#728DC8
(114,141,200)
#7E97CD
(126,151,205)
#8AA1D2
(138,161,210)
#96ABD7
(150,171,215)
#A2B5DC
(162,181,220)
#AEBFE1
(174,191,225)
#BAC9E6
(186,201,230)
#C6D3EB
(198,211,235)
#D2DDF0
(210,221,240)
#DEE7F5
(222,231,245)
#EAF1FA
(234,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #728DC8 color. Also use rgb(114,141,200) instead hex code.

Text Font Color

.myTextColor { color: #728DC8; }

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

This text font color is #728DC8.


Background Color

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

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

This div background color is #728DC8.


Border color

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

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

This div border color is #728DC8.


Opacity

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

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

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

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

This text has shadow with #728DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #728DC8 on black background.


Color preview on white background

This text has color #728DC8 on white background.



Black color preview on #728DC8 background

This text has black color on #728DC8 background.


White color preview on #728DC8 background

This text has white color on #728DC8 background.