#87407E

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

Shades of Trendy Pink #87407E

Tints of Trendy Pink #87407E

Color information

#87407E (or 0x87407E) is unknown color: approx Trendy Pink. HEX triplet: 87, 40 and 7E. RGB value is (135,64,126). Sum of RGB (Red+Green+Blue) = 135+64+126=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407E is #78BF81. Grayscale: #5C5C5C. Windows color (decimal): -7913346 or 8274055. OLE color: 8274055.

HSL color Cylindrical-coordinate representation of color #87407E: hue angle of 307.61º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87407E is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13564126-
CMYK00.530.070.47
HSL307.61º35.68%39.02%-
HSV(B)307.61º52.59%52.94%-
XYZ15.5910.3220.91-
YUV92.3147.02158.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=41.54%
G=19.69%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356412600.530.070.47307.6135.6839.02
Hex87407E03572F1342427
Octal2071001760657574644447
Binary10000111100000011111100110101111101111100110100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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