#808FDE

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

Shades of Portage #808FDE

Tints of Portage #808FDE

Color information

#808FDE (or 0x808FDE) is unknown color: approx Portage. HEX triplet: 80, 8F and DE. RGB value is (128,143,222). Sum of RGB (Red+Green+Blue) = 128+143+222=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #808FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FDE is #7F7021. Grayscale: #939393. Windows color (decimal): -8351778 or 14585728. OLE color: 14585728.

HSL color Cylindrical-coordinate representation of color #808FDE: hue angle of 230.43º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808FDE is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128143222-
CMYK0.420.3600.13
HSL230.43º58.75%68.63%-
HSV(B)230.43º42.34%87.06%-
XYZ31.9129.5173.12-
YUV147.52170.03114.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=25.96%
G=29.01%
B=45.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281432220.420.3600.13230.4358.7568.63
Hex808FDE2A240De63b45
Octal200217336524401534673105
Binary10000000100011111101111010101010010001101111001101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,143,222); }

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

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

 a { background-color: rgb(128,143,222); }

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

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

 span { border-color: rgb(128,143,222); }

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