#87507D

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

Shades of Trendy Pink #87507D

Tints of Trendy Pink #87507D

Color information

#87507D (or 0x87507D) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 7D. RGB value is (135,80,125). Sum of RGB (Red+Green+Blue) = 135+80+125=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87507D is #78AF82. Grayscale: #656565. Windows color (decimal): -7909251 or 8212615. OLE color: 8212615.

HSL color Cylindrical-coordinate representation of color #87507D: hue angle of 310.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87507D is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13580125-
CMYK00.410.070.47
HSL310.91º25.58%42.16%-
HSV(B)310.91º40.74%52.94%-
XYZ16.5612.3720.92-
YUV101.57141.22151.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 80 (31.64% from 255) = 23.53%
BLUE value IS 125 (49.22% from 255) = 36.76%
R=39.71%
G=23.53%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358012500.410.070.47310.9125.5842.16
Hex87507D02972F1371a2a
Octal2071201750517574673252
Binary1000011110100001111101010100111110111110011011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87507D; }

 p { color: rgb(135,80,125); }

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

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

 a { background-color: rgb(135,80,125); }

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

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

 span { border-color: rgb(135,80,125); }

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