COLOR #7D7098

HEX: #7D7098 RGB: (125,112,152)

Color info

#7D7098 contains red, green and blue colors in about the same proportion. Web safe color of #7D7098 is #666699 (or #669).

RGB color model

#7D7098 color RGB value is (125,112,152).

RGB: (125,112,152) (49%, 44%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 112 of 255 = 44%
B 152 of 255 = 60%

125
112
152

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

Portions of RGB colors in percentages

R + G + B = 125 + 112 + 152 = 389 (100%)
R 125 of 389 ~ 32.13%
G 112 of 389 ~ 28.79%
B 152 of 389 ~ 39.07'%

%32.13
%28.79
%39.07

CMYK color model

#7D7098 color CMYK value is (18,26,0,40).

  • cyan value is 17.76%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (18,26,0,40) C18M26Y0K40 (18%,26%,0%,40%) (0.18/0.26/0.00/0.40) 

CMYK percentages

%17.76
%26.32
%0
%40.39

Codes

Color #7D7098 in popluar color models

7D 70 98
RGB 125 112 152
HSL 260° 16.26% 51.76%
HSB/HSV 260° 26.32% 59.61%
CMYK 17.76% 26.32% 0.00%
40.39%

Color #7D7098 in popluar number systems.

HEX 7D 70 98
Decimal 125 112 152
Binary 1111101 1110000 10011000
Octal 175 160 230

Shades and tints

Shades of #7D7098

#7D7098
(125,112,152)
#72668B
(114,102,139)
#675C7E
(103,92,126)
#5C5271
(92,82,113)
#514864
(81,72,100)
#463E57
(70,62,87)
#3B344A
(59,52,74)
#302A3D
(48,42,61)
#252030
(37,32,48)
#1A1623
(26,22,35)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #7D7098

#7D7098
(125,112,152)
#887DA1
(136,125,161)
#938AAA
(147,138,170)
#9E97B3
(158,151,179)
#A9A4BC
(169,164,188)
#B4B1C5
(180,177,197)
#BFBECE
(191,190,206)
#CACBD7
(202,203,215)
#D5D8E0
(213,216,224)
#E0E5E9
(224,229,233)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7098 color. Also use rgb(125,112,152) instead hex code.

Text Font Color

.myTextColor { color: #7D7098; }

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

This text font color is #7D7098.

Background Color

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

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

This div background color is #7D7098.

Border color

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

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

This div border color is #7D7098.

Opacity

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

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

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

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

This text has shadow with #7D7098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7098.

Preview

Color preview on black background

This text has color #7D7098 on black background.


Color preview on white background

This text has color #7D7098 on white background.


Black color preview on #7D7098 background

This text has black color on #7D7098 background.


White color preview on #7D7098 background

This text has white color on #7D7098 background.


Related colors

Complementary color

Complementary color for #hex is #828F67.


I love getcolorcode.com

Triadic colors

1 #987D70 and #70987D with #7D7098 are triadic colors.

2 #98707D and #707D98 with #7D7098 are triadic colors.