#808ECD

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

Shades of Portage #808ECD

Tints of Portage #808ECD

Color information

#808ECD (or 0x808ECD) is unknown color: approx Portage. HEX triplet: 80, 8E and CD. RGB value is (128,142,205). Sum of RGB (Red+Green+Blue) = 128+142+205=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #808ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ECD is #7F7132. Grayscale: #909090. Windows color (decimal): -8352051 or 13471360. OLE color: 13471360.

HSL color Cylindrical-coordinate representation of color #808ECD: hue angle of 229.09º 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 #808ECD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128142205-
CMYK0.380.3100.20
HSL229.09º43.5%65.29%-
HSV(B)229.09º37.56%80.39%-
XYZ29.5928.3461.67-
YUV145161.86115.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=26.95%
G=29.89%
B=43.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281422050.380.3100.20229.0943.565.29
Hex808ECD261F014e52c41
Octal200216315463702434554101
Binary10000000100011101100110110011011111010100111001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808ECD; }

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

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

<style>
 a { background-color: #808ECD; }

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

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

<style>
 span { border-color: #808ECD; }

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

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