#8588E0

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

Shades of Portage #8588E0

Tints of Portage #8588E0

Color information

#8588E0 (or 0x8588E0) is unknown color: approx Portage. HEX triplet: 85, 88 and E0. RGB value is (133,136,224). Sum of RGB (Red+Green+Blue) = 133+136+224=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #8588E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8588E0 is #7A771F. Grayscale: #909090. Windows color (decimal): -8025888 or 14715013. OLE color: 14715013.

HSL color Cylindrical-coordinate representation of color #8588E0: hue angle of 238.02º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8588E0 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB133136224-
CMYK0.410.3900.12
HSL238.02º59.48%70%-
HSV(B)238.02º40.62%87.84%-
XYZ31.9327.9874.24-
YUV145.14172.51119.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=26.98%
G=27.59%
B=45.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1331362240.410.3900.12238.0259.4870
Hex8588E029270Cee3b46
Octal205210340514701435673106
Binary10000101100010001110000010100110011101100111011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8588E0; }

 p { color: rgb(133,136,224); }

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

<style>
 a { background-color: #8588E0; }

 a { background-color: rgb(133,136,224); }

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

<style>
 span { border-color: #8588E0; }

 span { border-color: rgb(133,136,224); }

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