#8589E0

Color #8589E0 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8589E0

Tints of Portage #8589E0

Color information

#8589E0 (or 0x8589E0) is unknown color: approx Portage. HEX triplet: 85, 89 and E0. RGB value is (133,137,224). Sum of RGB (Red+Green+Blue) = 133+137+224=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #8589E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589E0 is #7A761F. Grayscale: #919191. Windows color (decimal): -8025632 or 14715269. OLE color: 14715269.

HSL color Cylindrical-coordinate representation of color #8589E0: hue angle of 237.36º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8589E0 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133137224-
CMYK0.410.3900.12
HSL237.36º59.48%70%-
HSV(B)237.36º40.62%87.84%-
XYZ32.0728.2674.29-
YUV145.72172.17118.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 26.92%
GREEN value IS 137 (53.91% from 255) = 27.73%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=26.92%
G=27.73%
B=45.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331372240.410.3900.12237.3659.4870
Hex8589E029270Ced3b46
Octal205211340514701435573106
Binary10000101100010011110000010100110011101100111011011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8589E0; }

 p { color: rgb(133,137,224); }

 H1.HeaderClassName
 {
   color: #8589E0;
 }
 .AnyTagClassName
 {
   color: #8589E0;
 }
</style>
background-color css

<style>
 a { background-color: #8589E0; }

 a { background-color: rgb(133,137,224); }

 div.DivClassName
 {
   background-color: #8589E0;
 }
 .BgClassName
 {
   background-color: #8589E0;
 }
</style>
border-color css

<style>
 span { border-color: #8589E0; }

 span { border-color: rgb(133,137,224); }

 td.TdClassName
 {
   border-color: #8589E0;
 }
 .TagClassName
 {
   border-color: #8589E0;
 }
</style>