#826884

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

Shades of Trendy Pink #826884

Tints of Trendy Pink #826884

Color information

#826884 (or 0x826884) is unknown color: approx Trendy Pink. HEX triplet: 82, 68 and 84. RGB value is (130,104,132). Sum of RGB (Red+Green+Blue) = 130+104+132=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #826884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826884 is #7D977B. Grayscale: #727272. Windows color (decimal): -8230780 or 8677506. OLE color: 8677506.

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

Color convert

RGB130104132-
CMYK0.020.2100.48
HSL295.71º11.86%46.27%-
HSV(B)295.71º21.21%51.76%-
XYZ18.3216.3124.01-
YUV114.97137.61138.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=35.52%
G=28.42%
B=36.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301041320.020.2100.48295.7111.8646.27
Hex826884215030128c2e
Octal2021502042250604501456
Binary10000010110100010000100101010101100001001010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826884; }

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

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

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

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

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

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

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

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