#856789

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

Shades of Trendy Pink #856789

Tints of Trendy Pink #856789

Color information

#856789 (or 0x856789) is unknown color: approx Trendy Pink. HEX triplet: 85, 67 and 89. RGB value is (133,103,137). Sum of RGB (Red+Green+Blue) = 133+103+137=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 137 - color contains mainly: blue. Hex color #856789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856789 is #7A9876. Grayscale: #737373. Windows color (decimal): -8034423 or 9004933. OLE color: 9004933.

HSL color Cylindrical-coordinate representation of color #856789: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856789 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB133103137-
CMYK0.030.2500.46
HSL292.94º14.17%47.06%-
HSV(B)292.94º24.82%53.73%-
XYZ19.0416.4925.85-
YUV115.85139.94140.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=35.66%
G=27.61%
B=36.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331031370.030.2500.46292.9414.1747.06
Hex85678931902E125e2f
Octal2051472113310564451657
Binary10000101110011110001001111100101011101001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856789; }

 p { color: rgb(133,103,137); }

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

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

 a { background-color: rgb(133,103,137); }

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

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

 span { border-color: rgb(133,103,137); }

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