COLOR #8597E0

HEX: #8597E0
RGB: (133,151,224)

Color info

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

RGB color model

#8597E0 color RGB value is (133,151,224).

  • red value is 133;
  • green value is 151;
  • blue value is 224.
RGB:
(133,151,224)
(52%,59%,88%)

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 224 of 255 = 88%

133
151
224

R + G + B ~ 66%. #8597E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 224 = 508 (100%)
R 133 of 508 ~ 26.18%
G 151 of 508 ~ 29.72%
B 224 of 508 ~ 44.09%

%26.18
%29.72
%44.09

CMYK color model

#8597E0 color CMYK value is (41,33,0,12).

  • cyan value is 40.63%
  • magenta value is 32.59%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(41,33,0,12)
C41M33Y0K12 
(41%,33%,0%,12%)
(0.41/0.33/0.00/0.12)	

CMYK percentages

%40.63
%32.59
%0
%12.16

Codes

Color #8597E0 in popluar color models

8597E0
RGB133151224
HSL228°59.48%70.00%
HSB/HSV228°40.63%87.84%
CMYK40.63%32.59%0.00%
12.16%

Color #8597E0 in popluar number systems.

HEX8597E0
Decimal133151224
Binary100001011001011111100000
Octal205227340

Shades and tints

Shades of #8597E0

#8597E0
(133,151,224)
#798ACC
(121,138,204)
#6D7DB8
(109,125,184)
#6170A4
(97,112,164)
#556390
(85,99,144)
#49567C
(73,86,124)
#3D4968
(61,73,104)
#313C54
(49,60,84)
#252F40
(37,47,64)
#19222C
(25,34,44)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #8597E0

#8597E0
(133,151,224)
#90A0E2
(144,160,226)
#9BA9E4
(155,169,228)
#A6B2E6
(166,178,230)
#B1BBE8
(177,187,232)
#BCC4EA
(188,196,234)
#C7CDEC
(199,205,236)
#D2D6EE
(210,214,238)
#DDDFF0
(221,223,240)
#E8E8F2
(232,232,242)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8597E0 color. Also use rgb(133,151,224) instead hex code.

Text Font Color

.myTextColor { color: #8597E0; }

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

This text font color is #8597E0.


Background Color

.myBgColor { background-color: #8597E0; }

<div style="background-color:#8597E0">Inner text</div>

This div background color is #8597E0.


Border color

.myBorderColor { border: 1px solid #8597E0; }

<div style="border:3px solid #8597E0">Div</div>

This div border color is #8597E0.


Opacity

.myOpacity80 { color: #8597E0; opacity: 0.8; }

<p style="color:#8597E0;opacity:0.8;">80%</p>

Text with #8597E0 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 #8597E0;}

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

This text has shadow with #8597E0 color.

.textShadow {text-shadow: 3px 3px 1px #8597E0, 3px 3px 1px red;}

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

This text has shadow with #8597E0 primary color and red secondary color.


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

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

This text has shadow with #8597E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8597E0 on black background.


Color preview on white background

This text has color #8597E0 on white background.



Black color preview on #8597E0 background

This text has black color on #8597E0 background.


White color preview on #8597E0 background

This text has white color on #8597E0 background.