#828EDA

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

Shades of Portage #828EDA

Tints of Portage #828EDA

Color information

#828EDA (or 0x828EDA) is unknown color: approx Portage. HEX triplet: 82, 8E and DA. RGB value is (130,142,218). Sum of RGB (Red+Green+Blue) = 130+142+218=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #828EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828EDA is #7D7125. Grayscale: #929292. Windows color (decimal): -8220966 or 14323330. OLE color: 14323330.

HSL color Cylindrical-coordinate representation of color #828EDA: hue angle of 231.82º 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 #828EDA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB130142218-
CMYK0.400.3500.15
HSL231.82º54.32%68.24%-
HSV(B)231.82º40.37%85.49%-
XYZ31.5329.1570.29-
YUV147.08168.02115.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.53%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 218 (85.55% from 255) = 44.49%
R=26.53%
G=28.98%
B=44.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1301422180.400.3500.15231.8254.3268.24
Hex828EDA28230Fe83644
Octal202216332504301735066104
Binary10000010100011101101101010100010001101111111010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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