#865388

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

Shades of Trendy Pink #865388

Tints of Trendy Pink #865388

Color information

#865388 (or 0x865388) is unknown color: approx Trendy Pink. HEX triplet: 86, 53 and 88. RGB value is (134,83,136). Sum of RGB (Red+Green+Blue) = 134+83+136=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #865388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865388 is #79AC77. Grayscale: #686868. Windows color (decimal): -7974008 or 8934278. OLE color: 8934278.

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

Color convert

RGB13483136-
CMYK0.010.3900.47
HSL297.74º24.2%42.94%-
HSV(B)297.74º38.97%53.33%-
XYZ17.3713.0324.89-
YUV104.29145.9149.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=37.96%
G=23.51%
B=38.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134831360.010.3900.47297.7424.242.94
Hex86538812702F12a182b
Octal2061232101470574523053
Binary100001101010011100010001100111010111110010101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865388; }

 p { color: rgb(134,83,136); }

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

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

 a { background-color: rgb(134,83,136); }

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

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

 span { border-color: rgb(134,83,136); }

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