#808CDF

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

Shades of Portage #808CDF

Tints of Portage #808CDF

Color information

#808CDF (or 0x808CDF) is unknown color: approx Portage. HEX triplet: 80, 8C and DF. RGB value is (128,140,223). Sum of RGB (Red+Green+Blue) = 128+140+223=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #808CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CDF is #7F7320. Grayscale: #919191. Windows color (decimal): -8352545 or 14650496. OLE color: 14650496.

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

Color convert

RGB128140223-
CMYK0.430.3700.13
HSL232.42º59.75%68.82%-
HSV(B)232.42º42.6%87.45%-
XYZ31.628.6773.68-
YUV145.87171.52115.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=26.07%
G=28.51%
B=45.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281402230.430.3700.13232.4259.7568.82
Hex808CDF2B250De83c45
Octal200214337534501535074105
Binary10000000100011001101111110101110010101101111010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,223); }

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

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

 a { background-color: rgb(128,140,223); }

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

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

 span { border-color: rgb(128,140,223); }

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