#808ACC

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

Shades of Portage #808ACC

Tints of Portage #808ACC

Color information

#808ACC (or 0x808ACC) is unknown color: approx Portage. HEX triplet: 80, 8A and CC. RGB value is (128,138,204). Sum of RGB (Red+Green+Blue) = 128+138+204=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #808ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ACC is #7F7533. Grayscale: #8E8E8E. Windows color (decimal): -8353076 or 13404800. OLE color: 13404800.

HSL color Cylindrical-coordinate representation of color #808ACC: hue angle of 232.11º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808ACC is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128138204-
CMYK0.370.3200.2
HSL232.11º42.7%65.1%-
HSV(B)232.11º37.25%80%-
XYZ28.8927.1360.84-
YUV142.53162.69117.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=27.23%
G=29.36%
B=43.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281382040.370.3200.2232.1142.765.1
Hex808ACC2520014e82b41
Octal200212314454002435053101
Binary100000001000101011001100100101100000010100111010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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