#8088CF

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

Shades of Portage #8088CF

Tints of Portage #8088CF

Color information

#8088CF (or 0x8088CF) is unknown color: approx Portage. HEX triplet: 80, 88 and CF. RGB value is (128,136,207). Sum of RGB (Red+Green+Blue) = 128+136+207=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #8088CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088CF is #7F7730. Grayscale: #8D8D8D. Windows color (decimal): -8353585 or 13600896. OLE color: 13600896.

HSL color Cylindrical-coordinate representation of color #8088CF: hue angle of 233.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8088CF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128136207-
CMYK0.380.3400.19
HSL233.92º45.14%65.69%-
HSV(B)233.92º38.16%81.18%-
XYZ28.9726.762.66-
YUV141.7164.85118.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 207 (81.25% from 255) = 43.95%
R=27.18%
G=28.87%
B=43.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281362070.380.3400.19233.9245.1465.69
Hex8088CF2622013ea2d42
Octal200210317464202335255102
Binary100000001000100011001111100110100010010011111010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8088CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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