COLOR #8593CF

HEX: #8593CF
RGB: (133,147,207)

Color info

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

RGB color model

#8593CF color RGB value is (133,147,207).

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

RGB channels and saturation

R 133 of 255 = 52%
G 147 of 255 = 58%
B 207 of 255 = 81%

133
147
207

R + G + B ~ 64%. #8593CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 147 + 207 = 487 (100%)
R 133 of 487 ~ 27.31%
G 147 of 487 ~ 30.18%
B 207 of 487 ~ 42.51%

%27.31
%30.18
%42.51

CMYK color model

#8593CF color CMYK value is (36,29,0,19).

  • cyan value is 35.75%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(36,29,0,19)
C36M29Y0K19 
(36%,29%,0%,19%)
(0.36/0.29/0.00/0.19)	

CMYK percentages

%35.75
%28.99
%0
%18.82

Codes

Color #8593CF in popluar color models

8593CF
RGB133147207
HSL229°43.53%66.67%
HSB/HSV229°35.75%81.18%
CMYK35.75%28.99%0.00%
18.82%

Color #8593CF in popluar number systems.

HEX8593CF
Decimal133147207
Binary100001011001001111001111
Octal205223317

Shades and tints

Shades of #8593CF

#8593CF
(133,147,207)
#7986BD
(121,134,189)
#6D79AB
(109,121,171)
#616C99
(97,108,153)
#555F87
(85,95,135)
#495275
(73,82,117)
#3D4563
(61,69,99)
#313851
(49,56,81)
#252B3F
(37,43,63)
#191E2D
(25,30,45)
#0D111B
(13,17,27)
#000000
(0,0,0)

Tints of #8593CF

#8593CF
(133,147,207)
#909CD3
(144,156,211)
#9BA5D7
(155,165,215)
#A6AEDB
(166,174,219)
#B1B7DF
(177,183,223)
#BCC0E3
(188,192,227)
#C7C9E7
(199,201,231)
#D2D2EB
(210,210,235)
#DDDBEF
(221,219,239)
#E8E4F3
(232,228,243)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8593CF; }

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

This text font color is #8593CF.


Background Color

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

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

This div background color is #8593CF.


Border color

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

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

This div border color is #8593CF.


Opacity

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

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

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

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

This text has shadow with #8593CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8593CF on black background.


Color preview on white background

This text has color #8593CF on white background.



Black color preview on #8593CF background

This text has black color on #8593CF background.


White color preview on #8593CF background

This text has white color on #8593CF background.