#826785

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

Shades of Trendy Pink #826785

Tints of Trendy Pink #826785

Color information

#826785 (or 0x826785) is unknown color: approx Trendy Pink. HEX triplet: 82, 67 and 85. RGB value is (130,103,133). Sum of RGB (Red+Green+Blue) = 130+103+133=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #826785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826785 is #7D987A. Grayscale: #727272. Windows color (decimal): -8231035 or 8742786. OLE color: 8742786.

HSL color Cylindrical-coordinate representation of color #826785: hue angle of 294º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #826785 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130103133-
CMYK0.020.2300.48
HSL294º12.71%46.27%-
HSV(B)294º22.56%52.16%-
XYZ18.2916.1424.34-
YUV114.49138.45139.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=35.52%
G=28.14%
B=36.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301031330.020.2300.4829412.7146.27
Hex826785217030126d2e
Octal2021472052270604461556
Binary10000010110011110000101101011101100001001001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826785; }

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

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

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

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

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

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

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

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