#856387

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

Shades of Trendy Pink #856387

Tints of Trendy Pink #856387

Color information

#856387 (or 0x856387) is unknown color: approx Trendy Pink. HEX triplet: 85, 63 and 87. RGB value is (133,99,135). Sum of RGB (Red+Green+Blue) = 133+99+135=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #856387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856387 is #7A9C78. Grayscale: #717171. Windows color (decimal): -8035449 or 8872837. OLE color: 8872837.

HSL color Cylindrical-coordinate representation of color #856387: hue angle of 296.67º 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 #856387 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13399135-
CMYK0.010.2700.47
HSL296.67º15.38%45.88%-
HSV(B)296.67º26.67%52.94%-
XYZ18.5115.6624.97-
YUV113.27140.26142.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=36.24%
G=26.98%
B=36.78%

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
Decimal133991350.010.2700.47296.6715.3845.88
Hex85638711B02F129f2e
Octal2051432071330574511756
Binary1000010111000111000011111101101011111001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856387; }

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

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

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

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

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

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

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

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