#828BF0

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

Shades of Portage #828BF0

Tints of Portage #828BF0

Color information

#828BF0 (or 0x828BF0) is unknown color: approx Portage. HEX triplet: 82, 8B and F0. RGB value is (130,139,240). Sum of RGB (Red+Green+Blue) = 130+139+240=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #828BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BF0 is #7D740F. Grayscale: #939393. Windows color (decimal): -8221712 or 15764354. OLE color: 15764354.

HSL color Cylindrical-coordinate representation of color #828BF0: hue angle of 235.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828BF0 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130139240-
CMYK0.460.4200.06
HSL235.09º78.57%72.55%-
HSV(B)235.09º45.83%94.12%-
XYZ34.1729.586.33-
YUV147.82180.02115.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 139 (54.69% from 255) = 27.31%
BLUE value IS 240 (94.14% from 255) = 47.15%
R=25.54%
G=27.31%
B=47.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1301392400.460.4200.06235.0978.5772.55
Hex828BF02E2A06eb4f49
Octal202213360565206353117111
Binary10000010100010111111000010111010101001101110101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,139,240); }

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

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

 a { background-color: rgb(130,139,240); }

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

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

 span { border-color: rgb(130,139,240); }

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