#865890

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

Shades of Trendy Pink #865890

Tints of Trendy Pink #865890

Color information

#865890 (or 0x865890) is unknown color: approx Trendy Pink. HEX triplet: 86, 58 and 90. RGB value is (134,88,144). Sum of RGB (Red+Green+Blue) = 134+88+144=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #865890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865890 is #79A76F. Grayscale: #6B6B6B. Windows color (decimal): -7972720 or 9459846. OLE color: 9459846.

HSL color Cylindrical-coordinate representation of color #865890: hue angle of 289.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865890 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13488144-
CMYK0.070.3900.44
HSL289.29º24.14%45.49%-
HSV(B)289.29º38.89%56.47%-
XYZ18.3614.0628.13-
YUV108.14148.24146.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=36.61%
G=24.04%
B=39.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134881440.070.3900.44289.2924.1445.49
Hex86589072702C121182d
Octal2061302207470544413055
Binary10000110101100010010000111100111010110010010000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865890; }

 p { color: rgb(134,88,144); }

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

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

 a { background-color: rgb(134,88,144); }

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

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

 span { border-color: rgb(134,88,144); }

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