COLOR #958CBA

HEX: #958CBA
RGB: (149,140,186)

Color info

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

RGB color model

#958CBA color RGB value is (149,140,186).

  • red value is 149;
  • green value is 140;
  • blue value is 186.
RGB:
(149,140,186)
(58%,55%,73%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 186 of 255 = 73%

149
140
186

R + G + B ~ 62%. #958CBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 186 = 475 (100%)
R 149 of 475 ~ 31.37%
G 140 of 475 ~ 29.47%
B 186 of 475 ~ 39.16%

%31.37
%29.47
%39.16

CMYK color model

#958CBA color CMYK value is (20,25,0,27).

  • cyan value is 19.89%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,25,0,27)
C20M25Y0K27 
(20%,25%,0%,27%)
(0.20/0.25/0.00/0.27)	

CMYK percentages

%19.89
%24.73
%0
%27.06

Codes

Color #958CBA in popluar color models

958CBA
RGB149140186
HSL252°25.00%63.92%
HSB/HSV252°24.73%72.94%
CMYK19.89%24.73%0.00%
27.06%

Color #958CBA in popluar number systems.

HEX958CBA
Decimal149140186
Binary100101011000110010111010
Octal225214272

Shades and tints

Shades of #958CBA

#958CBA
(149,140,186)
#8880AA
(136,128,170)
#7B749A
(123,116,154)
#6E688A
(110,104,138)
#615C7A
(97,92,122)
#54506A
(84,80,106)
#47445A
(71,68,90)
#3A384A
(58,56,74)
#2D2C3A
(45,44,58)
#20202A
(32,32,42)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #958CBA

#958CBA
(149,140,186)
#9E96C0
(158,150,192)
#A7A0C6
(167,160,198)
#B0AACC
(176,170,204)
#B9B4D2
(185,180,210)
#C2BED8
(194,190,216)
#CBC8DE
(203,200,222)
#D4D2E4
(212,210,228)
#DDDCEA
(221,220,234)
#E6E6F0
(230,230,240)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958CBA color. Also use rgb(149,140,186) instead hex code.

Text Font Color

.myTextColor { color: #958CBA; }

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

This text font color is #958CBA.


Background Color

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

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

This div background color is #958CBA.


Border color

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

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

This div border color is #958CBA.


Opacity

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

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

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

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

This text has shadow with #958CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958CBA on black background.


Color preview on white background

This text has color #958CBA on white background.



Black color preview on #958CBA background

This text has black color on #958CBA background.


White color preview on #958CBA background

This text has white color on #958CBA background.