#808AD3

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

Shades of Portage #808AD3

Tints of Portage #808AD3

Color information

#808AD3 (or 0x808AD3) is unknown color: approx Portage. HEX triplet: 80, 8A and D3. RGB value is (128,138,211). Sum of RGB (Red+Green+Blue) = 128+138+211=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #808AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AD3 is #7F752C. Grayscale: #8F8F8F. Windows color (decimal): -8353069 or 13863552. OLE color: 13863552.

HSL color Cylindrical-coordinate representation of color #808AD3: hue angle of 232.77º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808AD3 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB128138211-
CMYK0.390.3500.17
HSL232.77º48.54%66.47%-
HSV(B)232.77º39.34%82.75%-
XYZ29.7527.4765.36-
YUV143.33166.19117.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=26.83%
G=28.93%
B=44.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1281382110.390.3500.17232.7748.5466.47
Hex808AD32723011e93142
Octal200212323474302135161102
Binary100000001000101011010011100111100011010001111010011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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