#87507E

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

Shades of Trendy Pink #87507E

Tints of Trendy Pink #87507E

Color information

#87507E (or 0x87507E) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 7E. RGB value is (135,80,126). Sum of RGB (Red+Green+Blue) = 135+80+126=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87507E is #78AF81. Grayscale: #656565. Windows color (decimal): -7909250 or 8278151. OLE color: 8278151.

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

Color convert

RGB13580126-
CMYK00.410.070.47
HSL309.82º25.58%42.16%-
HSV(B)309.82º40.74%52.94%-
XYZ16.6312.3921.25-
YUV101.69141.72151.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=39.59%
G=23.46%
B=36.95%

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
Decimal1358012600.410.070.47309.8225.5842.16
Hex87507E02972F1361a2a
Octal2071201760517574663252
Binary1000011110100001111110010100111110111110011011011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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