#826B84

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

Shades of Trendy Pink #826B84

Tints of Trendy Pink #826B84

Color information

#826B84 (or 0x826B84) is unknown color: approx Trendy Pink. HEX triplet: 82, 6B and 84. RGB value is (130,107,132). Sum of RGB (Red+Green+Blue) = 130+107+132=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #826B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B84 is #7D947B. Grayscale: #747474. Windows color (decimal): -8230012 or 8678274. OLE color: 8678274.

HSL color Cylindrical-coordinate representation of color #826B84: hue angle of 295.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #826B84 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130107132-
CMYK0.020.1900.48
HSL295.2º10.46%46.86%-
HSV(B)295.2º18.94%51.76%-
XYZ18.6316.9324.12-
YUV116.73136.62137.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.23%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=35.23%
G=29.00%
B=35.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301071320.020.1900.48295.210.4646.86
Hex826B84213030127a2f
Octal2021532042230604471257
Binary10000010110101110000100101001101100001001001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826B84; }

 p { color: rgb(130,107,132); }

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

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

 a { background-color: rgb(130,107,132); }

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

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

 span { border-color: rgb(130,107,132); }

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