#8589EB

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

Shades of Portage #8589EB

Tints of Portage #8589EB

Color information

#8589EB (or 0x8589EB) is unknown color: approx Portage. HEX triplet: 85, 89 and EB. RGB value is (133,137,235). Sum of RGB (Red+Green+Blue) = 133+137+235=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #8589EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8589EB is #7A7614. Grayscale: #929292. Windows color (decimal): -8025621 or 15436165. OLE color: 15436165.

HSL color Cylindrical-coordinate representation of color #8589EB: hue angle of 237.65º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8589EB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133137235-
CMYK0.430.4200.08
HSL237.65º71.83%72.16%-
HSV(B)237.65º43.4%92.16%-
XYZ33.6128.8882.4-
YUV146.98177.67118.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 235 (92.19% from 255) = 46.53%
R=26.34%
G=27.13%
B=46.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331372350.430.4200.08237.6571.8372.16
Hex8589EB2B2A08ee4848
Octal2052113535352010356110110
Binary100001011000100111101011101011101010010001110111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8589EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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