COLOR #8588E8

HEX: #8588E8
RGB: (133,136,232)

Color info

#8588E8 contains mainly blue color. Web safe color of #8588E8 is #9999FF (or #99F).

RGB color model

#8588E8 color RGB value is (133,136,232).

  • red value is 133;
  • green value is 136;
  • blue value is 232.
RGB:
(133,136,232)
(52%,53%,91%)

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 232 of 255 = 91%

133
136
232

R + G + B ~ 65%. #8588E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 232 = 501 (100%)
R 133 of 501 ~ 26.55%
G 136 of 501 ~ 27.15%
B 232 of 501 ~ 46.31%

%26.55
%27.15
%46.31

CMYK color model

#8588E8 color CMYK value is (43,41,0,9).

  • cyan value is 42.67%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(43,41,0,9)
C43M41Y0K9 
(43%,41%,0%,9%)
(0.43/0.41/0.00/0.09)	

CMYK percentages

%42.67
%41.38
%0
%9.02

Codes

Color #8588E8 in popluar color models

8588E8
RGB133136232
HSL238°68.28%71.57%
HSB/HSV238°42.67%90.98%
CMYK42.67%41.38%0.00%
9.02%

Color #8588E8 in popluar number systems.

HEX8588E8
Decimal133136232
Binary100001011000100011101000
Octal205210350

Shades and tints

Shades of #8588E8

#8588E8
(133,136,232)
#797CD3
(121,124,211)
#6D70BE
(109,112,190)
#6164A9
(97,100,169)
#555894
(85,88,148)
#494C7F
(73,76,127)
#3D406A
(61,64,106)
#313455
(49,52,85)
#252840
(37,40,64)
#191C2B
(25,28,43)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #8588E8

#8588E8
(133,136,232)
#9092EA
(144,146,234)
#9B9CEC
(155,156,236)
#A6A6EE
(166,166,238)
#B1B0F0
(177,176,240)
#BCBAF2
(188,186,242)
#C7C4F4
(199,196,244)
#D2CEF6
(210,206,246)
#DDD8F8
(221,216,248)
#E8E2FA
(232,226,250)
#F3ECFC
(243,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8588E8 color. Also use rgb(133,136,232) instead hex code.

Text Font Color

.myTextColor { color: #8588E8; }

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

This text font color is #8588E8.


Background Color

.myBgColor { background-color: #8588E8; }

<div style="background-color:#8588E8">Inner text</div>

This div background color is #8588E8.


Border color

.myBorderColor { border: 1px solid #8588E8; }

<div style="border:3px solid #8588E8">Div</div>

This div border color is #8588E8.


Opacity

.myOpacity80 { color: #8588E8; opacity: 0.8; }

<p style="color:#8588E8;opacity:0.8;">80%</p>

Text with #8588E8 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 #8588E8;}

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

This text has shadow with #8588E8 color.

.textShadow {text-shadow: 3px 3px 1px #8588E8, 3px 3px 1px red;}

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

This text has shadow with #8588E8 primary color and red secondary color.


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

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

This text has shadow with #8588E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8588E8 on black background.


Color preview on white background

This text has color #8588E8 on white background.



Black color preview on #8588E8 background

This text has black color on #8588E8 background.


White color preview on #8588E8 background

This text has white color on #8588E8 background.