#874B8B

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

Shades of Trendy Pink #874B8B

Tints of Trendy Pink #874B8B

Color information

#874B8B (or 0x874B8B) is unknown color: approx Trendy Pink. HEX triplet: 87, 4B and 8B. RGB value is (135,75,139). Sum of RGB (Red+Green+Blue) = 135+75+139=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #874B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874B8B is #78B474. Grayscale: #646464. Windows color (decimal): -7910517 or 9128839. OLE color: 9128839.

HSL color Cylindrical-coordinate representation of color #874B8B: hue angle of 296.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #874B8B is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13575139-
CMYK0.030.4600.45
HSL296.25º29.91%41.96%-
HSV(B)296.25º46.04%54.51%-
XYZ17.1712.0525.85-
YUV100.24149.88152.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=38.68%
G=21.49%
B=39.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135751390.030.4600.45296.2529.9141.96
Hex874B8B32E02D1281e2a
Octal2071132133560554503652
Binary1000011110010111000101111101110010110110010100011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,139); }

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

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

 a { background-color: rgb(135,75,139); }

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

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

 span { border-color: rgb(135,75,139); }

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