#808ED8

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

Shades of Portage #808ED8

Tints of Portage #808ED8

Color information

#808ED8 (or 0x808ED8) is unknown color: approx Portage. HEX triplet: 80, 8E and D8. RGB value is (128,142,216). Sum of RGB (Red+Green+Blue) = 128+142+216=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #808ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ED8 is #7F7127. Grayscale: #919191. Windows color (decimal): -8352040 or 14192256. OLE color: 14192256.

HSL color Cylindrical-coordinate representation of color #808ED8: hue angle of 230.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #808ED8 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB128142216-
CMYK0.410.3400.15
HSL230.45º53.01%67.45%-
HSV(B)230.45º40.74%84.71%-
XYZ30.9728.8968.91-
YUV146.25167.36114.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 216 (84.77% from 255) = 44.44%
R=26.34%
G=29.22%
B=44.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281422160.410.3400.15230.4553.0167.45
Hex808ED829220Fe63543
Octal200216330514201734665103
Binary10000000100011101101100010100110001001111111001101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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