#875790

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

Shades of Trendy Pink #875790

Tints of Trendy Pink #875790

Color information

#875790 (or 0x875790) is unknown color: approx Trendy Pink. HEX triplet: 87, 57 and 90. RGB value is (135,87,144). Sum of RGB (Red+Green+Blue) = 135+87+144=366 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.89% from 366); Green value is 87 (34.38% from 255 or 23.77% 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 #875790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875790 is #78A86F. Grayscale: #6B6B6B. Windows color (decimal): -7907440 or 9459591. OLE color: 9459591.

HSL color Cylindrical-coordinate representation of color #875790: hue angle of 290.53º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875790 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13587144-
CMYK0.060.4000.44
HSL290.53º24.68%45.29%-
HSV(B)290.53º39.58%56.47%-
XYZ18.4313.9828.11-
YUV107.85148.4147.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.89%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=36.89%
G=23.77%
B=39.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135871440.060.4000.44290.5324.6845.29
Hex87579062802C123192d
Octal2071272206500544433155
Binary10000111101011110010000110101000010110010010001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875790; }

 p { color: rgb(135,87,144); }

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

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

 a { background-color: rgb(135,87,144); }

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

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

 span { border-color: rgb(135,87,144); }

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