#828ACC

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

Shades of Portage #828ACC

Tints of Portage #828ACC

Color information

#828ACC (or 0x828ACC) is unknown color: approx Portage. HEX triplet: 82, 8A and CC. RGB value is (130,138,204). Sum of RGB (Red+Green+Blue) = 130+138+204=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #828ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACC is #7D7533. Grayscale: #8E8E8E. Windows color (decimal): -8222004 or 13404802. OLE color: 13404802.

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

Color convert

RGB130138204-
CMYK0.360.3200.2
HSL233.51º42.05%65.49%-
HSV(B)233.51º36.27%80%-
XYZ29.1927.2860.85-
YUV143.13162.35118.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=27.54%
G=29.24%
B=43.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301382040.360.3200.2233.5142.0565.49
Hex828ACC2420014ea2a41
Octal202212314444002435252101
Binary100000101000101011001100100100100000010100111010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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