#808ACE

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

Shades of Portage #808ACE

Tints of Portage #808ACE

Color information

#808ACE (or 0x808ACE) is unknown color: approx Portage. HEX triplet: 80, 8A and CE. RGB value is (128,138,206). Sum of RGB (Red+Green+Blue) = 128+138+206=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #808ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ACE is #7F7531. Grayscale: #8E8E8E. Windows color (decimal): -8353074 or 13535872. OLE color: 13535872.

HSL color Cylindrical-coordinate representation of color #808ACE: hue angle of 232.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808ACE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128138206-
CMYK0.380.3300.19
HSL232.31º44.32%65.49%-
HSV(B)232.31º37.86%80.78%-
XYZ29.1327.2262.11-
YUV142.76163.69117.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=27.12%
G=29.24%
B=43.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281382060.380.3300.19232.3144.3265.49
Hex808ACE2621013e82c41
Octal200212316464102335054101
Binary100000001000101011001110100110100001010011111010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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