COLOR #736DA4

HEX: #736DA4
RGB: (115,109,164)

Color info

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

RGB color model

#736DA4 color RGB value is (115,109,164).

  • red value is 115;
  • green value is 109;
  • blue value is 164.
RGB:
(115,109,164)
(45%,43%,64%)

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 164 of 255 = 64%

115
109
164

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 164 = 388 (100%)
R 115 of 388 ~ 29.64%
G 109 of 388 ~ 28.09%
B 164 of 388 ~ 42.27%

%29.64
%28.09
%42.27

CMYK color model

#736DA4 color CMYK value is (30,34,0,36).

  • cyan value is 29.88%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(30,34,0,36)
C30M34Y0K36 
(30%,34%,0%,36%)
(0.30/0.34/0.00/0.36)	

CMYK percentages

%29.88
%33.54
%0
%35.69

Codes

Color #736DA4 in popluar color models

736DA4
RGB115109164
HSL247°23.21%53.53%
HSB/HSV247°33.54%64.31%
CMYK29.88%33.54%0.00%
35.69%

Color #736DA4 in popluar number systems.

HEX736DA4
Decimal115109164
Binary1110011110110110100100
Octal163155244

Shades and tints

Shades of #736DA4

#736DA4
(115,109,164)
#696496
(105,100,150)
#5F5B88
(95,91,136)
#55527A
(85,82,122)
#4B496C
(75,73,108)
#41405E
(65,64,94)
#373750
(55,55,80)
#2D2E42
(45,46,66)
#232534
(35,37,52)
#191C26
(25,28,38)
#0F1318
(15,19,24)
#000000
(0,0,0)

Tints of #736DA4

#736DA4
(115,109,164)
#7F7AAC
(127,122,172)
#8B87B4
(139,135,180)
#9794BC
(151,148,188)
#A3A1C4
(163,161,196)
#AFAECC
(175,174,204)
#BBBBD4
(187,187,212)
#C7C8DC
(199,200,220)
#D3D5E4
(211,213,228)
#DFE2EC
(223,226,236)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736DA4 color. Also use rgb(115,109,164) instead hex code.

Text Font Color

.myTextColor { color: #736DA4; }

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

This text font color is #736DA4.


Background Color

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

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

This div background color is #736DA4.


Border color

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

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

This div border color is #736DA4.


Opacity

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

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

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

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

This text has shadow with #736DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736DA4 on black background.


Color preview on white background

This text has color #736DA4 on white background.



Black color preview on #736DA4 background

This text has black color on #736DA4 background.


White color preview on #736DA4 background

This text has white color on #736DA4 background.