COLOR #958FBA

HEX: #958FBA
RGB: (149,143,186)

Color info

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

RGB color model

#958FBA color RGB value is (149,143,186).

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

RGB channels and saturation

R 149 of 255 = 58%
G 143 of 255 = 56%
B 186 of 255 = 73%

149
143
186

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

Portions of RGB colors in percentages

R + G + B =
149 + 143 + 186 = 478 (100%)
R 149 of 478 ~ 31.17%
G 143 of 478 ~ 29.92%
B 186 of 478 ~ 38.91%

%31.17
%29.92
%38.91

CMYK color model

#958FBA color CMYK value is (20,23,0,27).

  • cyan value is 19.89%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,23,0,27)
C20M23Y0K27 
(20%,23%,0%,27%)
(0.20/0.23/0.00/0.27)	

CMYK percentages

%19.89
%23.12
%0
%27.06

Codes

Color #958FBA in popluar color models

958FBA
RGB149143186
HSL248°23.76%64.51%
HSB/HSV248°23.12%72.94%
CMYK19.89%23.12%0.00%
27.06%

Color #958FBA in popluar number systems.

HEX958FBA
Decimal149143186
Binary100101011000111110111010
Octal225217272

Shades and tints

Shades of #958FBA

#958FBA
(149,143,186)
#8882AA
(136,130,170)
#7B759A
(123,117,154)
#6E688A
(110,104,138)
#615B7A
(97,91,122)
#544E6A
(84,78,106)
#47415A
(71,65,90)
#3A344A
(58,52,74)
#2D273A
(45,39,58)
#201A2A
(32,26,42)
#130D1A
(19,13,26)
#000000
(0,0,0)

Tints of #958FBA

#958FBA
(149,143,186)
#9E99C0
(158,153,192)
#A7A3C6
(167,163,198)
#B0ADCC
(176,173,204)
#B9B7D2
(185,183,210)
#C2C1D8
(194,193,216)
#CBCBDE
(203,203,222)
#D4D5E4
(212,213,228)
#DDDFEA
(221,223,234)
#E6E9F0
(230,233,240)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958FBA; }

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

This text font color is #958FBA.


Background Color

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

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

This div background color is #958FBA.


Border color

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

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

This div border color is #958FBA.


Opacity

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

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

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

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

This text has shadow with #958FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958FBA on black background.


Color preview on white background

This text has color #958FBA on white background.



Black color preview on #958FBA background

This text has black color on #958FBA background.


White color preview on #958FBA background

This text has white color on #958FBA background.