#8589ED

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

Shades of Portage #8589ED

Tints of Portage #8589ED

Color information

#8589ED (or 0x8589ED) is unknown color: approx Portage. HEX triplet: 85, 89 and ED. RGB value is (133,137,237). Sum of RGB (Red+Green+Blue) = 133+137+237=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #8589ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8589ED is #7A7612. Grayscale: #929292. Windows color (decimal): -8025619 or 15567237. OLE color: 15567237.

HSL color Cylindrical-coordinate representation of color #8589ED: hue angle of 237.69º degrees, saturation: 0.74, 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 #8589ED is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133137237-
CMYK0.440.4200.07
HSL237.69º74.29%72.55%-
HSV(B)237.69º43.88%92.94%-
XYZ33.928.9983.93-
YUV147.2178.67117.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=26.23%
G=27.02%
B=46.75%

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
Decimal1331372370.440.4200.07237.6974.2972.55
Hex8589ED2C2A07ee4a49
Octal205211355545207356112111
Binary10000101100010011110110110110010101001111110111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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