#828AD5

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

Shades of Portage #828AD5

Tints of Portage #828AD5

Color information

#828AD5 (or 0x828AD5) is unknown color: approx Portage. HEX triplet: 82, 8A and D5. RGB value is (130,138,213). Sum of RGB (Red+Green+Blue) = 130+138+213=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #828AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828AD5 is #7D752A. Grayscale: #8F8F8F. Windows color (decimal): -8221995 or 13994626. OLE color: 13994626.

HSL color Cylindrical-coordinate representation of color #828AD5: hue angle of 234.22º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828AD5 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130138213-
CMYK0.390.3500.16
HSL234.22º49.7%67.25%-
HSV(B)234.22º38.97%83.53%-
XYZ30.327.7366.71-
YUV144.16166.85117.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=27.03%
G=28.69%
B=44.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301382130.390.3500.16234.2249.767.25
Hex828AD52723010ea3243
Octal202212325474302035262103
Binary100000101000101011010101100111100011010000111010101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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