COLOR #7F66BA

HEX: #7F66BA RGB: (127,102,186)

Color info

#7F66BA contains mainly red and blue colors. Web safe color of #7F66BA is #6666CC (or #66C).

RGB color model

#7F66BA color RGB value is (127,102,186).

RGB: (127,102,186) (50%, 40%, 73%)

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 186 of 255 = 73%

127
102
186

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

Portions of RGB colors in percentages

R + G + B = 127 + 102 + 186 = 415 (100%)
R 127 of 415 ~ 30.6%
G 102 of 415 ~ 24.58%
B 186 of 415 ~ 44.82'%

%30.6
%24.58
%44.82

CMYK color model

#7F66BA color CMYK value is (32,45,0,27).

  • cyan value is 31.72%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (32,45,0,27) C32M45Y0K27 (32%,45%,0%,27%) (0.32/0.45/0.00/0.27) 

CMYK percentages

%31.72
%45.16
%0
%27.06

Codes

Color #7F66BA in popluar color models

7F 66 BA
RGB 127 102 186
HSL 258° 37.84% 56.47%
HSB/HSV 258° 45.16% 72.94%
CMYK 31.72% 45.16% 0.00%
27.06%

Color #7F66BA in popluar number systems.

HEX 7F 66 BA
Decimal 127 102 186
Binary 1111111 1100110 10111010
Octal 177 146 272

Shades and tints

Shades of #7F66BA

#7F66BA
(127,102,186)
#745DAA
(116,93,170)
#69549A
(105,84,154)
#5E4B8A
(94,75,138)
#53427A
(83,66,122)
#48396A
(72,57,106)
#3D305A
(61,48,90)
#32274A
(50,39,74)
#271E3A
(39,30,58)
#1C152A
(28,21,42)
#110C1A
(17,12,26)
#000000
(0,0,0)

Tints of #7F66BA

#7F66BA
(127,102,186)
#8A73C0
(138,115,192)
#9580C6
(149,128,198)
#A08DCC
(160,141,204)
#AB9AD2
(171,154,210)
#B6A7D8
(182,167,216)
#C1B4DE
(193,180,222)
#CCC1E4
(204,193,228)
#D7CEEA
(215,206,234)
#E2DBF0
(226,219,240)
#EDE8F6
(237,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F66BA color. Also use rgb(127,102,186) instead hex code.

Text Font Color

.myTextColor { color: #7F66BA; }

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

This text font color is #7F66BA.

Background Color

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

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

This div background color is #7F66BA.

Border color

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

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

This div border color is #7F66BA.

Opacity

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

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

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

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

This text has shadow with #7F66BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F66BA.

Preview

Color preview on black background

This text has color #7F66BA on black background.


Color preview on white background

This text has color #7F66BA on white background.


Black color preview on #7F66BA background

This text has black color on #7F66BA background.


White color preview on #7F66BA background

This text has white color on #7F66BA background.


Related colors

Complementary color

Complementary color for #hex is #809945.


I love getcolorcode.com

Triadic colors

1 #BA7F66 and #66BA7F with #7F66BA are triadic colors.

2 #BA667F and #667FBA with #7F66BA are triadic colors.