COLOR #968EE5

HEX: #968EE5 RGB: (150,142,229)

Color info

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

RGB color model

#968EE5 color RGB value is (150,142,229).

RGB: (150,142,229) (59%, 56%, 90%)

RGB channels and saturation

R 150 of 255 = 59%
G 142 of 255 = 56%
B 229 of 255 = 90%

150
142
229

R + G + B ~ 68%. #968EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 142 + 229 = 521 (100%)
R 150 of 521 ~ 28.79%
G 142 of 521 ~ 27.26%
B 229 of 521 ~ 43.95'%

%28.79
%27.26
%43.95

CMYK color model

#968EE5 color CMYK value is (34,38,0,10).

  • cyan value is 34.50%
  • magenta value is 37.99%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK: (34,38,0,10) C34M38Y0K10 (34%,38%,0%,10%) (0.34/0.38/0.00/0.10) 

CMYK percentages

%34.5
%37.99
%0
%10.2

Codes

Color #968EE5 in popluar color models

96 8E E5
RGB 150 142 229
HSL 246° 62.59% 72.75%
HSB/HSV 246° 37.99% 89.80%
CMYK 34.50% 37.99% 0.00%
10.20%

Color #968EE5 in popluar number systems.

HEX 96 8E E5
Decimal 150 142 229
Binary 10010110 10001110 11100101
Octal 226 216 345

Shades and tints

Shades of #968EE5

#968EE5
(150,142,229)
#8982D1
(137,130,209)
#7C76BD
(124,118,189)
#6F6AA9
(111,106,169)
#625E95
(98,94,149)
#555281
(85,82,129)
#48466D
(72,70,109)
#3B3A59
(59,58,89)
#2E2E45
(46,46,69)
#212231
(33,34,49)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #968EE5

#968EE5
(150,142,229)
#9F98E7
(159,152,231)
#A8A2E9
(168,162,233)
#B1ACEB
(177,172,235)
#BAB6ED
(186,182,237)
#C3C0EF
(195,192,239)
#CCCAF1
(204,202,241)
#D5D4F3
(213,212,243)
#DEDEF5
(222,222,245)
#E7E8F7
(231,232,247)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968EE5 color. Also use rgb(150,142,229) instead hex code.

Text Font Color

.myTextColor { color: #968EE5; }

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

This text font color is #968EE5.

Background Color

.myBgColor { background-color: #968EE5; }

<div style="background-color:#968EE5">Inner text</div>

This div background color is #968EE5.

Border color

.myBorderColor { border: 1px solid #968EE5; }

<div style="border:3px solid #968EE5">Div</div>

This div border color is #968EE5.

Opacity

.myOpacity80 { color: #968EE5; opacity: 0.8; }

<p style="color:#968EE5;opacity:0.8;">80%</p>

Text with #968EE5 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 #968EE5;}

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

This text has shadow with #968EE5 color.


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

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

This text has shadow with #968EE5 primary color and red secondary color.


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

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

This text has shadow with #968EE5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #968EE5.

Preview

Color preview on black background

This text has color #968EE5 on black background.


Color preview on white background

This text has color #968EE5 on white background.


Black color preview on #968EE5 background

This text has black color on #968EE5 background.


White color preview on #968EE5 background

This text has white color on #968EE5 background.


Related colors

Complementary color

Complementary color for #hex is #69711A.


I love getcolorcode.com

Triadic colors

1 #E5968E and #8EE596 with #968EE5 are triadic colors.

2 #E58E96 and #8E96E5 with #968EE5 are triadic colors.