#808AD5

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

Shades of Portage #808AD5

Tints of Portage #808AD5

Color information

#808AD5 (or 0x808AD5) is unknown color: approx Portage. HEX triplet: 80, 8A and D5. RGB value is (128,138,213). Sum of RGB (Red+Green+Blue) = 128+138+213=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #808AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AD5 is #7F752A. Grayscale: #8F8F8F. Windows color (decimal): -8353067 or 13994624. OLE color: 13994624.

HSL color Cylindrical-coordinate representation of color #808AD5: hue angle of 232.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #808AD5 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB128138213-
CMYK0.400.3500.16
HSL232.94º50.3%66.86%-
HSV(B)232.94º39.91%83.53%-
XYZ3027.5766.69-
YUV143.56167.19116.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=26.72%
G=28.81%
B=44.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1281382130.400.3500.16232.9450.366.86
Hex808AD52823010e93243
Octal200212325504302035162103
Binary100000001000101011010101101000100011010000111010011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,138,213); }

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

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

 a { background-color: rgb(128,138,213); }

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

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

 span { border-color: rgb(128,138,213); }

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