COLOR #7651AB

HEX: #7651AB
RGB: (118,81,171)

Color info

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

RGB color model

#7651AB color RGB value is (118,81,171).

  • red value is 118;
  • green value is 81;
  • blue value is 171.
RGB:
(118,81,171)
(46%,32%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 81 of 255 = 32%
B 171 of 255 = 67%

118
81
171

R + G + B ~ 48%. #7651AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 81 + 171 = 370 (100%)
R 118 of 370 ~ 31.89%
G 81 of 370 ~ 21.89%
B 171 of 370 ~ 46.22%

%31.89
%21.89
%46.22

CMYK color model

#7651AB color CMYK value is (31,53,0,33).

  • cyan value is 30.99%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(31,53,0,33)
C31M53Y0K33 
(31%,53%,0%,33%)
(0.31/0.53/0.00/0.33)	

CMYK percentages

%30.99
%52.63
%0
%32.94

Codes

Color #7651AB in popluar color models

7651AB
RGB11881171
HSL265°35.71%49.41%
HSB/HSV265°52.63%67.06%
CMYK30.99%52.63%0.00%
32.94%

Color #7651AB in popluar number systems.

HEX7651AB
Decimal11881171
Binary1110110101000110101011
Octal166121253

Shades and tints

Shades of #7651AB

#7651AB
(118,81,171)
#6C4A9C
(108,74,156)
#62438D
(98,67,141)
#583C7E
(88,60,126)
#4E356F
(78,53,111)
#442E60
(68,46,96)
#3A2751
(58,39,81)
#302042
(48,32,66)
#261933
(38,25,51)
#1C1224
(28,18,36)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #7651AB

#7651AB
(118,81,171)
#8260B2
(130,96,178)
#8E6FB9
(142,111,185)
#9A7EC0
(154,126,192)
#A68DC7
(166,141,199)
#B29CCE
(178,156,206)
#BEABD5
(190,171,213)
#CABADC
(202,186,220)
#D6C9E3
(214,201,227)
#E2D8EA
(226,216,234)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7651AB color. Also use rgb(118,81,171) instead hex code.

Text Font Color

.myTextColor { color: #7651AB; }

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

This text font color is #7651AB.


Background Color

.myBgColor { background-color: #7651AB; }

<div style="background-color:#7651AB">Inner text</div>

This div background color is #7651AB.


Border color

.myBorderColor { border: 1px solid #7651AB; }

<div style="border:3px solid #7651AB">Div</div>

This div border color is #7651AB.


Opacity

.myOpacity80 { color: #7651AB; opacity: 0.8; }

<p style="color:#7651AB;opacity:0.8;">80%</p>

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

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

This text has shadow with #7651AB color.

.textShadow {text-shadow: 3px 3px 1px #7651AB, 3px 3px 1px red;}

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

This text has shadow with #7651AB primary color and red secondary color.


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

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

This text has shadow with #7651AB and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7651AB;
-webkit-box-shadow: 1px 1px 3px 2px #7651AB;
box-shadow:1px 1px 3px 2px #7651AB;">
Div content here</div>
This div box has shadow with color #7651AB.

Preview

Color preview on black background

This text has color #7651AB on black background.


Color preview on white background

This text has color #7651AB on white background.



Black color preview on #7651AB background

This text has black color on #7651AB background.


White color preview on #7651AB background

This text has white color on #7651AB background.