#874682

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

Shades of Trendy Pink #874682

Tints of Trendy Pink #874682

Color information

#874682 (or 0x874682) is unknown color: approx Trendy Pink. HEX triplet: 87, 46 and 82. RGB value is (135,70,130). Sum of RGB (Red+Green+Blue) = 135+70+130=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #874682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874682 is #78B97D. Grayscale: #606060. Windows color (decimal): -7911806 or 8537735. OLE color: 8537735.

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

Color convert

RGB13570130-
CMYK00.480.040.47
HSL304.62º31.71%40.2%-
HSV(B)304.62º48.15%52.94%-
XYZ16.2111.1422.42-
YUV96.27147.03155.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=40.30%
G=20.90%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357013000.480.040.47304.6231.7140.2
Hex87468203042F1312028
Octal2071062020604574614050
Binary100001111000110100000100110000100101111100110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874682; }

 p { color: rgb(135,70,130); }

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

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

 a { background-color: rgb(135,70,130); }

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

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

 span { border-color: rgb(135,70,130); }

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