COLOR #7F60AB

HEX: #7F60AB RGB: (127,96,171)

Color info

#7F60AB contains mainly red and blue colors. Web safe color of #7F60AB is #666699 (or #669).

RGB color model

#7F60AB color RGB value is (127,96,171).

RGB: (127,96,171) (50%, 38%, 67%)

RGB channels and saturation

R 127 of 255 = 50%
G 96 of 255 = 38%
B 171 of 255 = 67%

127
96
171

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

Portions of RGB colors in percentages

R + G + B = 127 + 96 + 171 = 394 (100%)
R 127 of 394 ~ 32.23%
G 96 of 394 ~ 24.37%
B 171 of 394 ~ 43.4'%

%32.23
%24.37
%43.4

CMYK color model

#7F60AB color CMYK value is (26,44,0,33).

  • cyan value is 25.73%
  • magenta value is 43.86%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (26,44,0,33)
C26M44Y0K33 (26%, 44%, 0%, 33%)
(0.26 / 0.44 / 0.00 / 0.33)

CMYK percentages

%25.73
%43.86
%0
%32.94

Codes

Color #7F60AB in popluar color models

7F 60 AB
RGB 127 96 171
HSL 265° 30.86% 52.35%
HSB/HSV 265° 43.86% 67.06%
CMYK 25.73% 43.86% 0.00%
32.94%

Color #7F60AB in popluar number systems.

HEX 7F 60 AB
Decimal 127 96 171
Binary 1111111 1100000 10101011
Octal 177 140 253

Shades and tints

Shades of #7F60AB

#7F60AB
(127,96,171)
#74589C
(116,88,156)
#69508D
(105,80,141)
#5E487E
(94,72,126)
#53406F
(83,64,111)
#483860
(72,56,96)
#3D3051
(61,48,81)
#322842
(50,40,66)
#272033
(39,32,51)
#1C1824
(28,24,36)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #7F60AB

#7F60AB
(127,96,171)
#8A6EB2
(138,110,178)
#957CB9
(149,124,185)
#A08AC0
(160,138,192)
#AB98C7
(171,152,199)
#B6A6CE
(182,166,206)
#C1B4D5
(193,180,213)
#CCC2DC
(204,194,220)
#D7D0E3
(215,208,227)
#E2DEEA
(226,222,234)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F60AB color. Also use rgb(127,96,171) instead hex code.

Text Font Color

.myTextColor { color: #7F60AB; }

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

This text font color is #7F60AB.

Background Color

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

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

This div background color is #7F60AB.

Border color

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

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

This div border color is #7F60AB.

Opacity

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

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

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

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

This text has shadow with #7F60AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F60AB.

Preview

Color preview on black background

This text has color #7F60AB on black background.


Color preview on white background

This text has color #7F60AB on white background.


Black color preview on #7F60AB background

This text has black color on #7F60AB background.


White color preview on #7F60AB background

This text has white color on #7F60AB background.


Related colors

Complementary color

Complementary color for #hex is #809F54.


I love getcolorcode.com

Triadic colors

1 #AB7F60 and #60AB7F with #7F60AB are triadic colors.

2 #AB607F and #607FAB with #7F60AB are triadic colors.