#828FCC

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

Shades of Portage #828FCC

Tints of Portage #828FCC

Color information

#828FCC (or 0x828FCC) is unknown color: approx Portage. HEX triplet: 82, 8F and CC. RGB value is (130,143,204). Sum of RGB (Red+Green+Blue) = 130+143+204=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #828FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828FCC is #7D7033. Grayscale: #919191. Windows color (decimal): -8220724 or 13406082. OLE color: 13406082.

HSL color Cylindrical-coordinate representation of color #828FCC: hue angle of 229.46º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #828FCC is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB130143204-
CMYK0.360.3000.2
HSL229.46º42.05%65.49%-
HSV(B)229.46º36.27%80%-
XYZ29.9328.7561.1-
YUV146.07160.69116.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 42.77%
R=27.25%
G=29.98%
B=42.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1301432040.360.3000.2229.4642.0565.49
Hex828FCC241E014e52a41
Octal202217314443602434552101
Binary10000010100011111100110010010011110010100111001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,204); }

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

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

 a { background-color: rgb(130,143,204); }

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

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

 span { border-color: rgb(130,143,204); }

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