COLOR #7975B6

HEX: #7975B6
RGB: (121,117,182)

Color info

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

RGB color model

#7975B6 color RGB value is (121,117,182).

  • red value is 121;
  • green value is 117;
  • blue value is 182.
RGB:
(121,117,182)
(47%,46%,71%)

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 182 of 255 = 71%

121
117
182

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 182 = 420 (100%)
R 121 of 420 ~ 28.81%
G 117 of 420 ~ 27.86%
B 182 of 420 ~ 43.33%

%28.81
%27.86
%43.33

CMYK color model

#7975B6 color CMYK value is (34,36,0,29).

  • cyan value is 33.52%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(34,36,0,29)
C34M36Y0K29 
(34%,36%,0%,29%)
(0.34/0.36/0.00/0.29)	

CMYK percentages

%33.52
%35.71
%0
%28.63

Codes

Color #7975B6 in popluar color models

7975B6
RGB121117182
HSL244°30.81%58.63%
HSB/HSV244°35.71%71.37%
CMYK33.52%35.71%0.00%
28.63%

Color #7975B6 in popluar number systems.

HEX7975B6
Decimal121117182
Binary1111001111010110110110
Octal171165266

Shades and tints

Shades of #7975B6

#7975B6
(121,117,182)
#6E6BA6
(110,107,166)
#636196
(99,97,150)
#585786
(88,87,134)
#4D4D76
(77,77,118)
#424366
(66,67,102)
#373956
(55,57,86)
#2C2F46
(44,47,70)
#212536
(33,37,54)
#161B26
(22,27,38)
#0B1116
(11,17,22)
#000000
(0,0,0)

Tints of #7975B6

#7975B6
(121,117,182)
#8581BC
(133,129,188)
#918DC2
(145,141,194)
#9D99C8
(157,153,200)
#A9A5CE
(169,165,206)
#B5B1D4
(181,177,212)
#C1BDDA
(193,189,218)
#CDC9E0
(205,201,224)
#D9D5E6
(217,213,230)
#E5E1EC
(229,225,236)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7975B6 color. Also use rgb(121,117,182) instead hex code.

Text Font Color

.myTextColor { color: #7975B6; }

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

This text font color is #7975B6.


Background Color

.myBgColor { background-color: #7975B6; }

<div style="background-color:#7975B6">Inner text</div>

This div background color is #7975B6.


Border color

.myBorderColor { border: 1px solid #7975B6; }

<div style="border:3px solid #7975B6">Div</div>

This div border color is #7975B6.


Opacity

.myOpacity80 { color: #7975B6; opacity: 0.8; }

<p style="color:#7975B6;opacity:0.8;">80%</p>

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

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

This text has shadow with #7975B6 color.

.textShadow {text-shadow: 3px 3px 1px #7975B6, 3px 3px 1px red;}

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

This text has shadow with #7975B6 primary color and red secondary color.


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

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

This text has shadow with #7975B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7975B6 on black background.


Color preview on white background

This text has color #7975B6 on white background.



Black color preview on #7975B6 background

This text has black color on #7975B6 background.


White color preview on #7975B6 background

This text has white color on #7975B6 background.