COLOR #8593C5

HEX: #8593C5
RGB: (133,147,197)

Color info

#8593C5 contains mainly green and blue colors. Web safe color of #8593C5 is #9999CC (or #99C).

RGB color model

#8593C5 color RGB value is (133,147,197).

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

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 197 of 255 = 77%

133
147
197

R + G + B ~ 62%. #8593C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 197 = 477 (100%)
R 133 of 477 ~ 27.88%
G 147 of 477 ~ 30.82%
B 197 of 477 ~ 41.3%

%27.88
%30.82
%41.3

CMYK color model

#8593C5 color CMYK value is (32,25,0,23).

  • cyan value is 32.49%
  • magenta value is 25.38%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(32,25,0,23)
C32M25Y0K23 
(32%,25%,0%,23%)
(0.32/0.25/0.00/0.23)	

CMYK percentages

%32.49
%25.38
%0
%22.75

Codes

Color #8593C5 in popluar color models

8593C5
RGB133147197
HSL227°35.56%64.71%
HSB/HSV227°32.49%77.25%
CMYK32.49%25.38%0.00%
22.75%

Color #8593C5 in popluar number systems.

HEX8593C5
Decimal133147197
Binary100001011001001111000101
Octal205223305

Shades and tints

Shades of #8593C5

#8593C5
(133,147,197)
#7986B4
(121,134,180)
#6D79A3
(109,121,163)
#616C92
(97,108,146)
#555F81
(85,95,129)
#495270
(73,82,112)
#3D455F
(61,69,95)
#31384E
(49,56,78)
#252B3D
(37,43,61)
#191E2C
(25,30,44)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #8593C5

#8593C5
(133,147,197)
#909CCA
(144,156,202)
#9BA5CF
(155,165,207)
#A6AED4
(166,174,212)
#B1B7D9
(177,183,217)
#BCC0DE
(188,192,222)
#C7C9E3
(199,201,227)
#D2D2E8
(210,210,232)
#DDDBED
(221,219,237)
#E8E4F2
(232,228,242)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8593C5; }

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

This text font color is #8593C5.


Background Color

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

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

This div background color is #8593C5.


Border color

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

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

This div border color is #8593C5.


Opacity

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

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

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

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

This text has shadow with #8593C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8593C5 on black background.


Color preview on white background

This text has color #8593C5 on white background.



Black color preview on #8593C5 background

This text has black color on #8593C5 background.


White color preview on #8593C5 background

This text has white color on #8593C5 background.