COLOR #958BD7

HEX: #958BD7
RGB: (149,139,215)

Color info

#958BD7 contains mainly blue color. Web safe color of #958BD7 is #9999CC (or #99C).

RGB color model

#958BD7 color RGB value is (149,139,215).

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

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 215 of 255 = 84%

149
139
215

R + G + B ~ 66%. #958BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 215 = 503 (100%)
R 149 of 503 ~ 29.62%
G 139 of 503 ~ 27.63%
B 215 of 503 ~ 42.74%

%29.62
%27.63
%42.74

CMYK color model

#958BD7 color CMYK value is (31,35,0,16).

  • cyan value is 30.70%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(31,35,0,16)
C31M35Y0K16 
(31%,35%,0%,16%)
(0.31/0.35/0.00/0.16)	

CMYK percentages

%30.7
%35.35
%0
%15.69

Codes

Color #958BD7 in popluar color models

958BD7
RGB149139215
HSL248°48.72%69.41%
HSB/HSV248°35.35%84.31%
CMYK30.70%35.35%0.00%
15.69%

Color #958BD7 in popluar number systems.

HEX958BD7
Decimal149139215
Binary100101011000101111010111
Octal225213327

Shades and tints

Shades of #958BD7

#958BD7
(149,139,215)
#887FC4
(136,127,196)
#7B73B1
(123,115,177)
#6E679E
(110,103,158)
#615B8B
(97,91,139)
#544F78
(84,79,120)
#474365
(71,67,101)
#3A3752
(58,55,82)
#2D2B3F
(45,43,63)
#201F2C
(32,31,44)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #958BD7

#958BD7
(149,139,215)
#9E95DA
(158,149,218)
#A79FDD
(167,159,221)
#B0A9E0
(176,169,224)
#B9B3E3
(185,179,227)
#C2BDE6
(194,189,230)
#CBC7E9
(203,199,233)
#D4D1EC
(212,209,236)
#DDDBEF
(221,219,239)
#E6E5F2
(230,229,242)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958BD7; }

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

This text font color is #958BD7.


Background Color

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

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

This div background color is #958BD7.


Border color

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

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

This div border color is #958BD7.


Opacity

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

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

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

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

This text has shadow with #958BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958BD7 on black background.


Color preview on white background

This text has color #958BD7 on white background.



Black color preview on #958BD7 background

This text has black color on #958BD7 background.


White color preview on #958BD7 background

This text has white color on #958BD7 background.