#8589D7

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

Shades of Portage #8589D7

Tints of Portage #8589D7

Color information

#8589D7 (or 0x8589D7) is unknown color: approx Portage. HEX triplet: 85, 89 and D7. RGB value is (133,137,215). Sum of RGB (Red+Green+Blue) = 133+137+215=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #8589D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589D7 is #7A7628. Grayscale: #909090. Windows color (decimal): -8025641 or 14125445. OLE color: 14125445.

HSL color Cylindrical-coordinate representation of color #8589D7: hue angle of 237.07º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8589D7 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133137215-
CMYK0.380.3600.16
HSL237.07º50.62%68.24%-
HSV(B)237.07º38.14%84.31%-
XYZ30.8827.7868.03-
YUV144.7167.67119.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=27.42%
G=28.25%
B=44.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331372150.380.3600.16237.0750.6268.24
Hex8589D72624010ed3344
Octal205211327464402035563104
Binary100001011000100111010111100110100100010000111011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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