COLOR #7F56BB

HEX: #7F56BB RGB: (127,86,187)

Color info

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

RGB color model

#7F56BB color RGB value is (127,86,187).

RGB: (127,86,187) (50%, 34%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 86 of 255 = 34%
B 187 of 255 = 73%

127
86
187

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

Portions of RGB colors in percentages

R + G + B = 127 + 86 + 187 = 400 (100%)
R 127 of 400 ~ 31.75%
G 86 of 400 ~ 21.5%
B 187 of 400 ~ 46.75'%

%31.75
%21.5
%46.75

CMYK color model

#7F56BB color CMYK value is (32,54,0,27).

  • cyan value is 32.09%
  • magenta value is 54.01%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (32,54,0,27) C32M54Y0K27 (32%,54%,0%,27%) (0.32/0.54/0.00/0.27) 

CMYK percentages

%32.09
%54.01
%0
%26.67

Codes

Color #7F56BB in popluar color models

7F 56 BB
RGB 127 86 187
HSL 264° 42.62% 53.53%
HSB/HSV 264° 54.01% 73.33%
CMYK 32.09% 54.01% 0.00%
26.67%

Color #7F56BB in popluar number systems.

HEX 7F 56 BB
Decimal 127 86 187
Binary 1111111 1010110 10111011
Octal 177 126 273

Shades and tints

Shades of #7F56BB

#7F56BB
(127,86,187)
#744FAA
(116,79,170)
#694899
(105,72,153)
#5E4188
(94,65,136)
#533A77
(83,58,119)
#483366
(72,51,102)
#3D2C55
(61,44,85)
#322544
(50,37,68)
#271E33
(39,30,51)
#1C1722
(28,23,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #7F56BB

#7F56BB
(127,86,187)
#8A65C1
(138,101,193)
#9574C7
(149,116,199)
#A083CD
(160,131,205)
#AB92D3
(171,146,211)
#B6A1D9
(182,161,217)
#C1B0DF
(193,176,223)
#CCBFE5
(204,191,229)
#D7CEEB
(215,206,235)
#E2DDF1
(226,221,241)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F56BB color. Also use rgb(127,86,187) instead hex code.

Text Font Color

.myTextColor { color: #7F56BB; }

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

This text font color is #7F56BB.

Background Color

.myBgColor { background-color: #7F56BB; }

<div style="background-color:#7F56BB">Inner text</div>

This div background color is #7F56BB.

Border color

.myBorderColor { border: 1px solid #7F56BB; }

<div style="border:3px solid #7F56BB">Div</div>

This div border color is #7F56BB.

Opacity

.myOpacity80 { color: #7F56BB; opacity: 0.8; }

<p style="color:#7F56BB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F56BB color.


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

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

This text has shadow with #7F56BB primary color and red secondary color.


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

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

This text has shadow with #7F56BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F56BB.

Preview

Color preview on black background

This text has color #7F56BB on black background.


Color preview on white background

This text has color #7F56BB on white background.


Black color preview on #7F56BB background

This text has black color on #7F56BB background.


White color preview on #7F56BB background

This text has white color on #7F56BB background.


Related colors

Complementary color

Complementary color for #hex is #80A944.


I love getcolorcode.com

Triadic colors

1 #BB7F56 and #56BB7F with #7F56BB are triadic colors.

2 #BB567F and #567FBB with #7F56BB are triadic colors.