#826684

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

Shades of Trendy Pink #826684

Tints of Trendy Pink #826684

Color information

#826684 (or 0x826684) is unknown color: approx Trendy Pink. HEX triplet: 82, 66 and 84. RGB value is (130,102,132). Sum of RGB (Red+Green+Blue) = 130+102+132=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #826684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826684 is #7D997B. Grayscale: #717171. Windows color (decimal): -8231292 or 8676994. OLE color: 8676994.

HSL color Cylindrical-coordinate representation of color #826684: hue angle of 296º 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 #826684 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130102132-
CMYK0.020.2300.48
HSL296º12.82%45.88%-
HSV(B)296º22.73%51.76%-
XYZ18.1215.9123.95-
YUV113.79138.28139.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=35.71%
G=28.02%
B=36.26%

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
Decimal1301021320.020.2300.4829612.8245.88
Hex826684217030128d2e
Octal2021462042270604501556
Binary10000010110011010000100101011101100001001010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826684; }

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

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

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

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

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

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

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

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