#8588EB

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

Shades of Portage #8588EB

Tints of Portage #8588EB

Color information

#8588EB (or 0x8588EB) is unknown color: approx Portage. HEX triplet: 85, 88 and EB. RGB value is (133,136,235). Sum of RGB (Red+Green+Blue) = 133+136+235=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #8588EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8588EB is #7A7714. Grayscale: #919191. Windows color (decimal): -8025877 or 15435909. OLE color: 15435909.

HSL color Cylindrical-coordinate representation of color #8588EB: hue angle of 238.24º 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 #8588EB is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133136235-
CMYK0.430.4200.08
HSL238.24º71.83%72.16%-
HSV(B)238.24º43.4%92.16%-
XYZ33.4728.5982.35-
YUV146.39178.01118.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 136 (53.52% from 255) = 26.98%
BLUE value IS 235 (92.19% from 255) = 46.63%
R=26.39%
G=26.98%
B=46.63%

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
Decimal1331362350.430.4200.08238.2471.8372.16
Hex8588EB2B2A08ee4848
Octal2052103535352010356110110
Binary100001011000100011101011101011101010010001110111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8588EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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