#87507F

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

Shades of Trendy Pink #87507F

Tints of Trendy Pink #87507F

Color information

#87507F (or 0x87507F) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 7F. RGB value is (135,80,127). Sum of RGB (Red+Green+Blue) = 135+80+127=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87507F is #78AF80. Grayscale: #656565. Windows color (decimal): -7909249 or 8343687. OLE color: 8343687.

HSL color Cylindrical-coordinate representation of color #87507F: hue angle of 308.73º 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 #87507F is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13580127-
CMYK00.410.060.47
HSL308.73º25.58%42.16%-
HSV(B)308.73º40.74%52.94%-
XYZ16.6912.4221.6-
YUV101.8142.22151.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 127 (50% from 255) = 37.13%
R=39.47%
G=23.39%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358012700.410.060.47308.7325.5842.16
Hex87507F02962F1351a2a
Octal2071201770516574653252
Binary1000011110100001111111010100111010111110011010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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