#828ACB

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

Shades of Portage #828ACB

Tints of Portage #828ACB

Color information

#828ACB (or 0x828ACB) is unknown color: approx Portage. HEX triplet: 82, 8A and CB. RGB value is (130,138,203). Sum of RGB (Red+Green+Blue) = 130+138+203=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #828ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACB is #7D7534. Grayscale: #8E8E8E. Windows color (decimal): -8222005 or 13339266. OLE color: 13339266.

HSL color Cylindrical-coordinate representation of color #828ACB: hue angle of 233.42º degrees, saturation: 0.41, 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 #828ACB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130138203-
CMYK0.360.3200.20
HSL233.42º41.24%65.29%-
HSV(B)233.42º35.96%79.61%-
XYZ29.0727.2360.22-
YUV143.02161.85118.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=27.60%
G=29.30%
B=43.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301382030.360.3200.20233.4241.2465.29
Hex828ACB2420014e92941
Octal202212313444002435151101
Binary100000101000101011001011100100100000010100111010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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