#828ACD

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

Shades of Portage #828ACD

Tints of Portage #828ACD

Color information

#828ACD (or 0x828ACD) is unknown color: approx Portage. HEX triplet: 82, 8A and CD. RGB value is (130,138,205). Sum of RGB (Red+Green+Blue) = 130+138+205=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #828ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ACD is #7D7532. Grayscale: #8E8E8E. Windows color (decimal): -8222003 or 13470338. OLE color: 13470338.

HSL color Cylindrical-coordinate representation of color #828ACD: hue angle of 233.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828ACD is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130138205-
CMYK0.370.3300.20
HSL233.6º42.86%65.69%-
HSV(B)233.6º36.59%80.39%-
XYZ29.3127.3361.49-
YUV143.25162.85118.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.48%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=27.48%
G=29.18%
B=43.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301382050.370.3300.20233.642.8665.69
Hex828ACD2521014ea2b42
Octal202212315454102435253102
Binary100000101000101011001101100101100001010100111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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