#826487

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

Shades of Trendy Pink #826487

Tints of Trendy Pink #826487

Color information

#826487 (or 0x826487) is unknown color: approx Trendy Pink. HEX triplet: 82, 64 and 87. RGB value is (130,100,135). Sum of RGB (Red+Green+Blue) = 130+100+135=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #826487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826487 is #7D9B78. Grayscale: #707070. Windows color (decimal): -8231801 or 8873090. OLE color: 8873090.

HSL color Cylindrical-coordinate representation of color #826487: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826487 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB130100135-
CMYK0.040.2600.47
HSL291.43º14.89%46.08%-
HSV(B)291.43º25.93%52.94%-
XYZ18.1415.6124.98-
YUV112.96140.44140.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=35.62%
G=27.40%
B=36.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301001350.040.2600.47291.4314.8946.08
Hex82648741A02F123f2e
Octal2021442074320574431756
Binary100000101100100100001111001101001011111001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826487; }

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

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

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

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

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

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

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

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