#808DE7

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

Shades of Portage #808DE7

Tints of Portage #808DE7

Color information

#808DE7 (or 0x808DE7) is unknown color: approx Portage. HEX triplet: 80, 8D and E7. RGB value is (128,141,231). Sum of RGB (Red+Green+Blue) = 128+141+231=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #808DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808DE7 is #7F7218. Grayscale: #939393. Windows color (decimal): -8352281 or 15175040. OLE color: 15175040.

HSL color Cylindrical-coordinate representation of color #808DE7: hue angle of 232.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808DE7 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128141231-
CMYK0.450.3900.09
HSL232.43º68.21%70.39%-
HSV(B)232.43º44.59%90.59%-
XYZ32.8529.4179.55-
YUV147.37175.19114.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.6%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 231 (90.62% from 255) = 46.2%
R=25.6%
G=28.2%
B=46.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281412310.450.3900.09232.4368.2170.39
Hex808DE72D2709e84446
Octal2002153475547011350104106
Binary100000001000110111100111101101100111010011110100010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,141,231); }

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

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

 a { background-color: rgb(128,141,231); }

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

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

 span { border-color: rgb(128,141,231); }

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