#864D7D

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

Shades of Trendy Pink #864D7D

Tints of Trendy Pink #864D7D

Color information

#864D7D (or 0x864D7D) is unknown color: approx Trendy Pink. HEX triplet: 86, 4D and 7D. RGB value is (134,77,125). Sum of RGB (Red+Green+Blue) = 134+77+125=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #864D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D7D is #79B282. Grayscale: #636363. Windows color (decimal): -7975555 or 8211846. OLE color: 8211846.

HSL color Cylindrical-coordinate representation of color #864D7D: hue angle of 309.47º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D7D is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13477125-
CMYK00.430.070.47
HSL309.47º27.01%41.37%-
HSV(B)309.47º42.54%52.55%-
XYZ16.1911.8620.84-
YUV99.51142.38152.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=39.88%
G=22.92%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347712500.430.070.47309.4727.0141.37
Hex864D7D02B72F1351b29
Octal2061151750537574653351
Binary1000011010011011111101010101111110111110011010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864D7D; }

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

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

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

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

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

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

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

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