#826B87

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

Shades of Trendy Pink #826B87

Tints of Trendy Pink #826B87

Color information

#826B87 (or 0x826B87) is unknown color: approx Trendy Pink. HEX triplet: 82, 6B and 87. RGB value is (130,107,135). Sum of RGB (Red+Green+Blue) = 130+107+135=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #826B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B87 is #7D9478. Grayscale: #747474. Windows color (decimal): -8230009 or 8874882. OLE color: 8874882.

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

Color convert

RGB130107135-
CMYK0.040.2100.47
HSL289.29º11.57%47.45%-
HSV(B)289.29º20.74%52.94%-
XYZ18.8417.0125.21-
YUV117.07138.12137.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=34.95%
G=28.76%
B=36.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301071350.040.2100.47289.2911.5747.45
Hex826B8741502F121c2f
Octal2021532074250574411457
Binary100000101101011100001111001010101011111001000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826B87; }

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

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

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

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

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

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

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

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