#82507F

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

Shades of Trendy Pink #82507F

Tints of Trendy Pink #82507F

Color information

#82507F (or 0x82507F) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 7F. RGB value is (130,80,127). Sum of RGB (Red+Green+Blue) = 130+80+127=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82507F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82507F is #7DAF80. Grayscale: #646464. Windows color (decimal): -8236929 or 8343682. OLE color: 8343682.

HSL color Cylindrical-coordinate representation of color #82507F: hue angle of 303.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82507F is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13080127-
CMYK00.380.020.49
HSL303.6º23.81%41.18%-
HSV(B)303.6º38.46%50.98%-
XYZ15.9112.0221.56-
YUV100.31143.06149.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.58%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 127 (50% from 255) = 37.69%
R=38.58%
G=23.74%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308012700.380.020.49303.623.8141.18
Hex82507F0262311301829
Octal2021201770462614603051
Binary100000101010000111111101001101011000110011000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82507F; }

 p { color: rgb(130,80,127); }

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

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

 a { background-color: rgb(130,80,127); }

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

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

 span { border-color: rgb(130,80,127); }

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