#808DDA

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

Shades of Portage #808DDA

Tints of Portage #808DDA

Color information

#808DDA (or 0x808DDA) is unknown color: approx Portage. HEX triplet: 80, 8D and DA. RGB value is (128,141,218). Sum of RGB (Red+Green+Blue) = 128+141+218=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #808DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DDA is #7F7225. Grayscale: #919191. Windows color (decimal): -8352294 or 14323072. OLE color: 14323072.

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

Color convert

RGB128141218-
CMYK0.410.3500.15
HSL231.33º54.88%67.84%-
HSV(B)231.33º41.28%85.49%-
XYZ31.0828.770.23-
YUV145.89168.69115.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=26.28%
G=28.95%
B=44.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1281412180.410.3500.15231.3354.8867.84
Hex808DDA29230Fe73744
Octal200215332514301734767104
Binary10000000100011011101101010100110001101111111001111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,141,218); }

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

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

 a { background-color: rgb(128,141,218); }

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

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

 span { border-color: rgb(128,141,218); }

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