#828BD7

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

Shades of Portage #828BD7

Tints of Portage #828BD7

Color information

#828BD7 (or 0x828BD7) is unknown color: approx Portage. HEX triplet: 82, 8B and D7. RGB value is (130,139,215). Sum of RGB (Red+Green+Blue) = 130+139+215=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #828BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BD7 is #7D7428. Grayscale: #909090. Windows color (decimal): -8221737 or 14125954. OLE color: 14125954.

HSL color Cylindrical-coordinate representation of color #828BD7: hue angle of 233.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #828BD7 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB130139215-
CMYK0.400.3500.16
HSL233.65º51.52%67.65%-
HSV(B)233.65º39.53%84.31%-
XYZ30.728.1268.1-
YUV144.97167.52117.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 215 (84.38% from 255) = 44.42%
R=26.86%
G=28.72%
B=44.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1301392150.400.3500.16233.6551.5267.65
Hex828BD72823010ea3444
Octal202213327504302035264104
Binary100000101000101111010111101000100011010000111010101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,139,215); }

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

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

 a { background-color: rgb(130,139,215); }

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

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

 span { border-color: rgb(130,139,215); }

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