#856B87

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

Shades of Trendy Pink #856B87

Tints of Trendy Pink #856B87

Color information

#856B87 (or 0x856B87) is unknown color: approx Trendy Pink. HEX triplet: 85, 6B and 87. RGB value is (133,107,135). Sum of RGB (Red+Green+Blue) = 133+107+135=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #856B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856B87 is #7A9478. Grayscale: #757575. Windows color (decimal): -8033401 or 8874885. OLE color: 8874885.

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

Color convert

RGB133107135-
CMYK0.010.2100.47
HSL295.71º11.57%47.45%-
HSV(B)295.71º20.74%52.94%-
XYZ19.317.2525.23-
YUV117.97137.61138.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 135 (53.12% from 255) = 36%
R=35.47%
G=28.53%
B=36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331071350.010.2100.47295.7111.5747.45
Hex856B8711502F128c2f
Octal2051532071250574501457
Binary1000010111010111000011111010101011111001010001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856B87; }

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

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

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

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

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

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

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

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