#828ED6

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

Shades of Portage #828ED6

Tints of Portage #828ED6

Color information

#828ED6 (or 0x828ED6) is unknown color: approx Portage. HEX triplet: 82, 8E and D6. RGB value is (130,142,214). Sum of RGB (Red+Green+Blue) = 130+142+214=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 142 (55.86% from 255 or 29.22% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #828ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ED6 is #7D7129. Grayscale: #929292. Windows color (decimal): -8220970 or 14061186. OLE color: 14061186.

HSL color Cylindrical-coordinate representation of color #828ED6: hue angle of 231.43º degrees, saturation: 0.51, 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 #828ED6 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130142214-
CMYK0.390.3400.16
HSL231.43º50.6%67.45%-
HSV(B)231.43º39.25%83.92%-
XYZ31.0228.9567.57-
YUV146.62166.02116.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 142 (55.86% from 255) = 29.22%
BLUE value IS 214 (83.98% from 255) = 44.03%
R=26.75%
G=29.22%
B=44.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301422140.390.3400.16231.4350.667.45
Hex828ED62722010e73343
Octal202216326474202034763103
Binary100000101000111011010110100111100010010000111001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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