#84698B

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

Shades of Trendy Pink #84698B

Tints of Trendy Pink #84698B

Color information

#84698B (or 0x84698B) is unknown color: approx Trendy Pink. HEX triplet: 84, 69 and 8B. RGB value is (132,105,139). Sum of RGB (Red+Green+Blue) = 132+105+139=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #84698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84698B is #7B9674. Grayscale: #747474. Windows color (decimal): -8099445 or 9136516. OLE color: 9136516.

HSL color Cylindrical-coordinate representation of color #84698B: hue angle of 287.65º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84698B is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132105139-
CMYK0.050.2400.45
HSL287.65º13.93%47.84%-
HSV(B)287.65º24.46%54.51%-
XYZ19.2316.8726.67-
YUV116.95140.45138.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=35.11%
G=27.93%
B=36.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321051390.050.2400.45287.6513.9347.84
Hex84698B51802D120e30
Octal2041512135300554401660
Binary100001001101001100010111011100001011011001000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84698B; }

 p { color: rgb(132,105,139); }

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

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

 a { background-color: rgb(132,105,139); }

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

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

 span { border-color: rgb(132,105,139); }

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