#826587

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

Shades of Trendy Pink #826587

Tints of Trendy Pink #826587

Color information

#826587 (or 0x826587) is unknown color: approx Trendy Pink. HEX triplet: 82, 65 and 87. RGB value is (130,101,135). Sum of RGB (Red+Green+Blue) = 130+101+135=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #826587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826587 is #7D9A78. Grayscale: #717171. Windows color (decimal): -8231545 or 8873346. OLE color: 8873346.

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

Color convert

RGB130101135-
CMYK0.040.2500.47
HSL291.18º14.41%46.27%-
HSV(B)291.18º25.19%52.94%-
XYZ18.2315.825.01-
YUV113.55140.11139.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=35.52%
G=27.60%
B=36.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301011350.040.2500.47291.1814.4146.27
Hex82658741902F123e2e
Octal2021452074310574431656
Binary100000101100101100001111001100101011111001000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826587; }

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

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

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

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

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

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

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

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