COLOR #8594CD

HEX: #8594CD
RGB: (133,148,205)

Color info

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

RGB color model

#8594CD color RGB value is (133,148,205).

  • red value is 133;
  • green value is 148;
  • blue value is 205.
RGB:
(133,148,205)
(52%,58%,80%)

RGB channels and saturation

R 133 of 255 = 52%
G 148 of 255 = 58%
B 205 of 255 = 80%

133
148
205

R + G + B ~ 63%. #8594CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 148 + 205 = 486 (100%)
R 133 of 486 ~ 27.37%
G 148 of 486 ~ 30.45%
B 205 of 486 ~ 42.18%

%27.37
%30.45
%42.18

CMYK color model

#8594CD color CMYK value is (35,28,0,20).

  • cyan value is 35.12%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(35,28,0,20)
C35M28Y0K20 
(35%,28%,0%,20%)
(0.35/0.28/0.00/0.20)	

CMYK percentages

%35.12
%27.8
%0
%19.61

Codes

Color #8594CD in popluar color models

8594CD
RGB133148205
HSL228°41.86%66.27%
HSB/HSV228°35.12%80.39%
CMYK35.12%27.80%0.00%
19.61%

Color #8594CD in popluar number systems.

HEX8594CD
Decimal133148205
Binary100001011001010011001101
Octal205224315

Shades and tints

Shades of #8594CD

#8594CD
(133,148,205)
#7987BB
(121,135,187)
#6D7AA9
(109,122,169)
#616D97
(97,109,151)
#556085
(85,96,133)
#495373
(73,83,115)
#3D4661
(61,70,97)
#31394F
(49,57,79)
#252C3D
(37,44,61)
#191F2B
(25,31,43)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #8594CD

#8594CD
(133,148,205)
#909DD1
(144,157,209)
#9BA6D5
(155,166,213)
#A6AFD9
(166,175,217)
#B1B8DD
(177,184,221)
#BCC1E1
(188,193,225)
#C7CAE5
(199,202,229)
#D2D3E9
(210,211,233)
#DDDCED
(221,220,237)
#E8E5F1
(232,229,241)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8594CD color. Also use rgb(133,148,205) instead hex code.

Text Font Color

.myTextColor { color: #8594CD; }

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

This text font color is #8594CD.


Background Color

.myBgColor { background-color: #8594CD; }

<div style="background-color:#8594CD">Inner text</div>

This div background color is #8594CD.


Border color

.myBorderColor { border: 1px solid #8594CD; }

<div style="border:3px solid #8594CD">Div</div>

This div border color is #8594CD.


Opacity

.myOpacity80 { color: #8594CD; opacity: 0.8; }

<p style="color:#8594CD;opacity:0.8;">80%</p>

Text with #8594CD 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 #8594CD;}

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

This text has shadow with #8594CD color.

.textShadow {text-shadow: 3px 3px 1px #8594CD, 3px 3px 1px red;}

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

This text has shadow with #8594CD primary color and red secondary color.


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

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

This text has shadow with #8594CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8594CD on black background.


Color preview on white background

This text has color #8594CD on white background.



Black color preview on #8594CD background

This text has black color on #8594CD background.


White color preview on #8594CD background

This text has white color on #8594CD background.