COLOR #736ABA

HEX: #736ABA RGB: (115,106,186)

Color info

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

RGB color model

#736ABA color RGB value is (115,106,186).

RGB: (115,106,186) (45%, 42%, 73%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 186 of 255 = 73%

115
106
186

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

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 186 = 407 (100%)
R 115 of 407 ~ 28.26%
G 106 of 407 ~ 26.04%
B 186 of 407 ~ 45.7'%

%28.26
%26.04
%45.7

CMYK color model

#736ABA color CMYK value is (38,43,0,27).

  • cyan value is 38.17%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (38,43,0,27) C38M43Y0K27 (38%,43%,0%,27%) (0.38/0.43/0.00/0.27) 

CMYK percentages

%38.17
%43.01
%0
%27.06

Codes

Color #736ABA in popluar color models

73 6A BA
RGB 115 106 186
HSL 247° 36.70% 57.25%
HSB/HSV 247° 43.01% 72.94%
CMYK 38.17% 43.01% 0.00%
27.06%

Color #736ABA in popluar number systems.

HEX 73 6A BA
Decimal 115 106 186
Binary 1110011 1101010 10111010
Octal 163 152 272

Shades and tints

Shades of #736ABA

#736ABA
(115,106,186)
#6961AA
(105,97,170)
#5F589A
(95,88,154)
#554F8A
(85,79,138)
#4B467A
(75,70,122)
#413D6A
(65,61,106)
#37345A
(55,52,90)
#2D2B4A
(45,43,74)
#23223A
(35,34,58)
#19192A
(25,25,42)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #736ABA

#736ABA
(115,106,186)
#7F77C0
(127,119,192)
#8B84C6
(139,132,198)
#9791CC
(151,145,204)
#A39ED2
(163,158,210)
#AFABD8
(175,171,216)
#BBB8DE
(187,184,222)
#C7C5E4
(199,197,228)
#D3D2EA
(211,210,234)
#DFDFF0
(223,223,240)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736ABA color. Also use rgb(115,106,186) instead hex code.

Text Font Color

.myTextColor { color: #736ABA; }

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

This text font color is #736ABA.

Background Color

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

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

This div background color is #736ABA.

Border color

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

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

This div border color is #736ABA.

Opacity

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

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

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

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

This text has shadow with #736ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736ABA.

Preview

Color preview on black background

This text has color #736ABA on black background.


Color preview on white background

This text has color #736ABA on white background.


Black color preview on #736ABA background

This text has black color on #736ABA background.


White color preview on #736ABA background

This text has white color on #736ABA background.


Related colors

Complementary color

Complementary color for #hex is #8C9545.


I love getcolorcode.com

Triadic colors

1 #BA736A and #6ABA73 with #736ABA are triadic colors.

2 #BA6A73 and #6A73BA with #736ABA are triadic colors.