#8088CD

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

Shades of Portage #8088CD

Tints of Portage #8088CD

Color information

#8088CD (or 0x8088CD) is unknown color: approx Portage. HEX triplet: 80, 88 and CD. RGB value is (128,136,205). Sum of RGB (Red+Green+Blue) = 128+136+205=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #8088CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8088CD is #7F7732. Grayscale: #8D8D8D. Windows color (decimal): -8353587 or 13469824. OLE color: 13469824.

HSL color Cylindrical-coordinate representation of color #8088CD: hue angle of 233.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8088CD is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128136205-
CMYK0.380.3400.20
HSL233.77º43.5%65.29%-
HSV(B)233.77º37.56%80.39%-
XYZ28.7326.6161.38-
YUV141.47163.85118.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=27.29%
G=29.00%
B=43.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281362050.380.3400.20233.7743.565.29
Hex8088CD2622014ea2c41
Octal200210315464202435254101
Binary100000001000100011001101100110100010010100111010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8088CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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