COLOR #7F68BA

HEX: #7F68BA
RGB: (127,104,186)

Color info

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

RGB color model

#7F68BA color RGB value is (127,104,186).

  • red value is 127;
  • green value is 104;
  • blue value is 186.
RGB:
(127,104,186)
(50%,41%,73%)

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 186 of 255 = 73%

127
104
186

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

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 186 = 417 (100%)
R 127 of 417 ~ 30.46%
G 104 of 417 ~ 24.94%
B 186 of 417 ~ 44.6%

%30.46
%24.94
%44.6

CMYK color model

#7F68BA color CMYK value is (32,44,0,27).

  • cyan value is 31.72%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(32,44,0,27)
C32M44Y0K27 
(32%,44%,0%,27%)
(0.32/0.44/0.00/0.27)	

CMYK percentages

%31.72
%44.09
%0
%27.06

Codes

Color #7F68BA in popluar color models

7F68BA
RGB127104186
HSL257°37.27%56.86%
HSB/HSV257°44.09%72.94%
CMYK31.72%44.09%0.00%
27.06%

Color #7F68BA in popluar number systems.

HEX7F68BA
Decimal127104186
Binary1111111110100010111010
Octal177150272

Shades and tints

Shades of #7F68BA

#7F68BA
(127,104,186)
#745FAA
(116,95,170)
#69569A
(105,86,154)
#5E4D8A
(94,77,138)
#53447A
(83,68,122)
#483B6A
(72,59,106)
#3D325A
(61,50,90)
#32294A
(50,41,74)
#27203A
(39,32,58)
#1C172A
(28,23,42)
#110E1A
(17,14,26)
#000000
(0,0,0)

Tints of #7F68BA

#7F68BA
(127,104,186)
#8A75C0
(138,117,192)
#9582C6
(149,130,198)
#A08FCC
(160,143,204)
#AB9CD2
(171,156,210)
#B6A9D8
(182,169,216)
#C1B6DE
(193,182,222)
#CCC3E4
(204,195,228)
#D7D0EA
(215,208,234)
#E2DDF0
(226,221,240)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F68BA; }

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

This text font color is #7F68BA.


Background Color

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

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

This div background color is #7F68BA.


Border color

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

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

This div border color is #7F68BA.


Opacity

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

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

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

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

This text has shadow with #7F68BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F68BA on black background.


Color preview on white background

This text has color #7F68BA on white background.



Black color preview on #7F68BA background

This text has black color on #7F68BA background.


White color preview on #7F68BA background

This text has white color on #7F68BA background.