#8088DB

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

Shades of Portage #8088DB

Tints of Portage #8088DB

Color information

#8088DB (or 0x8088DB) is unknown color: approx Portage. HEX triplet: 80, 88 and DB. RGB value is (128,136,219). Sum of RGB (Red+Green+Blue) = 128+136+219=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8088DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088DB is #7F7724. Grayscale: #8E8E8E. Windows color (decimal): -8353573 or 14387328. OLE color: 14387328.

HSL color Cylindrical-coordinate representation of color #8088DB: hue angle of 234.73º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8088DB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128136219-
CMYK0.420.3800.14
HSL234.73º55.83%68.04%-
HSV(B)234.73º41.55%85.88%-
XYZ30.4927.3170.68-
YUV143.07170.85117.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 219 (85.94% from 255) = 45.34%
R=26.50%
G=28.16%
B=45.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1281362190.420.3800.14234.7355.8368.04
Hex8088DB2A260Eeb3844
Octal200210333524601635370104
Binary10000000100010001101101110101010011001110111010111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8088DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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