#828FDE

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

Shades of Portage #828FDE

Tints of Portage #828FDE

Color information

#828FDE (or 0x828FDE) is unknown color: approx Portage. HEX triplet: 82, 8F and DE. RGB value is (130,143,222). Sum of RGB (Red+Green+Blue) = 130+143+222=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #828FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FDE is #7D7021. Grayscale: #939393. Windows color (decimal): -8220706 or 14585730. OLE color: 14585730.

HSL color Cylindrical-coordinate representation of color #828FDE: hue angle of 231.52º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #828FDE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130143222-
CMYK0.410.3600.13
HSL231.52º58.23%69.02%-
HSV(B)231.52º41.44%87.06%-
XYZ32.2129.6673.14-
YUV148.12169.69115.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=26.26%
G=28.89%
B=44.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301432220.410.3600.13231.5258.2369.02
Hex828FDE29240De83a45
Octal202217336514401535072105
Binary10000010100011111101111010100110010001101111010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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