#808ACF

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

Shades of Portage #808ACF

Tints of Portage #808ACF

Color information

#808ACF (or 0x808ACF) is unknown color: approx Portage. HEX triplet: 80, 8A and CF. RGB value is (128,138,207). Sum of RGB (Red+Green+Blue) = 128+138+207=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #808ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ACF is #7F7530. Grayscale: #8E8E8E. Windows color (decimal): -8353073 or 13601408. OLE color: 13601408.

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

Color convert

RGB128138207-
CMYK0.380.3300.19
HSL232.41º45.14%65.69%-
HSV(B)232.41º38.16%81.18%-
XYZ29.2527.2762.75-
YUV142.88164.19117.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=27.06%
G=29.18%
B=43.76%

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
Decimal1281382070.380.3300.19232.4145.1465.69
Hex808ACF2621013e82d42
Octal200212317464102335055102
Binary100000001000101011001111100110100001010011111010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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