#84507E

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

Shades of Trendy Pink #84507E

Tints of Trendy Pink #84507E

Color information

#84507E (or 0x84507E) is unknown color: approx Trendy Pink. HEX triplet: 84, 50 and 7E. RGB value is (132,80,126). Sum of RGB (Red+Green+Blue) = 132+80+126=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84507E is #7BAF81. Grayscale: #646464. Windows color (decimal): -8105858 or 8278148. OLE color: 8278148.

HSL color Cylindrical-coordinate representation of color #84507E: hue angle of 306.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84507E is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13280126-
CMYK00.390.050.48
HSL306.92º24.53%41.57%-
HSV(B)306.92º39.39%51.76%-
XYZ16.1512.1521.23-
YUV100.79142.23150.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 126 (49.61% from 255) = 37.28%
R=39.05%
G=23.67%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328012600.390.050.48306.9224.5341.57
Hex84507E027530133192a
Octal2041201760475604633152
Binary1000010010100001111110010011110111000010011001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84507E; }

 p { color: rgb(132,80,126); }

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

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

 a { background-color: rgb(132,80,126); }

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

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

 span { border-color: rgb(132,80,126); }

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