#8088EB

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

Shades of Portage #8088EB

Tints of Portage #8088EB

Color information

#8088EB (or 0x8088EB) is unknown color: approx Portage. HEX triplet: 80, 88 and EB. RGB value is (128,136,235). Sum of RGB (Red+Green+Blue) = 128+136+235=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #8088EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8088EB is #7F7714. Grayscale: #909090. Windows color (decimal): -8353557 or 15435904. OLE color: 15435904.

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

Color convert

RGB128136235-
CMYK0.460.4200.08
HSL235.51º72.79%71.18%-
HSV(B)235.51º45.53%92.16%-
XYZ32.728.282.32-
YUV144.89178.85115.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.65%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 235 (92.19% from 255) = 47.09%
R=25.65%
G=27.25%
B=47.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281362350.460.4200.08235.5172.7971.18
Hex8088EB2E2A08ec4947
Octal2002103535652010354111107
Binary100000001000100011101011101110101010010001110110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8088EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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