COLOR #7955CF

HEX: #7955CF
RGB: (121,85,207)

Color info

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

RGB color model

#7955CF color RGB value is (121,85,207).

  • red value is 121;
  • green value is 85;
  • blue value is 207.
RGB:
(121,85,207)
(47%,33%,81%)

RGB channels and saturation

R 121 of 255 = 47%
G 85 of 255 = 33%
B 207 of 255 = 81%

121
85
207

R + G + B ~ 54%. #7955CF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 85 + 207 = 413 (100%)
R 121 of 413 ~ 29.3%
G 85 of 413 ~ 20.58%
B 207 of 413 ~ 50.12%

%29.3
%20.58
%50.12

CMYK color model

#7955CF color CMYK value is (42,59,0,19).

  • cyan value is 41.55%
  • magenta value is 58.94%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(42,59,0,19)
C42M59Y0K19 
(42%,59%,0%,19%)
(0.42/0.59/0.00/0.19)	

CMYK percentages

%41.55
%58.94
%0
%18.82

Codes

Color #7955CF in popluar color models

7955CF
RGB12185207
HSL258°55.96%57.25%
HSB/HSV258°58.94%81.18%
CMYK41.55%58.94%0.00%
18.82%

Color #7955CF in popluar number systems.

HEX7955CF
Decimal12185207
Binary1111001101010111001111
Octal171125317

Shades and tints

Shades of #7955CF

#7955CF
(121,85,207)
#6E4EBD
(110,78,189)
#6347AB
(99,71,171)
#584099
(88,64,153)
#4D3987
(77,57,135)
#423275
(66,50,117)
#372B63
(55,43,99)
#2C2451
(44,36,81)
#211D3F
(33,29,63)
#16162D
(22,22,45)
#0B0F1B
(11,15,27)
#000000
(0,0,0)

Tints of #7955CF

#7955CF
(121,85,207)
#8564D3
(133,100,211)
#9173D7
(145,115,215)
#9D82DB
(157,130,219)
#A991DF
(169,145,223)
#B5A0E3
(181,160,227)
#C1AFE7
(193,175,231)
#CDBEEB
(205,190,235)
#D9CDEF
(217,205,239)
#E5DCF3
(229,220,243)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7955CF color. Also use rgb(121,85,207) instead hex code.

Text Font Color

.myTextColor { color: #7955CF; }

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

This text font color is #7955CF.


Background Color

.myBgColor { background-color: #7955CF; }

<div style="background-color:#7955CF">Inner text</div>

This div background color is #7955CF.


Border color

.myBorderColor { border: 1px solid #7955CF; }

<div style="border:3px solid #7955CF">Div</div>

This div border color is #7955CF.


Opacity

.myOpacity80 { color: #7955CF; opacity: 0.8; }

<p style="color:#7955CF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7955CF color.

.textShadow {text-shadow: 3px 3px 1px #7955CF, 3px 3px 1px red;}

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

This text has shadow with #7955CF primary color and red secondary color.


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

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

This text has shadow with #7955CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7955CF on black background.


Color preview on white background

This text has color #7955CF on white background.



Black color preview on #7955CF background

This text has black color on #7955CF background.


White color preview on #7955CF background

This text has white color on #7955CF background.