COLOR #7F70B8

HEX: #7F70B8 RGB: (127,112,184)

Color info

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

RGB color model

#7F70B8 color RGB value is (127,112,184).

RGB: (127,112,184) (50%, 44%, 72%)

RGB channels and saturation

R 127 of 255 = 50%
G 112 of 255 = 44%
B 184 of 255 = 72%

127
112
184

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

Portions of RGB colors in percentages

R + G + B = 127 + 112 + 184 = 423 (100%)
R 127 of 423 ~ 30.02%
G 112 of 423 ~ 26.48%
B 184 of 423 ~ 43.5'%

%30.02
%26.48
%43.5

CMYK color model

#7F70B8 color CMYK value is (31,39,0,28).

  • cyan value is 30.98%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (31,39,0,28)
C31M39Y0K28 (31%, 39%, 0%, 28%)
(0.31 / 0.39 / 0.00 / 0.28)

CMYK percentages

%30.98
%39.13
%0
%27.84

Codes

Color #7F70B8 in popluar color models

7F 70 B8
RGB 127 112 184
HSL 253° 33.64% 58.04%
HSB/HSV 253° 39.13% 72.16%
CMYK 30.98% 39.13% 0.00%
27.84%

Color #7F70B8 in popluar number systems.

HEX 7F 70 B8
Decimal 127 112 184
Binary 1111111 1110000 10111000
Octal 177 160 270

Shades and tints

Shades of #7F70B8

#7F70B8
(127,112,184)
#7466A8
(116,102,168)
#695C98
(105,92,152)
#5E5288
(94,82,136)
#534878
(83,72,120)
#483E68
(72,62,104)
#3D3458
(61,52,88)
#322A48
(50,42,72)
#272038
(39,32,56)
#1C1628
(28,22,40)
#110C18
(17,12,24)
#000000
(0,0,0)

Tints of #7F70B8

#7F70B8
(127,112,184)
#8A7DBE
(138,125,190)
#958AC4
(149,138,196)
#A097CA
(160,151,202)
#ABA4D0
(171,164,208)
#B6B1D6
(182,177,214)
#C1BEDC
(193,190,220)
#CCCBE2
(204,203,226)
#D7D8E8
(215,216,232)
#E2E5EE
(226,229,238)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F70B8 color. Also use rgb(127,112,184) instead hex code.

Text Font Color

.myTextColor { color: #7F70B8; }

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

This text font color is #7F70B8.

Background Color

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

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

This div background color is #7F70B8.

Border color

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

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

This div border color is #7F70B8.

Opacity

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

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

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

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

This text has shadow with #7F70B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F70B8.

Preview

Color preview on black background

This text has color #7F70B8 on black background.


Color preview on white background

This text has color #7F70B8 on white background.


Black color preview on #7F70B8 background

This text has black color on #7F70B8 background.


White color preview on #7F70B8 background

This text has white color on #7F70B8 background.


Related colors

Complementary color

Complementary color for #hex is #808F47.


I love getcolorcode.com

Triadic colors

1 #B87F70 and #70B87F with #7F70B8 are triadic colors.

2 #B8707F and #707FB8 with #7F70B8 are triadic colors.