#8589DA

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

Shades of Portage #8589DA

Tints of Portage #8589DA

Color information

#8589DA (or 0x8589DA) is unknown color: approx Portage. HEX triplet: 85, 89 and DA. RGB value is (133,137,218). Sum of RGB (Red+Green+Blue) = 133+137+218=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #8589DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589DA is #7A7625. Grayscale: #909090. Windows color (decimal): -8025638 or 14322053. OLE color: 14322053.

HSL color Cylindrical-coordinate representation of color #8589DA: hue angle of 237.18º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8589DA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB133137218-
CMYK0.390.3700.15
HSL237.18º53.46%68.82%-
HSV(B)237.18º38.99%85.49%-
XYZ31.2727.9470.07-
YUV145.04169.17119.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.25%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=27.25%
G=28.07%
B=44.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1331372180.390.3700.15237.1853.4668.82
Hex8589DA27250Fed3545
Octal205211332474501735565105
Binary10000101100010011101101010011110010101111111011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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