COLOR #7A7FCB

HEX: #7A7FCB RGB: (122,127,203)

Color info

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

RGB color model

#7A7FCB color RGB value is (122,127,203).

RGB: (122,127,203) (48%, 50%, 80%)

RGB channels and saturation

R 122 of 255 = 48%
G 127 of 255 = 50%
B 203 of 255 = 80%

122
127
203

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

Portions of RGB colors in percentages

R + G + B = 122 + 127 + 203 = 452 (100%)
R 122 of 452 ~ 26.99%
G 127 of 452 ~ 28.1%
B 203 of 452 ~ 44.91'%

%26.99
%28.1
%44.91

CMYK color model

#7A7FCB color CMYK value is (40,37,0,20).

  • cyan value is 39.90%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (40,37,0,20)
C40M37Y0K20 (40%, 37%, 0%, 20%)
(0.40 / 0.37 / 0.00 / 0.20)

CMYK percentages

%39.9
%37.44
%0
%20.39

Codes

Color #7A7FCB in popluar color models

7A 7F CB
RGB 122 127 203
HSL 236° 43.78% 63.73%
HSB/HSV 236° 39.90% 79.61%
CMYK 39.90% 37.44% 0.00%
20.39%

Color #7A7FCB in popluar number systems.

HEX 7A 7F CB
Decimal 122 127 203
Binary 1111010 1111111 11001011
Octal 172 177 313

Shades and tints

Shades of #7A7FCB

#7A7FCB
(122,127,203)
#6F74B9
(111,116,185)
#6469A7
(100,105,167)
#595E95
(89,94,149)
#4E5383
(78,83,131)
#434871
(67,72,113)
#383D5F
(56,61,95)
#2D324D
(45,50,77)
#22273B
(34,39,59)
#171C29
(23,28,41)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #7A7FCB

#7A7FCB
(122,127,203)
#868ACF
(134,138,207)
#9295D3
(146,149,211)
#9EA0D7
(158,160,215)
#AAABDB
(170,171,219)
#B6B6DF
(182,182,223)
#C2C1E3
(194,193,227)
#CECCE7
(206,204,231)
#DAD7EB
(218,215,235)
#E6E2EF
(230,226,239)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A7FCB color. Also use rgb(122,127,203) instead hex code.

Text Font Color

.myTextColor { color: #7A7FCB; }

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

This text font color is #7A7FCB.

Background Color

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

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

This div background color is #7A7FCB.

Border color

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

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

This div border color is #7A7FCB.

Opacity

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

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

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

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

This text has shadow with #7A7FCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7FCB.

Preview

Color preview on black background

This text has color #7A7FCB on black background.


Color preview on white background

This text has color #7A7FCB on white background.


Black color preview on #7A7FCB background

This text has black color on #7A7FCB background.


White color preview on #7A7FCB background

This text has white color on #7A7FCB background.


Related colors

Complementary color

Complementary color for #hex is #858034.


I love getcolorcode.com

Triadic colors

1 #CB7A7F and #7FCB7A with #7A7FCB are triadic colors.

2 #CB7F7A and #7F7ACB with #7A7FCB are triadic colors.