#826485

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

Shades of Trendy Pink #826485

Tints of Trendy Pink #826485

Color information

#826485 (or 0x826485) is unknown color: approx Trendy Pink. HEX triplet: 82, 64 and 85. RGB value is (130,100,133). Sum of RGB (Red+Green+Blue) = 130+100+133=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #826485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826485 is #7D9B7A. Grayscale: #707070. Windows color (decimal): -8231803 or 8742018. OLE color: 8742018.

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

Color convert

RGB130100133-
CMYK0.020.2500.48
HSL294.55º14.16%45.69%-
HSV(B)294.55º24.81%52.16%-
XYZ1815.5524.24-
YUV112.73139.44140.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 133 (52.34% from 255) = 36.64%
R=35.81%
G=27.55%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301001330.020.2500.48294.5514.1645.69
Hex826485219030127e2e
Octal2021442052310604471656
Binary10000010110010010000101101100101100001001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826485; }

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

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

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

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

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

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

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

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