#865C7F

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

Shades of Trendy Pink #865C7F

Tints of Trendy Pink #865C7F

Color information

#865C7F (or 0x865C7F) is unknown color: approx Trendy Pink. HEX triplet: 86, 5C and 7F. RGB value is (134,92,127). Sum of RGB (Red+Green+Blue) = 134+92+127=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #865C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C7F is #79A380. Grayscale: #6C6C6C. Windows color (decimal): -7971713 or 8346758. OLE color: 8346758.

HSL color Cylindrical-coordinate representation of color #865C7F: hue angle of 310º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C7F is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13492127-
CMYK00.310.050.47
HSL310º18.58%44.31%-
HSV(B)310º31.34%52.55%-
XYZ17.4914.2521.91-
YUV108.55138.41146.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 127 (50% from 255) = 35.98%
R=37.96%
G=26.06%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349212700.310.050.4731018.5844.31
Hex865C7F01F52F136132c
Octal2061341770375574662354
Binary100001101011100111111101111110110111110011011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865C7F; }

 p { color: rgb(134,92,127); }

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

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

 a { background-color: rgb(134,92,127); }

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

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

 span { border-color: rgb(134,92,127); }

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