#856689

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

Shades of Trendy Pink #856689

Tints of Trendy Pink #856689

Color information

#856689 (or 0x856689) is unknown color: approx Trendy Pink. HEX triplet: 85, 66 and 89. RGB value is (133,102,137). Sum of RGB (Red+Green+Blue) = 133+102+137=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 137 - color contains mainly: blue. Hex color #856689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856689 is #7A9976. Grayscale: #737373. Windows color (decimal): -8034679 or 9004677. OLE color: 9004677.

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

Color convert

RGB133102137-
CMYK0.030.2600.46
HSL293.14º14.64%46.86%-
HSV(B)293.14º25.55%53.73%-
XYZ18.9416.325.81-
YUV115.26140.27140.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 137 (53.91% from 255) = 36.83%
R=35.75%
G=27.42%
B=36.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1331021370.030.2600.46293.1414.6446.86
Hex85668931A02E125f2f
Octal2051462113320564451757
Binary10000101110011010001001111101001011101001001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856689; }

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

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

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

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

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

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

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

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