COLOR #736CD7

HEX: #736CD7 RGB: (115,108,215)

Color info

#736CD7 contains mainly blue color. Web safe color of #736CD7 is #6666CC (or #66C).

RGB color model

#736CD7 color RGB value is (115,108,215).

RGB: (115,108,215) (45%, 42%, 84%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 215 of 255 = 84%

115
108
215

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

Portions of RGB colors in percentages

R + G + B = 115 + 108 + 215 = 438 (100%)
R 115 of 438 ~ 26.26%
G 108 of 438 ~ 24.66%
B 215 of 438 ~ 49.09'%

%26.26
%24.66
%49.09

CMYK color model

#736CD7 color CMYK value is (47,50,0,16).

  • cyan value is 46.51%
  • magenta value is 49.77%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (47,50,0,16)
C47M50Y0K16 (47%, 50%, 0%, 16%)
(0.47 / 0.50 / 0.00 / 0.16)

CMYK percentages

%46.51
%49.77
%0
%15.69

Codes

Color #736CD7 in popluar color models

73 6C D7
RGB 115 108 215
HSL 244° 57.22% 63.33%
HSB/HSV 244° 49.77% 84.31%
CMYK 46.51% 49.77% 0.00%
15.69%

Color #736CD7 in popluar number systems.

HEX 73 6C D7
Decimal 115 108 215
Binary 1110011 1101100 11010111
Octal 163 154 327

Shades and tints

Shades of #736CD7

#736CD7
(115,108,215)
#6963C4
(105,99,196)
#5F5AB1
(95,90,177)
#55519E
(85,81,158)
#4B488B
(75,72,139)
#413F78
(65,63,120)
#373665
(55,54,101)
#2D2D52
(45,45,82)
#23243F
(35,36,63)
#191B2C
(25,27,44)
#0F1219
(15,18,25)
#000000
(0,0,0)

Tints of #736CD7

#736CD7
(115,108,215)
#7F79DA
(127,121,218)
#8B86DD
(139,134,221)
#9793E0
(151,147,224)
#A3A0E3
(163,160,227)
#AFADE6
(175,173,230)
#BBBAE9
(187,186,233)
#C7C7EC
(199,199,236)
#D3D4EF
(211,212,239)
#DFE1F2
(223,225,242)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736CD7 color. Also use rgb(115,108,215) instead hex code.

Text Font Color

.myTextColor { color: #736CD7; }

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

This text font color is #736CD7.

Background Color

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

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

This div background color is #736CD7.

Border color

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

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

This div border color is #736CD7.

Opacity

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

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

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

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

This text has shadow with #736CD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736CD7.

Preview

Color preview on black background

This text has color #736CD7 on black background.


Color preview on white background

This text has color #736CD7 on white background.


Black color preview on #736CD7 background

This text has black color on #736CD7 background.


White color preview on #736CD7 background

This text has white color on #736CD7 background.


Related colors

Complementary color

Complementary color for #hex is #8C9328.


I love getcolorcode.com

Triadic colors

1 #D7736C and #6CD773 with #736CD7 are triadic colors.

2 #D76C73 and #6C73D7 with #736CD7 are triadic colors.