#828ACF

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

Shades of Portage #828ACF

Tints of Portage #828ACF

Color information

#828ACF (or 0x828ACF) is unknown color: approx Portage. HEX triplet: 82, 8A and CF. RGB value is (130,138,207). Sum of RGB (Red+Green+Blue) = 130+138+207=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #828ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACF is #7D7530. Grayscale: #8F8F8F. Windows color (decimal): -8222001 or 13601410. OLE color: 13601410.

HSL color Cylindrical-coordinate representation of color #828ACF: hue angle of 233.77º degrees, saturation: 0.45, 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 #828ACF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB130138207-
CMYK0.370.3300.19
HSL233.77º44.51%66.08%-
HSV(B)233.77º37.2%81.18%-
XYZ29.5627.4362.77-
YUV143.47163.85118.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.37%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=27.37%
G=29.05%
B=43.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1301382070.370.3300.19233.7744.5166.08
Hex828ACF2521013ea2d42
Octal202212317454102335255102
Binary100000101000101011001111100101100001010011111010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,138,207); }

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

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

 a { background-color: rgb(130,138,207); }

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

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

 span { border-color: rgb(130,138,207); }

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