COLOR #8597E8

HEX: #8597E8
RGB: (133,151,232)

Color info

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

RGB color model

#8597E8 color RGB value is (133,151,232).

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

RGB channels and saturation

R 133 of 255 = 52%
G 151 of 255 = 59%
B 232 of 255 = 91%

133
151
232

R + G + B ~ 67%. #8597E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 151 + 232 = 516 (100%)
R 133 of 516 ~ 25.78%
G 151 of 516 ~ 29.26%
B 232 of 516 ~ 44.96%

%25.78
%29.26
%44.96

CMYK color model

#8597E8 color CMYK value is (43,35,0,9).

  • cyan value is 42.67%
  • magenta value is 34.91%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(43,35,0,9)
C43M35Y0K9 
(43%,35%,0%,9%)
(0.43/0.35/0.00/0.09)	

CMYK percentages

%42.67
%34.91
%0
%9.02

Codes

Color #8597E8 in popluar color models

8597E8
RGB133151232
HSL229°68.28%71.57%
HSB/HSV229°42.67%90.98%
CMYK42.67%34.91%0.00%
9.02%

Color #8597E8 in popluar number systems.

HEX8597E8
Decimal133151232
Binary100001011001011111101000
Octal205227350

Shades and tints

Shades of #8597E8

#8597E8
(133,151,232)
#798AD3
(121,138,211)
#6D7DBE
(109,125,190)
#6170A9
(97,112,169)
#556394
(85,99,148)
#49567F
(73,86,127)
#3D496A
(61,73,106)
#313C55
(49,60,85)
#252F40
(37,47,64)
#19222B
(25,34,43)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #8597E8

#8597E8
(133,151,232)
#90A0EA
(144,160,234)
#9BA9EC
(155,169,236)
#A6B2EE
(166,178,238)
#B1BBF0
(177,187,240)
#BCC4F2
(188,196,242)
#C7CDF4
(199,205,244)
#D2D6F6
(210,214,246)
#DDDFF8
(221,223,248)
#E8E8FA
(232,232,250)
#F3F1FC
(243,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8597E8; }

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

This text font color is #8597E8.


Background Color

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

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

This div background color is #8597E8.


Border color

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

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

This div border color is #8597E8.


Opacity

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

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

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

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

This text has shadow with #8597E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8597E8 on black background.


Color preview on white background

This text has color #8597E8 on white background.



Black color preview on #8597E8 background

This text has black color on #8597E8 background.


White color preview on #8597E8 background

This text has white color on #8597E8 background.