#826387

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

Shades of Trendy Pink #826387

Tints of Trendy Pink #826387

Color information

#826387 (or 0x826387) is unknown color: approx Trendy Pink. HEX triplet: 82, 63 and 87. RGB value is (130,99,135). Sum of RGB (Red+Green+Blue) = 130+99+135=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #826387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826387 is #7D9C78. Grayscale: #707070. Windows color (decimal): -8232057 or 8872834. OLE color: 8872834.

HSL color Cylindrical-coordinate representation of color #826387: hue angle of 291.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #826387 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13099135-
CMYK0.040.2700.47
HSL291.67º15.38%45.88%-
HSV(B)291.67º26.67%52.94%-
XYZ18.0415.4224.95-
YUV112.37140.77140.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=35.71%
G=27.20%
B=37.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130991350.040.2700.47291.6715.3845.88
Hex82638741B02F124f2e
Octal2021432074330574441756
Binary100000101100011100001111001101101011111001001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826387; }

 p { color: rgb(130,99,135); }

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

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

 a { background-color: rgb(130,99,135); }

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

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

 span { border-color: rgb(130,99,135); }

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