COLOR #7A70BB

HEX: #7A70BB RGB: (122,112,187)

Color info

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

RGB color model

#7A70BB color RGB value is (122,112,187).

RGB: (122,112,187) (48%, 44%, 73%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 187 of 255 = 73%

122
112
187

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

Portions of RGB colors in percentages

R + G + B = 122 + 112 + 187 = 421 (100%)
R 122 of 421 ~ 28.98%
G 112 of 421 ~ 26.6%
B 187 of 421 ~ 44.42'%

%28.98
%26.6
%44.42

CMYK color model

#7A70BB color CMYK value is (35,40,0,27).

  • cyan value is 34.76%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (35,40,0,27)
C35M40Y0K27 (35%, 40%, 0%, 27%)
(0.35 / 0.40 / 0.00 / 0.27)

CMYK percentages

%34.76
%40.11
%0
%26.67

Codes

Color #7A70BB in popluar color models

7A 70 BB
RGB 122 112 187
HSL 248° 35.55% 58.63%
HSB/HSV 248° 40.11% 73.33%
CMYK 34.76% 40.11% 0.00%
26.67%

Color #7A70BB in popluar number systems.

HEX 7A 70 BB
Decimal 122 112 187
Binary 1111010 1110000 10111011
Octal 172 160 273

Shades and tints

Shades of #7A70BB

#7A70BB
(122,112,187)
#6F66AA
(111,102,170)
#645C99
(100,92,153)
#595288
(89,82,136)
#4E4877
(78,72,119)
#433E66
(67,62,102)
#383455
(56,52,85)
#2D2A44
(45,42,68)
#222033
(34,32,51)
#171622
(23,22,34)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #7A70BB

#7A70BB
(122,112,187)
#867DC1
(134,125,193)
#928AC7
(146,138,199)
#9E97CD
(158,151,205)
#AAA4D3
(170,164,211)
#B6B1D9
(182,177,217)
#C2BEDF
(194,190,223)
#CECBE5
(206,203,229)
#DAD8EB
(218,216,235)
#E6E5F1
(230,229,241)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A70BB color. Also use rgb(122,112,187) instead hex code.

Text Font Color

.myTextColor { color: #7A70BB; }

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

This text font color is #7A70BB.

Background Color

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

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

This div background color is #7A70BB.

Border color

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

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

This div border color is #7A70BB.

Opacity

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

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

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

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

This text has shadow with #7A70BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A70BB.

Preview

Color preview on black background

This text has color #7A70BB on black background.


Color preview on white background

This text has color #7A70BB on white background.


Black color preview on #7A70BB background

This text has black color on #7A70BB background.


White color preview on #7A70BB background

This text has white color on #7A70BB background.


Related colors

Complementary color

Complementary color for #hex is #858F44.


I love getcolorcode.com

Triadic colors

1 #BB7A70 and #70BB7A with #7A70BB are triadic colors.

2 #BB707A and #707ABB with #7A70BB are triadic colors.