COLOR #726FF5

HEX: #726FF5 RGB: (114,111,245)

Color info

#726FF5 contains mainly blue color. Web safe color of #726FF5 is #6666FF (or #66F).

RGB color model

#726FF5 color RGB value is (114,111,245).

RGB: (114,111,245) (45%, 44%, 96%)

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 245 of 255 = 96%

114
111
245

R + G + B ~ 62%. #726FF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 111 + 245 = 470 (100%)
R 114 of 470 ~ 24.26%
G 111 of 470 ~ 23.62%
B 245 of 470 ~ 52.13'%

%24.26
%23.62
%52.13

CMYK color model

#726FF5 color CMYK value is (53,55,0,4).

  • cyan value is 53.47%
  • magenta value is 54.69%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (53,55,0,4)
C53M55Y0K4 (53%, 55%, 0%, 4%)
(0.53 / 0.55 / 0.00 / 0.04)

CMYK percentages

%53.47
%54.69
%0
%3.92

Codes

Color #726FF5 in popluar color models

72 6F F5
RGB 114 111 245
HSL 241° 87.01% 69.80%
HSB/HSV 241° 54.69% 96.08%
CMYK 53.47% 54.69% 0.00%
3.92%

Color #726FF5 in popluar number systems.

HEX 72 6F F5
Decimal 114 111 245
Binary 1110010 1101111 11110101
Octal 162 157 365

Shades and tints

Shades of #726FF5

#726FF5
(114,111,245)
#6865DF
(104,101,223)
#5E5BC9
(94,91,201)
#5451B3
(84,81,179)
#4A479D
(74,71,157)
#403D87
(64,61,135)
#363371
(54,51,113)
#2C295B
(44,41,91)
#221F45
(34,31,69)
#18152F
(24,21,47)
#0E0B19
(14,11,25)
#000000
(0,0,0)

Tints of #726FF5

#726FF5
(114,111,245)
#7E7CF5
(126,124,245)
#8A89F5
(138,137,245)
#9696F5
(150,150,245)
#A2A3F5
(162,163,245)
#AEB0F5
(174,176,245)
#BABDF5
(186,189,245)
#C6CAF5
(198,202,245)
#D2D7F5
(210,215,245)
#DEE4F5
(222,228,245)
#EAF1F5
(234,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726FF5 color. Also use rgb(114,111,245) instead hex code.

Text Font Color

.myTextColor { color: #726FF5; }

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

This text font color is #726FF5.

Background Color

.myBgColor { background-color: #726FF5; }

<div style="background-color:#726FF5">Inner text</div>

This div background color is #726FF5.

Border color

.myBorderColor { border: 1px solid #726FF5; }

<div style="border:3px solid #726FF5">Div</div>

This div border color is #726FF5.

Opacity

.myOpacity80 { color: #726FF5; opacity: 0.8; }

<p style="color:#726FF5;opacity:0.8;">80%</p>

Text with #726FF5 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 #726FF5;}

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

This text has shadow with #726FF5 color.


.textShadow {text-shadow: 3px 3px 1px #726FF5', 3px 3px 1px red;}

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

This text has shadow with #726FF5 primary color and red secondary color.


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

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

This text has shadow with #726FF5 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #726FF5; -webkit-box-shadow: 1px 1px 3px 2px #726FF5; box-shadow:1px 1px 3px 2px #726FF5;">
Div content here
</div>

This div box has shadow with color #726FF5.

Preview

Color preview on black background

This text has color #726FF5 on black background.


Color preview on white background

This text has color #726FF5 on white background.


Black color preview on #726FF5 background

This text has black color on #726FF5 background.


White color preview on #726FF5 background

This text has white color on #726FF5 background.


Related colors

Complementary color

Complementary color for #hex is #8D900A.


I love getcolorcode.com

Triadic colors

1 #F5726F and #6FF572 with #726FF5 are triadic colors.

2 #F56F72 and #6F72F5 with #726FF5 are triadic colors.