COLOR #7F7CC0

HEX: #7F7CC0 RGB: (127,124,192)

Renk bilgisi

#7F7CC0 contains mainly blue color. #7F7CC0 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7F7CC0 color RGB value is (127,124,192).

RGB: (127,124,192) (50%, 49%, 75%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 124 of 255 = 49%
B 192 of 255 = 75%

127
124
192

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

Yüzdelerle RGB renk parçaları

R + G + B = 127 + 124 + 192 = 443 (100%)
R 127 of 443 ~ 28.67%
G 124 of 443 ~ 27.99%
B 192 of 443 ~ 43.34'%

%28.67
%27.99
%43.34

CMYK RENK MODELİ

#7F7CC0 rengi CMYK tonu (34,35,0,25).

  • camgöbeği tonu 33.85%
  • eflatun tonu 35.42%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%

CMYK: (34,35,0,25)
C34M35Y0K25 (34%, 35%, 0%, 25%)
(0.34 / 0.35 / 0.00 / 0.25)

CMYK yüzdeleri

%33.85
%35.42
%0
%24.71

Codes

Color #7F7CC0 in popluar color models

7F 7C C0
RGB 127 124 192
HSL 243° 35.05% 61.96%
HSB/HSV 243° 35.42% 75.29%
CMYK 33.85% 35.42% 0.00%
24.71%

Color #7F7CC0 in popluar number systems.

HEX 7F 7C C0
Decimal 127 124 192
Binary 1111111 1111100 11000000
Octal 177 174 300

Shades and tints

Shades of #7F7CC0

#7F7CC0
(127,124,192)
#7471AF
(116,113,175)
#69669E
(105,102,158)
#5E5B8D
(94,91,141)
#53507C
(83,80,124)
#48456B
(72,69,107)
#3D3A5A
(61,58,90)
#322F49
(50,47,73)
#272438
(39,36,56)
#1C1927
(28,25,39)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #7F7CC0

#7F7CC0
(127,124,192)
#8A87C5
(138,135,197)
#9592CA
(149,146,202)
#A09DCF
(160,157,207)
#ABA8D4
(171,168,212)
#B6B3D9
(182,179,217)
#C1BEDE
(193,190,222)
#CCC9E3
(204,201,227)
#D7D4E8
(215,212,232)
#E2DFED
(226,223,237)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F7CC0 color. Also use rgb(127,124,192) instead hex code.

Text Font Color

.myTextColor { color: #7F7CC0; }

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

This text font color is #7F7CC0.

Background Color

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

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

This div background color is #7F7CC0.

Border color

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

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

This div border color is #7F7CC0.

Opacity

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

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

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

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

This text has shadow with #7F7CC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7CC0.

Preview

Color preview on black background

This text has color #7F7CC0 on black background.


Color preview on white background

This text has color #7F7CC0 on white background.


Black color preview on #7F7CC0 background

This text has black color on #7F7CC0 background.


White color preview on #7F7CC0 background

This text has white color on #7F7CC0 background.


Related colors

Complementary color

Complementary color for #hex is #80833F.


I love getcolorcode.com

Triadic colors

1 #C07F7C and #7CC07F with #7F7CC0 are triadic colors.

2 #C07C7F and #7C7FC0 with #7F7CC0 are triadic colors.