Html Css Color HEX #846D87 Trendy Pink

📋 copy color: '#846D87'

red 132 ◦ green 109 ◦ blue 135

#846D87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #846D87

Tints of Trendy Pink #846D87

RGB

 RED value IS 132 (51.95% from 255) = 35.11%

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 35.11%
G = 28.99%
B = 35.9%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#846D87 (or 0x846D87) is known color: Trendy Pink. HEX triplet: 84, 6D and 87. RGB value is (132,109,135). Sum of RGB (Red+Green+Blue) = 132+109+135=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 135 - color contains mainly: blue. Hex color #846D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846D87 is #7B9278. Grayscale: #767676. Windows color (decimal): -8098425 or 8875396. OLE color: 8875396.

HSL color Cylindrical-coordinate representation of color #846D87: hue angle of 293.08º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846D87 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 109 135 -
CMYK 0.02 0.19 0 0.47
HSL 293.08º 0.11% 0.48% -
HSV(B) 293.08º 0.19% 0.53% -
XYZ 19.36 17.59 25.3 -
YUV 118.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 132 109 135 0.02 0.19 0 0.47 293.08 0.11 0.48
Hex 84 6D 87 2 13 0 2F 125 B 30
Octal 204 155 207 2 23 0 57 445 13 60
Binary 10000100 1101101 10000111 10 10011 0 101111 100100101 1011 110000

Color Harmonies of #846D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846D87

Black with #846D87

Text Example


Text Example

White with #846D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846D87; }

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

 H1.HeaderClassName
 {
   color: #846D87;
 }
 .AnyTagClassName
 {
   color: #846D87;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #846D87;
 }
 .BgClassName
 {
   background-color: #846D87;
 }
</style>

border-color css

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

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

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