COLOR #8589C4

HEX: #8589C4
RGB: (133,137,196)

Color info

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

RGB color model

#8589C4 color RGB value is (133,137,196).

  • red value is 133;
  • green value is 137;
  • blue value is 196.
RGB:
(133,137,196)
(52%,54%,77%)

RGB channels and saturation

R 133 of 255 = 52%
G 137 of 255 = 54%
B 196 of 255 = 77%

133
137
196

R + G + B ~ 61%. #8589C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 137 + 196 = 466 (100%)
R 133 of 466 ~ 28.54%
G 137 of 466 ~ 29.4%
B 196 of 466 ~ 42.06%

%28.54
%29.4
%42.06

CMYK color model

#8589C4 color CMYK value is (32,30,0,23).

  • cyan value is 32.14%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(32,30,0,23)
C32M30Y0K23 
(32%,30%,0%,23%)
(0.32/0.30/0.00/0.23)	

CMYK percentages

%32.14
%30.1
%0
%23.14

Codes

Color #8589C4 in popluar color models

8589C4
RGB133137196
HSL236°34.81%64.51%
HSB/HSV236°32.14%76.86%
CMYK32.14%30.10%0.00%
23.14%

Color #8589C4 in popluar number systems.

HEX8589C4
Decimal133137196
Binary100001011000100111000100
Octal205211304

Shades and tints

Shades of #8589C4

#8589C4
(133,137,196)
#797DB3
(121,125,179)
#6D71A2
(109,113,162)
#616591
(97,101,145)
#555980
(85,89,128)
#494D6F
(73,77,111)
#3D415E
(61,65,94)
#31354D
(49,53,77)
#25293C
(37,41,60)
#191D2B
(25,29,43)
#0D111A
(13,17,26)
#000000
(0,0,0)

Tints of #8589C4

#8589C4
(133,137,196)
#9093C9
(144,147,201)
#9B9DCE
(155,157,206)
#A6A7D3
(166,167,211)
#B1B1D8
(177,177,216)
#BCBBDD
(188,187,221)
#C7C5E2
(199,197,226)
#D2CFE7
(210,207,231)
#DDD9EC
(221,217,236)
#E8E3F1
(232,227,241)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8589C4 color. Also use rgb(133,137,196) instead hex code.

Text Font Color

.myTextColor { color: #8589C4; }

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

This text font color is #8589C4.


Background Color

.myBgColor { background-color: #8589C4; }

<div style="background-color:#8589C4">Inner text</div>

This div background color is #8589C4.


Border color

.myBorderColor { border: 1px solid #8589C4; }

<div style="border:3px solid #8589C4">Div</div>

This div border color is #8589C4.


Opacity

.myOpacity80 { color: #8589C4; opacity: 0.8; }

<p style="color:#8589C4;opacity:0.8;">80%</p>

Text with #8589C4 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 #8589C4;}

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

This text has shadow with #8589C4 color.

.textShadow {text-shadow: 3px 3px 1px #8589C4, 3px 3px 1px red;}

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

This text has shadow with #8589C4 primary color and red secondary color.


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

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

This text has shadow with #8589C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8589C4 on black background.


Color preview on white background

This text has color #8589C4 on white background.



Black color preview on #8589C4 background

This text has black color on #8589C4 background.


White color preview on #8589C4 background

This text has white color on #8589C4 background.