COLOR #736CA7

HEX: #736CA7
RGB: (115,108,167)

Color info

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

RGB color model

#736CA7 color RGB value is (115,108,167).

  • red value is 115;
  • green value is 108;
  • blue value is 167.
RGB:
(115,108,167)
(45%,42%,65%)

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 167 of 255 = 65%

115
108
167

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 167 = 390 (100%)
R 115 of 390 ~ 29.49%
G 108 of 390 ~ 27.69%
B 167 of 390 ~ 42.82%

%29.49
%27.69
%42.82

CMYK color model

#736CA7 color CMYK value is (31,35,0,35).

  • cyan value is 31.14%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,35,0,35)
C31M35Y0K35 
(31%,35%,0%,35%)
(0.31/0.35/0.00/0.35)	

CMYK percentages

%31.14
%35.33
%0
%34.51

Codes

Color #736CA7 in popluar color models

736CA7
RGB115108167
HSL247°25.11%53.92%
HSB/HSV247°35.33%65.49%
CMYK31.14%35.33%0.00%
34.51%

Color #736CA7 in popluar number systems.

HEX736CA7
Decimal115108167
Binary1110011110110010100111
Octal163154247

Shades and tints

Shades of #736CA7

#736CA7
(115,108,167)
#696398
(105,99,152)
#5F5A89
(95,90,137)
#55517A
(85,81,122)
#4B486B
(75,72,107)
#413F5C
(65,63,92)
#37364D
(55,54,77)
#2D2D3E
(45,45,62)
#23242F
(35,36,47)
#191B20
(25,27,32)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #736CA7

#736CA7
(115,108,167)
#7F79AF
(127,121,175)
#8B86B7
(139,134,183)
#9793BF
(151,147,191)
#A3A0C7
(163,160,199)
#AFADCF
(175,173,207)
#BBBAD7
(187,186,215)
#C7C7DF
(199,199,223)
#D3D4E7
(211,212,231)
#DFE1EF
(223,225,239)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736CA7; }

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

This text font color is #736CA7.


Background Color

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

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

This div background color is #736CA7.


Border color

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

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

This div border color is #736CA7.


Opacity

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

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

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

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

This text has shadow with #736CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736CA7 on black background.


Color preview on white background

This text has color #736CA7 on white background.



Black color preview on #736CA7 background

This text has black color on #736CA7 background.


White color preview on #736CA7 background

This text has white color on #736CA7 background.