#874E84

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

Shades of Trendy Pink #874E84

Tints of Trendy Pink #874E84

Color information

#874E84 (or 0x874E84) is unknown color: approx Trendy Pink. HEX triplet: 87, 4E and 84. RGB value is (135,78,132). Sum of RGB (Red+Green+Blue) = 135+78+132=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #874E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874E84 is #78B17B. Grayscale: #656565. Windows color (decimal): -7909756 or 8670855. OLE color: 8670855.

HSL color Cylindrical-coordinate representation of color #874E84: hue angle of 303.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874E84 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13578132-
CMYK00.420.020.47
HSL303.16º26.76%41.76%-
HSV(B)303.16º42.22%52.94%-
XYZ16.8812.2723.31-
YUV101.2145.38152.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=39.13%
G=22.61%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357813200.420.020.47303.1626.7641.76
Hex874E8402A22F12f1b2a
Octal2071162040522574573352
Binary1000011110011101000010001010101010111110010111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874E84; }

 p { color: rgb(135,78,132); }

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

<style>
 a { background-color: #874E84; }

 a { background-color: rgb(135,78,132); }

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

<style>
 span { border-color: #874E84; }

 span { border-color: rgb(135,78,132); }

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