#828ED1

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

Shades of Portage #828ED1

Tints of Portage #828ED1

Color information

#828ED1 (or 0x828ED1) is unknown color: approx Portage. HEX triplet: 82, 8E and D1. RGB value is (130,142,209). Sum of RGB (Red+Green+Blue) = 130+142+209=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #828ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ED1 is #7D712E. Grayscale: #919191. Windows color (decimal): -8220975 or 13733506. OLE color: 13733506.

HSL color Cylindrical-coordinate representation of color #828ED1: hue angle of 230.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #828ED1 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB130142209-
CMYK0.380.3200.18
HSL230.89º46.2%66.47%-
HSV(B)230.89º37.8%81.96%-
XYZ30.3928.764.26-
YUV146.05163.52116.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.03%
GREEN value IS 142 (55.86% from 255) = 29.52%
BLUE value IS 209 (82.03% from 255) = 43.45%
R=27.03%
G=29.52%
B=43.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1301422090.380.3200.18230.8946.266.47
Hex828ED12620012e72e42
Octal202216321464002234756102
Binary100000101000111011010001100110100000010010111001111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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