#866387

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

Shades of Trendy Pink #866387

Tints of Trendy Pink #866387

Color information

#866387 (or 0x866387) is unknown color: approx Trendy Pink. HEX triplet: 86, 63 and 87. RGB value is (134,99,135). Sum of RGB (Red+Green+Blue) = 134+99+135=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #866387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866387 is #799C78. Grayscale: #717171. Windows color (decimal): -7969913 or 8872838. OLE color: 8872838.

HSL color Cylindrical-coordinate representation of color #866387: hue angle of 298.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866387 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13499135-
CMYK0.010.2700.47
HSL298.33º15.38%45.88%-
HSV(B)298.33º26.67%52.94%-
XYZ18.6715.7424.98-
YUV113.57140.1142.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=36.41%
G=26.90%
B=36.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134991350.010.2700.47298.3315.3845.88
Hex86638711B02F12af2e
Octal2061432071330574521756
Binary1000011011000111000011111101101011111001010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866387; }

 p { color: rgb(134,99,135); }

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

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

 a { background-color: rgb(134,99,135); }

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

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

 span { border-color: rgb(134,99,135); }

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