#86477C

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

Shades of Trendy Pink #86477C

Tints of Trendy Pink #86477C

Color information

#86477C (or 0x86477C) is unknown color: approx Trendy Pink. HEX triplet: 86, 47 and 7C. RGB value is (134,71,124). Sum of RGB (Red+Green+Blue) = 134+71+124=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86477C is #79B883. Grayscale: #5F5F5F. Windows color (decimal): -7977092 or 8144774. OLE color: 8144774.

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

Color convert

RGB13471124-
CMYK00.470.070.47
HSL309.52º30.73%40.2%-
HSV(B)309.52º47.01%52.55%-
XYZ15.7211.0320.37-
YUV95.88143.87155.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=40.73%
G=21.58%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347112400.470.070.47309.5230.7340.2
Hex86477C02F72F1361f28
Octal2061071740577574663750
Binary1000011010001111111100010111111110111110011011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86477C; }

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

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

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

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

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

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

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

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