#828CCE

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

Shades of Portage #828CCE

Tints of Portage #828CCE

Color information

#828CCE (or 0x828CCE) is unknown color: approx Portage. HEX triplet: 82, 8C and CE. RGB value is (130,140,206). Sum of RGB (Red+Green+Blue) = 130+140+206=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #828CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CCE is #7D7331. Grayscale: #909090. Windows color (decimal): -8221490 or 13536386. OLE color: 13536386.

HSL color Cylindrical-coordinate representation of color #828CCE: hue angle of 232.11º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828CCE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130140206-
CMYK0.370.3200.19
HSL232.11º43.68%65.88%-
HSV(B)232.11º36.89%80.78%-
XYZ29.7227.9662.22-
YUV144.53162.69117.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.31%
GREEN value IS 140 (55.08% from 255) = 29.41%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=27.31%
G=29.41%
B=43.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301402060.370.3200.19232.1143.6865.88
Hex828CCE2520013e82c42
Octal202214316454002335054102
Binary100000101000110011001110100101100000010011111010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,140,206); }

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

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

 a { background-color: rgb(130,140,206); }

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

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

 span { border-color: rgb(130,140,206); }

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