#828ADA

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

Shades of Portage #828ADA

Tints of Portage #828ADA

Color information

#828ADA (or 0x828ADA) is unknown color: approx Portage. HEX triplet: 82, 8A and DA. RGB value is (130,138,218). Sum of RGB (Red+Green+Blue) = 130+138+218=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #828ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ADA is #7D7525. Grayscale: #909090. Windows color (decimal): -8221990 or 14322306. OLE color: 14322306.

HSL color Cylindrical-coordinate representation of color #828ADA: hue angle of 234.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828ADA is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130138218-
CMYK0.400.3700.15
HSL234.55º54.32%68.24%-
HSV(B)234.55º40.37%85.49%-
XYZ30.9527.9870.1-
YUV144.73169.35117.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=26.75%
G=28.40%
B=44.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301382180.400.3700.15234.5554.3268.24
Hex828ADA28250Feb3644
Octal202212332504501735366104
Binary10000010100010101101101010100010010101111111010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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