#828BE1

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

Shades of Portage #828BE1

Tints of Portage #828BE1

Color information

#828BE1 (or 0x828BE1) is unknown color: approx Portage. HEX triplet: 82, 8B and E1. RGB value is (130,139,225). Sum of RGB (Red+Green+Blue) = 130+139+225=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #828BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BE1 is #7D741E. Grayscale: #919191. Windows color (decimal): -8221727 or 14781314. OLE color: 14781314.

HSL color Cylindrical-coordinate representation of color #828BE1: hue angle of 234.32º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #828BE1 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB130139225-
CMYK0.420.3800.12
HSL234.32º61.29%69.61%-
HSV(B)234.32º42.22%88.24%-
XYZ32.0328.6575.08-
YUV146.11172.52116.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.32%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 225 (88.28% from 255) = 45.55%
R=26.32%
G=28.14%
B=45.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1301392250.420.3800.12234.3261.2969.61
Hex828BE12A260Cea3d46
Octal202213341524601435275106
Binary10000010100010111110000110101010011001100111010101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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