COLOR #7B62AB

HEX: #7B62AB RGB: (123,98,171)

Color info

#7B62AB contains mainly red and blue colors. Web safe color of #7B62AB is #666699 (or #669).

RGB color model

#7B62AB color RGB value is (123,98,171).

RGB: (123,98,171) (48%, 38%, 67%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 171 of 255 = 67%

123
98
171

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

Portions of RGB colors in percentages

R + G + B = 123 + 98 + 171 = 392 (100%)
R 123 of 392 ~ 31.38%
G 98 of 392 ~ 25%
B 171 of 392 ~ 43.62'%

%31.38
%25
%43.62

CMYK color model

#7B62AB color CMYK value is (28,43,0,33).

  • cyan value is 28.07%
  • magenta value is 42.69%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (28,43,0,33)
C28M43Y0K33 (28%, 43%, 0%, 33%)
(0.28 / 0.43 / 0.00 / 0.33)

CMYK percentages

%28.07
%42.69
%0
%32.94

Codes

Color #7B62AB in popluar color models

7B 62 AB
RGB 123 98 171
HSL 261° 30.29% 52.75%
HSB/HSV 261° 42.69% 67.06%
CMYK 28.07% 42.69% 0.00%
32.94%

Color #7B62AB in popluar number systems.

HEX 7B 62 AB
Decimal 123 98 171
Binary 1111011 1100010 10101011
Octal 173 142 253

Shades and tints

Shades of #7B62AB

#7B62AB
(123,98,171)
#705A9C
(112,90,156)
#65528D
(101,82,141)
#5A4A7E
(90,74,126)
#4F426F
(79,66,111)
#443A60
(68,58,96)
#393251
(57,50,81)
#2E2A42
(46,42,66)
#232233
(35,34,51)
#181A24
(24,26,36)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #7B62AB

#7B62AB
(123,98,171)
#8770B2
(135,112,178)
#937EB9
(147,126,185)
#9F8CC0
(159,140,192)
#AB9AC7
(171,154,199)
#B7A8CE
(183,168,206)
#C3B6D5
(195,182,213)
#CFC4DC
(207,196,220)
#DBD2E3
(219,210,227)
#E7E0EA
(231,224,234)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B62AB color. Also use rgb(123,98,171) instead hex code.

Text Font Color

.myTextColor { color: #7B62AB; }

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

This text font color is #7B62AB.

Background Color

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

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

This div background color is #7B62AB.

Border color

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

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

This div border color is #7B62AB.

Opacity

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

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

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

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

This text has shadow with #7B62AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B62AB.

Preview

Color preview on black background

This text has color #7B62AB on black background.


Color preview on white background

This text has color #7B62AB on white background.


Black color preview on #7B62AB background

This text has black color on #7B62AB background.


White color preview on #7B62AB background

This text has white color on #7B62AB background.


Related colors

Complementary color

Complementary color for #hex is #849D54.


I love getcolorcode.com

Triadic colors

1 #AB7B62 and #62AB7B with #7B62AB are triadic colors.

2 #AB627B and #627BAB with #7B62AB are triadic colors.