COLOR #7F7ABE

HEX: #7F7ABE RGB: (127,122,190)

Color info

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

RGB color model

#7F7ABE color RGB value is (127,122,190).

RGB: (127,122,190) (50%, 48%, 75%)

RGB channels and saturation

R 127 of 255 = 50%
G 122 of 255 = 48%
B 190 of 255 = 75%

127
122
190

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

Portions of RGB colors in percentages

R + G + B = 127 + 122 + 190 = 439 (100%)
R 127 of 439 ~ 28.93%
G 122 of 439 ~ 27.79%
B 190 of 439 ~ 43.28'%

%28.93
%27.79
%43.28

CMYK color model

#7F7ABE color CMYK value is (33,36,0,25).

  • cyan value is 33.16%
  • magenta value is 35.79%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (33,36,0,25)
C33M36Y0K25 (33%, 36%, 0%, 25%)
(0.33 / 0.36 / 0.00 / 0.25)

CMYK percentages

%33.16
%35.79
%0
%25.49

Codes

Color #7F7ABE in popluar color models

7F 7A BE
RGB 127 122 190
HSL 244° 34.34% 61.18%
HSB/HSV 244° 35.79% 74.51%
CMYK 33.16% 35.79% 0.00%
25.49%

Color #7F7ABE in popluar number systems.

HEX 7F 7A BE
Decimal 127 122 190
Binary 1111111 1111010 10111110
Octal 177 172 276

Shades and tints

Shades of #7F7ABE

#7F7ABE
(127,122,190)
#746FAD
(116,111,173)
#69649C
(105,100,156)
#5E598B
(94,89,139)
#534E7A
(83,78,122)
#484369
(72,67,105)
#3D3858
(61,56,88)
#322D47
(50,45,71)
#272236
(39,34,54)
#1C1725
(28,23,37)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #7F7ABE

#7F7ABE
(127,122,190)
#8A86C3
(138,134,195)
#9592C8
(149,146,200)
#A09ECD
(160,158,205)
#ABAAD2
(171,170,210)
#B6B6D7
(182,182,215)
#C1C2DC
(193,194,220)
#CCCEE1
(204,206,225)
#D7DAE6
(215,218,230)
#E2E6EB
(226,230,235)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7ABE color. Also use rgb(127,122,190) instead hex code.

Text Font Color

.myTextColor { color: #7F7ABE; }

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

This text font color is #7F7ABE.

Background Color

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

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

This div background color is #7F7ABE.

Border color

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

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

This div border color is #7F7ABE.

Opacity

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

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

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

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

This text has shadow with #7F7ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7ABE.

Preview

Color preview on black background

This text has color #7F7ABE on black background.


Color preview on white background

This text has color #7F7ABE on white background.


Black color preview on #7F7ABE background

This text has black color on #7F7ABE background.


White color preview on #7F7ABE background

This text has white color on #7F7ABE background.


Related colors

Complementary color

Complementary color for #hex is #808541.


I love getcolorcode.com

Triadic colors

1 #BE7F7A and #7ABE7F with #7F7ABE are triadic colors.

2 #BE7A7F and #7A7FBE with #7F7ABE are triadic colors.