#828FDC

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

Shades of Portage #828FDC

Tints of Portage #828FDC

Color information

#828FDC (or 0x828FDC) is unknown color: approx Portage. HEX triplet: 82, 8F and DC. RGB value is (130,143,220). Sum of RGB (Red+Green+Blue) = 130+143+220=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #828FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FDC is #7D7023. Grayscale: #939393. Windows color (decimal): -8220708 or 14454658. OLE color: 14454658.

HSL color Cylindrical-coordinate representation of color #828FDC: hue angle of 231.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828FDC is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130143220-
CMYK0.410.3500.14
HSL231.33º56.25%68.63%-
HSV(B)231.33º40.91%86.27%-
XYZ31.9529.5671.73-
YUV147.89168.69115.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 220 (86.33% from 255) = 44.62%
R=26.37%
G=29.01%
B=44.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301432200.410.3500.14231.3356.2568.63
Hex828FDC29230Ee73845
Octal202217334514301634770105
Binary10000010100011111101110010100110001101110111001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,220); }

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

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

 a { background-color: rgb(130,143,220); }

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

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

 span { border-color: rgb(130,143,220); }

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