COLOR #7F68C8

HEX: #7F68C8
RGB: (127,104,200)

Color info

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

RGB color model

#7F68C8 color RGB value is (127,104,200).

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

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 200 of 255 = 78%

127
104
200

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

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 200 = 431 (100%)
R 127 of 431 ~ 29.47%
G 104 of 431 ~ 24.13%
B 200 of 431 ~ 46.4%

%29.47
%24.13
%46.4

CMYK color model

#7F68C8 color CMYK value is (37,48,0,22).

  • cyan value is 36.50%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(37,48,0,22)
C37M48Y0K22 
(37%,48%,0%,22%)
(0.37/0.48/0.00/0.22)	

CMYK percentages

%36.5
%48
%0
%21.57

Codes

Color #7F68C8 in popluar color models

7F68C8
RGB127104200
HSL254°46.60%59.61%
HSB/HSV254°48.00%78.43%
CMYK36.50%48.00%0.00%
21.57%

Color #7F68C8 in popluar number systems.

HEX7F68C8
Decimal127104200
Binary1111111110100011001000
Octal177150310

Shades and tints

Shades of #7F68C8

#7F68C8
(127,104,200)
#745FB6
(116,95,182)
#6956A4
(105,86,164)
#5E4D92
(94,77,146)
#534480
(83,68,128)
#483B6E
(72,59,110)
#3D325C
(61,50,92)
#32294A
(50,41,74)
#272038
(39,32,56)
#1C1726
(28,23,38)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #7F68C8

#7F68C8
(127,104,200)
#8A75CD
(138,117,205)
#9582D2
(149,130,210)
#A08FD7
(160,143,215)
#AB9CDC
(171,156,220)
#B6A9E1
(182,169,225)
#C1B6E6
(193,182,230)
#CCC3EB
(204,195,235)
#D7D0F0
(215,208,240)
#E2DDF5
(226,221,245)
#EDEAFA
(237,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F68C8; }

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

This text font color is #7F68C8.


Background Color

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

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

This div background color is #7F68C8.


Border color

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

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

This div border color is #7F68C8.


Opacity

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

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

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

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

This text has shadow with #7F68C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F68C8 on black background.


Color preview on white background

This text has color #7F68C8 on white background.



Black color preview on #7F68C8 background

This text has black color on #7F68C8 background.


White color preview on #7F68C8 background

This text has white color on #7F68C8 background.