#828ACE

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

Shades of Portage #828ACE

Tints of Portage #828ACE

Color information

#828ACE (or 0x828ACE) is unknown color: approx Portage. HEX triplet: 82, 8A and CE. RGB value is (130,138,206). Sum of RGB (Red+Green+Blue) = 130+138+206=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #828ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACE is #7D7531. Grayscale: #8F8F8F. Windows color (decimal): -8222002 or 13535874. OLE color: 13535874.

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

Color convert

RGB130138206-
CMYK0.370.3300.19
HSL233.68º43.68%65.88%-
HSV(B)233.68º36.89%80.78%-
XYZ29.4327.3862.13-
YUV143.36163.35118.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.43%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=27.43%
G=29.11%
B=43.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301382060.370.3300.19233.6843.6865.88
Hex828ACE2521013ea2c42
Octal202212316454102335254102
Binary100000101000101011001110100101100001010011111010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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