COLOR #958BC1

HEX: #958BC1
RGB: (149,139,193)

Color info

#958BC1 contains red, green and blue colors in about the same proportion. Web safe color of #958BC1 is #9999CC (or #99C).

RGB color model

#958BC1 color RGB value is (149,139,193).

  • red value is 149;
  • green value is 139;
  • blue value is 193.
RGB:
(149,139,193)
(58%,55%,76%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 193 of 255 = 76%

149
139
193

R + G + B ~ 63%. #958BC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 193 = 481 (100%)
R 149 of 481 ~ 30.98%
G 139 of 481 ~ 28.9%
B 193 of 481 ~ 40.12%

%30.98
%28.9
%40.12

CMYK color model

#958BC1 color CMYK value is (23,28,0,24).

  • cyan value is 22.80%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(23,28,0,24)
C23M28Y0K24 
(23%,28%,0%,24%)
(0.23/0.28/0.00/0.24)	

CMYK percentages

%22.8
%27.98
%0
%24.31

Codes

Color #958BC1 in popluar color models

958BC1
RGB149139193
HSL251°30.34%65.10%
HSB/HSV251°27.98%75.69%
CMYK22.80%27.98%0.00%
24.31%

Color #958BC1 in popluar number systems.

HEX958BC1
Decimal149139193
Binary100101011000101111000001
Octal225213301

Shades and tints

Shades of #958BC1

#958BC1
(149,139,193)
#887FB0
(136,127,176)
#7B739F
(123,115,159)
#6E678E
(110,103,142)
#615B7D
(97,91,125)
#544F6C
(84,79,108)
#47435B
(71,67,91)
#3A374A
(58,55,74)
#2D2B39
(45,43,57)
#201F28
(32,31,40)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #958BC1

#958BC1
(149,139,193)
#9E95C6
(158,149,198)
#A79FCB
(167,159,203)
#B0A9D0
(176,169,208)
#B9B3D5
(185,179,213)
#C2BDDA
(194,189,218)
#CBC7DF
(203,199,223)
#D4D1E4
(212,209,228)
#DDDBE9
(221,219,233)
#E6E5EE
(230,229,238)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958BC1 color. Also use rgb(149,139,193) instead hex code.

Text Font Color

.myTextColor { color: #958BC1; }

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

This text font color is #958BC1.


Background Color

.myBgColor { background-color: #958BC1; }

<div style="background-color:#958BC1">Inner text</div>

This div background color is #958BC1.


Border color

.myBorderColor { border: 1px solid #958BC1; }

<div style="border:3px solid #958BC1">Div</div>

This div border color is #958BC1.


Opacity

.myOpacity80 { color: #958BC1; opacity: 0.8; }

<p style="color:#958BC1;opacity:0.8;">80%</p>

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

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

This text has shadow with #958BC1 color.

.textShadow {text-shadow: 3px 3px 1px #958BC1, 3px 3px 1px red;}

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

This text has shadow with #958BC1 primary color and red secondary color.


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

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

This text has shadow with #958BC1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958BC1 on black background.


Color preview on white background

This text has color #958BC1 on white background.



Black color preview on #958BC1 background

This text has black color on #958BC1 background.


White color preview on #958BC1 background

This text has white color on #958BC1 background.