#828DEC

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

Shades of Portage #828DEC

Tints of Portage #828DEC

Color information

#828DEC (or 0x828DEC) is unknown color: approx Portage. HEX triplet: 82, 8D and EC. RGB value is (130,141,236). Sum of RGB (Red+Green+Blue) = 130+141+236=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #828DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #828DEC is #7D7213. Grayscale: #949494. Windows color (decimal): -8221204 or 15502722. OLE color: 15502722.

HSL color Cylindrical-coordinate representation of color #828DEC: hue angle of 233.77º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828DEC is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130141236-
CMYK0.450.4000.07
HSL233.77º73.61%71.76%-
HSV(B)233.77º44.92%92.55%-
XYZ33.8729.8583.33-
YUV148.54177.36114.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.64%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=25.64%
G=27.81%
B=46.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301412360.450.4000.07233.7773.6171.76
Hex828DEC2D2807ea4a48
Octal202215354555007352112110
Binary10000010100011011110110010110110100001111110101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,141,236); }

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

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

 a { background-color: rgb(130,141,236); }

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

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

 span { border-color: rgb(130,141,236); }

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