#826780

Color #826780 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #826780

Tints of Trendy Pink #826780

Color information

#826780 (or 0x826780) is unknown color: approx Trendy Pink. HEX triplet: 82, 67 and 80. RGB value is (130,103,128). Sum of RGB (Red+Green+Blue) = 130+103+128=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #826780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826780 is #7D987F. Grayscale: #717171. Windows color (decimal): -8231040 or 8415106. OLE color: 8415106.

HSL color Cylindrical-coordinate representation of color #826780: hue angle of 304.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826780 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB130103128-
CMYK00.210.020.49
HSL304.44º11.59%45.69%-
HSV(B)304.44º20.77%50.98%-
XYZ17.951622.57-
YUV113.92135.95139.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=36.01%
G=28.53%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010312800.210.020.49304.4411.5945.69
Hex826780015231130c2e
Octal2021472000252614601456
Binary10000010110011110000000010101101100011001100001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826780; }

 p { color: rgb(130,103,128); }

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

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

 a { background-color: rgb(130,103,128); }

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

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

 span { border-color: rgb(130,103,128); }

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