#808EF0

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

Shades of Portage #808EF0

Tints of Portage #808EF0

Color information

#808EF0 (or 0x808EF0) is unknown color: approx Portage. HEX triplet: 80, 8E and F0. RGB value is (128,142,240). Sum of RGB (Red+Green+Blue) = 128+142+240=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #808EF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EF0 is #7F710F. Grayscale: #949494. Windows color (decimal): -8352016 or 15765120. OLE color: 15765120.

HSL color Cylindrical-coordinate representation of color #808EF0: hue angle of 232.5º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #808EF0 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB128142240-
CMYK0.470.4100.06
HSL232.5º78.87%72.16%-
HSV(B)232.5º46.67%94.12%-
XYZ34.330.2386.46-
YUV148.99179.36113.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.10%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 240 (94.14% from 255) = 47.06%
R=25.10%
G=27.84%
B=47.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1281422400.470.4100.06232.578.8772.16
Hex808EF02F2906e84f48
Octal200216360575106350117110
Binary10000000100011101111000010111110100101101110100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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