#874F88

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

Shades of Trendy Pink #874F88

Tints of Trendy Pink #874F88

Color information

#874F88 (or 0x874F88) is unknown color: approx Trendy Pink. HEX triplet: 87, 4F and 88. RGB value is (135,79,136). Sum of RGB (Red+Green+Blue) = 135+79+136=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #874F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F88 is #78B077. Grayscale: #666666. Windows color (decimal): -7909496 or 8933255. OLE color: 8933255.

HSL color Cylindrical-coordinate representation of color #874F88: hue angle of 298.95º 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 #874F88 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13579136-
CMYK0.010.4200.47
HSL298.95º26.51%42.16%-
HSV(B)298.95º41.91%53.33%-
XYZ17.2312.5224.8-
YUV102.24147.05151.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 79 (31.25% from 255) = 22.57%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=38.57%
G=22.57%
B=38.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135791360.010.4200.47298.9526.5142.16
Hex874F8812A02F12b1b2a
Octal2071172101520574533352
Binary100001111001111100010001101010010111110010101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,136); }

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

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

 a { background-color: rgb(135,79,136); }

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

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

 span { border-color: rgb(135,79,136); }

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