COLOR #958ED7

HEX: #958ED7 RGB: (149,142,215)

Color info

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

RGB color model

#958ED7 color RGB value is (149,142,215).

RGB: (149,142,215) (58%, 56%, 84%)

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 215 of 255 = 84%

149
142
215

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

Portions of RGB colors in percentages

R + G + B = 149 + 142 + 215 = 506 (100%)
R 149 of 506 ~ 29.45%
G 142 of 506 ~ 28.06%
B 215 of 506 ~ 42.49'%

%29.45
%28.06
%42.49

CMYK color model

#958ED7 color CMYK value is (31,34,0,16).

  • cyan value is 30.70%
  • magenta value is 33.95%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (31,34,0,16)
C31M34Y0K16 (31%, 34%, 0%, 16%)
(0.31 / 0.34 / 0.00 / 0.16)

CMYK percentages

%30.7
%33.95
%0
%15.69

Codes

Color #958ED7 in popluar color models

95 8E D7
RGB 149 142 215
HSL 246° 47.71% 70.00%
HSB/HSV 246° 33.95% 84.31%
CMYK 30.70% 33.95% 0.00%
15.69%

Color #958ED7 in popluar number systems.

HEX 95 8E D7
Decimal 149 142 215
Binary 10010101 10001110 11010111
Octal 225 216 327

Shades and tints

Shades of #958ED7

#958ED7
(149,142,215)
#8882C4
(136,130,196)
#7B76B1
(123,118,177)
#6E6A9E
(110,106,158)
#615E8B
(97,94,139)
#545278
(84,82,120)
#474665
(71,70,101)
#3A3A52
(58,58,82)
#2D2E3F
(45,46,63)
#20222C
(32,34,44)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #958ED7

#958ED7
(149,142,215)
#9E98DA
(158,152,218)
#A7A2DD
(167,162,221)
#B0ACE0
(176,172,224)
#B9B6E3
(185,182,227)
#C2C0E6
(194,192,230)
#CBCAE9
(203,202,233)
#D4D4EC
(212,212,236)
#DDDEEF
(221,222,239)
#E6E8F2
(230,232,242)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958ED7; }

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

This text font color is #958ED7.

Background Color

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

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

This div background color is #958ED7.

Border color

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

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

This div border color is #958ED7.

Opacity

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

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

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

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

This text has shadow with #958ED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958ED7.

Preview

Color preview on black background

This text has color #958ED7 on black background.


Color preview on white background

This text has color #958ED7 on white background.


Black color preview on #958ED7 background

This text has black color on #958ED7 background.


White color preview on #958ED7 background

This text has white color on #958ED7 background.


Related colors

Complementary color

Complementary color for #hex is #6A7128.


I love getcolorcode.com

Triadic colors

1 #D7958E and #8ED795 with #958ED7 are triadic colors.

2 #D78E95 and #8E95D7 with #958ED7 are triadic colors.