#8589EE

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

Shades of Portage #8589EE

Tints of Portage #8589EE

Color information

#8589EE (or 0x8589EE) is unknown color: approx Portage. HEX triplet: 85, 89 and EE. RGB value is (133,137,238). Sum of RGB (Red+Green+Blue) = 133+137+238=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #8589EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8589EE is #7A7611. Grayscale: #929292. Windows color (decimal): -8025618 or 15632773. OLE color: 15632773.

HSL color Cylindrical-coordinate representation of color #8589EE: hue angle of 237.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8589EE is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133137238-
CMYK0.440.4200.07
HSL237.71º75.54%72.75%-
HSV(B)237.71º44.12%93.33%-
XYZ34.0529.0584.7-
YUV147.32179.17117.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.18%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=26.18%
G=26.97%
B=46.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331372380.440.4200.07237.7175.5472.75
Hex8589EE2C2A07ee4c49
Octal205211356545207356114111
Binary10000101100010011110111010110010101001111110111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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