#826683

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

Shades of Trendy Pink #826683

Tints of Trendy Pink #826683

Color information

#826683 (or 0x826683) is unknown color: approx Trendy Pink. HEX triplet: 82, 66 and 83. RGB value is (130,102,131). Sum of RGB (Red+Green+Blue) = 130+102+131=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 131 - color contains mainly: blue. Hex color #826683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826683 is #7D997C. Grayscale: #717171. Windows color (decimal): -8231293 or 8611458. OLE color: 8611458.

HSL color Cylindrical-coordinate representation of color #826683: hue angle of 297.93º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826683 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB130102131-
CMYK0.010.2200.49
HSL297.93º12.45%45.69%-
HSV(B)297.93º22.14%51.37%-
XYZ18.0515.8923.59-
YUV113.68137.78139.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 131 (51.56% from 255) = 36.09%
R=35.81%
G=28.10%
B=36.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301021310.010.2200.49297.9312.4545.69
Hex82668311603112ac2e
Octal2021462031260614521456
Binary1000001011001101000001111011001100011001010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826683; }

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

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

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

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

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

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

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

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