#826E85

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

Shades of Trendy Pink #826E85

Tints of Trendy Pink #826E85

Color information

#826E85 (or 0x826E85) is unknown color: approx Trendy Pink. HEX triplet: 82, 6E and 85. RGB value is (130,110,133). Sum of RGB (Red+Green+Blue) = 130+110+133=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #826E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E85 is #7D917A. Grayscale: #767676. Windows color (decimal): -8229243 or 8744578. OLE color: 8744578.

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

Color convert

RGB130110133-
CMYK0.020.1700.48
HSL292.17º9.47%47.65%-
HSV(B)292.17º17.29%52.16%-
XYZ19.0217.5924.58-
YUV118.6136.13136.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=34.85%
G=29.49%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301101330.020.1700.48292.179.4747.65
Hex826E85211030124930
Octal2021562052210604441160
Binary10000010110111010000101101000101100001001001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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