COLOR #736FA9

HEX: #736FA9
RGB: (115,111,169)

Color info

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

RGB color model

#736FA9 color RGB value is (115,111,169).

  • red value is 115;
  • green value is 111;
  • blue value is 169.
RGB:
(115,111,169)
(45%,44%,66%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 169 of 255 = 66%

115
111
169

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 169 = 395 (100%)
R 115 of 395 ~ 29.11%
G 111 of 395 ~ 28.1%
B 169 of 395 ~ 42.78%

%29.11
%28.1
%42.78

CMYK color model

#736FA9 color CMYK value is (32,34,0,34).

  • cyan value is 31.95%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(32,34,0,34)
C32M34Y0K34 
(32%,34%,0%,34%)
(0.32/0.34/0.00/0.34)	

CMYK percentages

%31.95
%34.32
%0
%33.73

Codes

Color #736FA9 in popluar color models

736FA9
RGB115111169
HSL244°25.22%54.90%
HSB/HSV244°34.32%66.27%
CMYK31.95%34.32%0.00%
33.73%

Color #736FA9 in popluar number systems.

HEX736FA9
Decimal115111169
Binary1110011110111110101001
Octal163157251

Shades and tints

Shades of #736FA9

#736FA9
(115,111,169)
#69659A
(105,101,154)
#5F5B8B
(95,91,139)
#55517C
(85,81,124)
#4B476D
(75,71,109)
#413D5E
(65,61,94)
#37334F
(55,51,79)
#2D2940
(45,41,64)
#231F31
(35,31,49)
#191522
(25,21,34)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #736FA9

#736FA9
(115,111,169)
#7F7CB0
(127,124,176)
#8B89B7
(139,137,183)
#9796BE
(151,150,190)
#A3A3C5
(163,163,197)
#AFB0CC
(175,176,204)
#BBBDD3
(187,189,211)
#C7CADA
(199,202,218)
#D3D7E1
(211,215,225)
#DFE4E8
(223,228,232)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736FA9 color. Also use rgb(115,111,169) instead hex code.

Text Font Color

.myTextColor { color: #736FA9; }

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

This text font color is #736FA9.


Background Color

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

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

This div background color is #736FA9.


Border color

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

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

This div border color is #736FA9.


Opacity

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

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

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

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

This text has shadow with #736FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736FA9 on black background.


Color preview on white background

This text has color #736FA9 on white background.



Black color preview on #736FA9 background

This text has black color on #736FA9 background.


White color preview on #736FA9 background

This text has white color on #736FA9 background.