#828CD4

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

Shades of Portage #828CD4

Tints of Portage #828CD4

Color information

#828CD4 (or 0x828CD4) is unknown color: approx Portage. HEX triplet: 82, 8C and D4. RGB value is (130,140,212). Sum of RGB (Red+Green+Blue) = 130+140+212=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #828CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CD4 is #7D732B. Grayscale: #909090. Windows color (decimal): -8221484 or 13929602. OLE color: 13929602.

HSL color Cylindrical-coordinate representation of color #828CD4: hue angle of 232.68º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828CD4 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB130140212-
CMYK0.390.3400.17
HSL232.68º48.81%67.06%-
HSV(B)232.68º38.68%83.14%-
XYZ30.4728.2666.14-
YUV145.22165.69117.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 212 (83.20% from 255) = 43.98%
R=26.97%
G=29.05%
B=43.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1301402120.390.3400.17232.6848.8167.06
Hex828CD42722011e93143
Octal202214324474202135161103
Binary100000101000110011010100100111100010010001111010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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