COLOR #8593B5

HEX: #8593B5
RGB: (133,147,181)

Color info

#8593B5 contains red, green and blue colors in about the same proportion. Web safe color of #8593B5 is #9999CC (or #99C).

RGB color model

#8593B5 color RGB value is (133,147,181).

  • red value is 133;
  • green value is 147;
  • blue value is 181.
RGB:
(133,147,181)
(52%,58%,71%)

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 181 of 255 = 71%

133
147
181

R + G + B ~ 60%. #8593B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 181 = 461 (100%)
R 133 of 461 ~ 28.85%
G 147 of 461 ~ 31.89%
B 181 of 461 ~ 39.26%

%28.85
%31.89
%39.26

CMYK color model

#8593B5 color CMYK value is (27,19,0,29).

  • cyan value is 26.52%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(27,19,0,29)
C27M19Y0K29 
(27%,19%,0%,29%)
(0.27/0.19/0.00/0.29)	

CMYK percentages

%26.52
%18.78
%0
%29.02

Codes

Color #8593B5 in popluar color models

8593B5
RGB133147181
HSL223°24.49%61.57%
HSB/HSV223°26.52%70.98%
CMYK26.52%18.78%0.00%
29.02%

Color #8593B5 in popluar number systems.

HEX8593B5
Decimal133147181
Binary100001011001001110110101
Octal205223265

Shades and tints

Shades of #8593B5

#8593B5
(133,147,181)
#7986A5
(121,134,165)
#6D7995
(109,121,149)
#616C85
(97,108,133)
#555F75
(85,95,117)
#495265
(73,82,101)
#3D4555
(61,69,85)
#313845
(49,56,69)
#252B35
(37,43,53)
#191E25
(25,30,37)
#0D1115
(13,17,21)
#000000
(0,0,0)

Tints of #8593B5

#8593B5
(133,147,181)
#909CBB
(144,156,187)
#9BA5C1
(155,165,193)
#A6AEC7
(166,174,199)
#B1B7CD
(177,183,205)
#BCC0D3
(188,192,211)
#C7C9D9
(199,201,217)
#D2D2DF
(210,210,223)
#DDDBE5
(221,219,229)
#E8E4EB
(232,228,235)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8593B5 color. Also use rgb(133,147,181) instead hex code.

Text Font Color

.myTextColor { color: #8593B5; }

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

This text font color is #8593B5.


Background Color

.myBgColor { background-color: #8593B5; }

<div style="background-color:#8593B5">Inner text</div>

This div background color is #8593B5.


Border color

.myBorderColor { border: 1px solid #8593B5; }

<div style="border:3px solid #8593B5">Div</div>

This div border color is #8593B5.


Opacity

.myOpacity80 { color: #8593B5; opacity: 0.8; }

<p style="color:#8593B5;opacity:0.8;">80%</p>

Text with #8593B5 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 #8593B5;}

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

This text has shadow with #8593B5 color.

.textShadow {text-shadow: 3px 3px 1px #8593B5, 3px 3px 1px red;}

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

This text has shadow with #8593B5 primary color and red secondary color.


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

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

This text has shadow with #8593B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8593B5 on black background.


Color preview on white background

This text has color #8593B5 on white background.



Black color preview on #8593B5 background

This text has black color on #8593B5 background.


White color preview on #8593B5 background

This text has white color on #8593B5 background.