COLOR #736BE7

HEX: #736BE7 RGB: (115,107,231)

Color info

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

RGB color model

#736BE7 color RGB value is (115,107,231).

RGB: (115,107,231) (45%, 42%, 91%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 231 of 255 = 91%

115
107
231

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

Portions of RGB colors in percentages

R + G + B = 115 + 107 + 231 = 453 (100%)
R 115 of 453 ~ 25.39%
G 107 of 453 ~ 23.62%
B 231 of 453 ~ 50.99'%

%25.39
%23.62
%50.99

CMYK color model

#736BE7 color CMYK value is (50,54,0,9).

  • cyan value is 50.22%
  • magenta value is 53.68%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (50,54,0,9)
C50M54Y0K9 (50%, 54%, 0%, 9%)
(0.50 / 0.54 / 0.00 / 0.09)

CMYK percentages

%50.22
%53.68
%0
%9.41

Codes

Color #736BE7 in popluar color models

73 6B E7
RGB 115 107 231
HSL 244° 72.09% 66.27%
HSB/HSV 244° 53.68% 90.59%
CMYK 50.22% 53.68% 0.00%
9.41%

Color #736BE7 in popluar number systems.

HEX 73 6B E7
Decimal 115 107 231
Binary 1110011 1101011 11100111
Octal 163 153 347

Shades and tints

Shades of #736BE7

#736BE7
(115,107,231)
#6962D2
(105,98,210)
#5F59BD
(95,89,189)
#5550A8
(85,80,168)
#4B4793
(75,71,147)
#413E7E
(65,62,126)
#373569
(55,53,105)
#2D2C54
(45,44,84)
#23233F
(35,35,63)
#191A2A
(25,26,42)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #736BE7

#736BE7
(115,107,231)
#7F78E9
(127,120,233)
#8B85EB
(139,133,235)
#9792ED
(151,146,237)
#A39FEF
(163,159,239)
#AFACF1
(175,172,241)
#BBB9F3
(187,185,243)
#C7C6F5
(199,198,245)
#D3D3F7
(211,211,247)
#DFE0F9
(223,224,249)
#EBEDFB
(235,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736BE7 color. Also use rgb(115,107,231) instead hex code.

Text Font Color

.myTextColor { color: #736BE7; }

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

This text font color is #736BE7.

Background Color

.myBgColor { background-color: #736BE7; }

<div style="background-color:#736BE7">Inner text</div>

This div background color is #736BE7.

Border color

.myBorderColor { border: 1px solid #736BE7; }

<div style="border:3px solid #736BE7">Div</div>

This div border color is #736BE7.

Opacity

.myOpacity80 { color: #736BE7; opacity: 0.8; }

<p style="color:#736BE7;opacity:0.8;">80%</p>

Text with #736BE7 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 #736BE7;}

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

This text has shadow with #736BE7 color.


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

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

This text has shadow with #736BE7 primary color and red secondary color.


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

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

This text has shadow with #736BE7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #736BE7.

Preview

Color preview on black background

This text has color #736BE7 on black background.


Color preview on white background

This text has color #736BE7 on white background.


Black color preview on #736BE7 background

This text has black color on #736BE7 background.


White color preview on #736BE7 background

This text has white color on #736BE7 background.


Related colors

Complementary color

Complementary color for #hex is #8C9418.


I love getcolorcode.com

Triadic colors

1 #E7736B and #6BE773 with #736BE7 are triadic colors.

2 #E76B73 and #6B73E7 with #736BE7 are triadic colors.