COLOR #958AC6

HEX: #958AC6 RGB: (149,138,198)

Color info

#958AC6 contains mainly red and blue colors. Web safe color of #958AC6 is #9999CC (or #99C).

RGB color model

#958AC6 color RGB value is (149,138,198).

RGB: (149,138,198) (58%, 54%, 78%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 198 of 255 = 78%

149
138
198

R + G + B ~ 63%. #958AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 138 + 198 = 485 (100%)
R 149 of 485 ~ 30.72%
G 138 of 485 ~ 28.45%
B 198 of 485 ~ 40.82'%

%30.72
%28.45
%40.82

CMYK color model

#958AC6 color CMYK value is (25,30,0,22).

  • cyan value is 24.75%
  • magenta value is 30.30%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (25,30,0,22)
C25M30Y0K22 (25%, 30%, 0%, 22%)
(0.25 / 0.30 / 0.00 / 0.22)

CMYK percentages

%24.75
%30.3
%0
%22.35

Codes

Color #958AC6 in popluar color models

95 8A C6
RGB 149 138 198
HSL 251° 34.48% 65.88%
HSB/HSV 251° 30.30% 77.65%
CMYK 24.75% 30.30% 0.00%
22.35%

Color #958AC6 in popluar number systems.

HEX 95 8A C6
Decimal 149 138 198
Binary 10010101 10001010 11000110
Octal 225 212 306

Shades and tints

Shades of #958AC6

#958AC6
(149,138,198)
#887EB4
(136,126,180)
#7B72A2
(123,114,162)
#6E6690
(110,102,144)
#615A7E
(97,90,126)
#544E6C
(84,78,108)
#47425A
(71,66,90)
#3A3648
(58,54,72)
#2D2A36
(45,42,54)
#201E24
(32,30,36)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #958AC6

#958AC6
(149,138,198)
#9E94CB
(158,148,203)
#A79ED0
(167,158,208)
#B0A8D5
(176,168,213)
#B9B2DA
(185,178,218)
#C2BCDF
(194,188,223)
#CBC6E4
(203,198,228)
#D4D0E9
(212,208,233)
#DDDAEE
(221,218,238)
#E6E4F3
(230,228,243)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958AC6 color. Also use rgb(149,138,198) instead hex code.

Text Font Color

.myTextColor { color: #958AC6; }

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

This text font color is #958AC6.

Background Color

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

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

This div background color is #958AC6.

Border color

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

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

This div border color is #958AC6.

Opacity

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

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

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

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

This text has shadow with #958AC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958AC6.

Preview

Color preview on black background

This text has color #958AC6 on black background.


Color preview on white background

This text has color #958AC6 on white background.


Black color preview on #958AC6 background

This text has black color on #958AC6 background.


White color preview on #958AC6 background

This text has white color on #958AC6 background.


Related colors

Complementary color

Complementary color for #hex is #6A7539.


I love getcolorcode.com

Triadic colors

1 #C6958A and #8AC695 with #958AC6 are triadic colors.

2 #C68A95 and #8A95C6 with #958AC6 are triadic colors.