#87457B

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

Shades of Trendy Pink #87457B

Tints of Trendy Pink #87457B

Color information

#87457B (or 0x87457B) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 7B. RGB value is (135,69,123). Sum of RGB (Red+Green+Blue) = 135+69+123=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 135 - color contains mainly: red. Hex color #87457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87457B is #78BA84. Grayscale: #5E5E5E. Windows color (decimal): -7912069 or 8078727. OLE color: 8078727.

HSL color Cylindrical-coordinate representation of color #87457B: hue angle of 310.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87457B is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13569123-
CMYK00.490.090.47
HSL310.91º32.35%40%-
HSV(B)310.91º48.89%52.94%-
XYZ15.6910.8420-
YUV94.89143.87156.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=41.28%
G=21.10%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356912300.490.090.47310.9132.3540
Hex87457B03192F1372028
Octal20710517306111574674050
Binary100001111000101111101101100011001101111100110111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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