#865C7D

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

Shades of Trendy Pink #865C7D

Tints of Trendy Pink #865C7D

Color information

#865C7D (or 0x865C7D) is unknown color: approx Trendy Pink. HEX triplet: 86, 5C and 7D. RGB value is (134,92,125). Sum of RGB (Red+Green+Blue) = 134+92+125=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #865C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C7D is #79A382. Grayscale: #6C6C6C. Windows color (decimal): -7971715 or 8215686. OLE color: 8215686.

HSL color Cylindrical-coordinate representation of color #865C7D: hue angle of 312.86º 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 #865C7D is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13492125-
CMYK00.310.070.47
HSL312.86º18.58%44.31%-
HSV(B)312.86º31.34%52.55%-
XYZ17.3614.221.23-
YUV108.32137.41146.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=38.18%
G=26.21%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349212500.310.070.47312.8618.5844.31
Hex865C7D01F72F139132c
Octal2061341750377574712354
Binary100001101011100111110101111111110111110011100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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