#808CDD

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

Shades of Portage #808CDD

Tints of Portage #808CDD

Color information

#808CDD (or 0x808CDD) is unknown color: approx Portage. HEX triplet: 80, 8C and DD. RGB value is (128,140,221). Sum of RGB (Red+Green+Blue) = 128+140+221=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #808CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CDD is #7F7322. Grayscale: #919191. Windows color (decimal): -8352547 or 14519424. OLE color: 14519424.

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

Color convert

RGB128140221-
CMYK0.420.3700.13
HSL232.26º57.76%68.43%-
HSV(B)232.26º42.08%86.67%-
XYZ31.3328.5772.27-
YUV145.65170.52115.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.18%
GREEN value IS 140 (55.08% from 255) = 28.63%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=26.18%
G=28.63%
B=45.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281402210.420.3700.13232.2657.7668.43
Hex808CDD2A250De83a44
Octal200214335524501535072104
Binary10000000100011001101110110101010010101101111010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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