#828BEA

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

Shades of Portage #828BEA

Tints of Portage #828BEA

Color information

#828BEA (or 0x828BEA) is unknown color: approx Portage. HEX triplet: 82, 8B and EA. RGB value is (130,139,234). Sum of RGB (Red+Green+Blue) = 130+139+234=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #828BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828BEA is #7D7415. Grayscale: #929292. Windows color (decimal): -8221718 or 15371138. OLE color: 15371138.

HSL color Cylindrical-coordinate representation of color #828BEA: hue angle of 234.81º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828BEA is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130139234-
CMYK0.440.4100.08
HSL234.81º71.23%71.37%-
HSV(B)234.81º44.44%91.76%-
XYZ33.2929.1581.71-
YUV147.14177.02115.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.84%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 234 (91.80% from 255) = 46.52%
R=25.84%
G=27.63%
B=46.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301392340.440.4100.08234.8171.2371.37
Hex828BEA2C2908eb4747
Octal2022133525451010353107107
Binary100000101000101111101010101100101001010001110101110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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