COLOR #958EB5

HEX: #958EB5 RGB: (149,142,181)

Color info

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

RGB color model

#958EB5 color RGB value is (149,142,181).

RGB: (149,142,181) (58%, 56%, 71%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 181 of 255 = 71%

149
142
181

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

Portions of RGB colors in percentages

R + G + B = 149 + 142 + 181 = 472 (100%)
R 149 of 472 ~ 31.57%
G 142 of 472 ~ 30.08%
B 181 of 472 ~ 38.35'%

%31.57
%30.08
%38.35

CMYK color model

#958EB5 color CMYK value is (18,22,0,29).

  • cyan value is 17.68%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (18,22,0,29) C18M22Y0K29 (18%,22%,0%,29%) (0.18/0.22/0.00/0.29) 

CMYK percentages

%17.68
%21.55
%0
%29.02

Codes

Color #958EB5 in popluar color models

95 8E B5
RGB 149 142 181
HSL 251° 20.86% 63.33%
HSB/HSV 251° 21.55% 70.98%
CMYK 17.68% 21.55% 0.00%
29.02%

Color #958EB5 in popluar number systems.

HEX 95 8E B5
Decimal 149 142 181
Binary 10010101 10001110 10110101
Octal 225 216 265

Shades and tints

Shades of #958EB5

#958EB5
(149,142,181)
#8882A5
(136,130,165)
#7B7695
(123,118,149)
#6E6A85
(110,106,133)
#615E75
(97,94,117)
#545265
(84,82,101)
#474655
(71,70,85)
#3A3A45
(58,58,69)
#2D2E35
(45,46,53)
#202225
(32,34,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #958EB5

#958EB5
(149,142,181)
#9E98BB
(158,152,187)
#A7A2C1
(167,162,193)
#B0ACC7
(176,172,199)
#B9B6CD
(185,182,205)
#C2C0D3
(194,192,211)
#CBCAD9
(203,202,217)
#D4D4DF
(212,212,223)
#DDDEE5
(221,222,229)
#E6E8EB
(230,232,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958EB5 color. Also use rgb(149,142,181) instead hex code.

Text Font Color

.myTextColor { color: #958EB5; }

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

This text font color is #958EB5.

Background Color

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

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

This div background color is #958EB5.

Border color

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

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

This div border color is #958EB5.

Opacity

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

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

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

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

This text has shadow with #958EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958EB5.

Preview

Color preview on black background

This text has color #958EB5 on black background.


Color preview on white background

This text has color #958EB5 on white background.


Black color preview on #958EB5 background

This text has black color on #958EB5 background.


White color preview on #958EB5 background

This text has white color on #958EB5 background.


Related colors

Complementary color

Complementary color for #hex is #6A714A.


I love getcolorcode.com

Triadic colors

1 #B5958E and #8EB595 with #958EB5 are triadic colors.

2 #B58E95 and #8E95B5 with #958EB5 are triadic colors.