#808ECF

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

Shades of Portage #808ECF

Tints of Portage #808ECF

Color information

#808ECF (or 0x808ECF) is unknown color: approx Portage. HEX triplet: 80, 8E and CF. RGB value is (128,142,207). Sum of RGB (Red+Green+Blue) = 128+142+207=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #808ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ECF is #7F7130. Grayscale: #909090. Windows color (decimal): -8352049 or 13602432. OLE color: 13602432.

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

Color convert

RGB128142207-
CMYK0.380.3100.19
HSL229.37º45.14%65.69%-
HSV(B)229.37º38.16%81.18%-
XYZ29.8428.4462.95-
YUV145.22162.86115.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=26.83%
G=29.77%
B=43.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281422070.380.3100.19229.3745.1465.69
Hex808ECF261F013e52d42
Octal200216317463702334555102
Binary10000000100011101100111110011011111010011111001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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