#846487

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

Shades of Trendy Pink #846487

Tints of Trendy Pink #846487

Color information

#846487 (or 0x846487) is unknown color: approx Trendy Pink. HEX triplet: 84, 64 and 87. RGB value is (132,100,135). Sum of RGB (Red+Green+Blue) = 132+100+135=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #846487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846487 is #7B9B78. Grayscale: #717171. Windows color (decimal): -8100729 or 8873092. OLE color: 8873092.

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

Color convert

RGB132100135-
CMYK0.020.2600.47
HSL294.86º14.89%46.08%-
HSV(B)294.86º25.93%52.94%-
XYZ18.4515.7724.99-
YUV113.56140.1141.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=35.97%
G=27.25%
B=36.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321001350.020.2600.47294.8614.8946.08
Hex84648721A02F127f2e
Octal2041442072320574471756
Binary10000100110010010000111101101001011111001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846487; }

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

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

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

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

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

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

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

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