#865D7C

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

Shades of Trendy Pink #865D7C

Tints of Trendy Pink #865D7C

Color information

#865D7C (or 0x865D7C) is unknown color: approx Trendy Pink. HEX triplet: 86, 5D and 7C. RGB value is (134,93,124). Sum of RGB (Red+Green+Blue) = 134+93+124=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #865D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D7C is #79A283. Grayscale: #6C6C6C. Windows color (decimal): -7971460 or 8150406. OLE color: 8150406.

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

Color convert

RGB13493124-
CMYK00.310.070.47
HSL314.63º18.06%44.51%-
HSV(B)314.63º30.6%52.55%-
XYZ17.3814.3520.92-
YUV108.79136.58145.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=38.18%
G=26.50%
B=35.33%

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
Decimal1349312400.310.070.47314.6318.0644.51
Hex865D7C01F72F13b122d
Octal2061351740377574732255
Binary100001101011101111110001111111110111110011101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,124); }

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

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

 a { background-color: rgb(134,93,124); }

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

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

 span { border-color: rgb(134,93,124); }

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