COLOR #727CA1

HEX: #727CA1
RGB: (114,124,161)

Color info

#727CA1 contains red, green and blue colors in about the same proportion. Web safe color of #727CA1 is #666699 (or #669).

RGB color model

#727CA1 color RGB value is (114,124,161).

  • red value is 114;
  • green value is 124;
  • blue value is 161.
RGB:
(114,124,161)
(45%,49%,63%)

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 161 of 255 = 63%

114
124
161

R + G + B ~ 52%. #727CA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 124 + 161 = 399 (100%)
R 114 of 399 ~ 28.57%
G 124 of 399 ~ 31.08%
B 161 of 399 ~ 40.35%

%28.57
%31.08
%40.35

CMYK color model

#727CA1 color CMYK value is (29,23,0,37).

  • cyan value is 29.19%
  • magenta value is 22.98%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(29,23,0,37)
C29M23Y0K37 
(29%,23%,0%,37%)
(0.29/0.23/0.00/0.37)	

CMYK percentages

%29.19
%22.98
%0
%36.86

Codes

Color #727CA1 in popluar color models

727CA1
RGB114124161
HSL227°20.00%53.92%
HSB/HSV227°29.19%63.14%
CMYK29.19%22.98%0.00%
36.86%

Color #727CA1 in popluar number systems.

HEX727CA1
Decimal114124161
Binary1110010111110010100001
Octal162174241

Shades and tints

Shades of #727CA1

#727CA1
(114,124,161)
#687193
(104,113,147)
#5E6685
(94,102,133)
#545B77
(84,91,119)
#4A5069
(74,80,105)
#40455B
(64,69,91)
#363A4D
(54,58,77)
#2C2F3F
(44,47,63)
#222431
(34,36,49)
#181923
(24,25,35)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #727CA1

#727CA1
(114,124,161)
#7E87A9
(126,135,169)
#8A92B1
(138,146,177)
#969DB9
(150,157,185)
#A2A8C1
(162,168,193)
#AEB3C9
(174,179,201)
#BABED1
(186,190,209)
#C6C9D9
(198,201,217)
#D2D4E1
(210,212,225)
#DEDFE9
(222,223,233)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727CA1 color. Also use rgb(114,124,161) instead hex code.

Text Font Color

.myTextColor { color: #727CA1; }

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

This text font color is #727CA1.


Background Color

.myBgColor { background-color: #727CA1; }

<div style="background-color:#727CA1">Inner text</div>

This div background color is #727CA1.


Border color

.myBorderColor { border: 1px solid #727CA1; }

<div style="border:3px solid #727CA1">Div</div>

This div border color is #727CA1.


Opacity

.myOpacity80 { color: #727CA1; opacity: 0.8; }

<p style="color:#727CA1;opacity:0.8;">80%</p>

Text with #727CA1 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 #727CA1;}

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

This text has shadow with #727CA1 color.

.textShadow {text-shadow: 3px 3px 1px #727CA1, 3px 3px 1px red;}

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

This text has shadow with #727CA1 primary color and red secondary color.


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

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

This text has shadow with #727CA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727CA1 on black background.


Color preview on white background

This text has color #727CA1 on white background.



Black color preview on #727CA1 background

This text has black color on #727CA1 background.


White color preview on #727CA1 background

This text has white color on #727CA1 background.