#87507B

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

Shades of Trendy Pink #87507B

Tints of Trendy Pink #87507B

Color information

#87507B (or 0x87507B) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 7B. RGB value is (135,80,123). Sum of RGB (Red+Green+Blue) = 135+80+123=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87507B is #78AF84. Grayscale: #656565. Windows color (decimal): -7909253 or 8081543. OLE color: 8081543.

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

Color convert

RGB13580123-
CMYK00.410.090.47
HSL313.09º25.58%42.16%-
HSV(B)313.09º40.74%52.94%-
XYZ16.4412.3220.25-
YUV101.35140.22152-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=39.94%
G=23.67%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358012300.410.090.47313.0925.5842.16
Hex87507B02992F1391a2a
Octal20712017305111574713252
Binary10000111101000011110110101001100110111110011100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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