#82507E

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

Shades of Trendy Pink #82507E

Tints of Trendy Pink #82507E

Color information

#82507E (or 0x82507E) is unknown color: approx Trendy Pink. HEX triplet: 82, 50 and 7E. RGB value is (130,80,126). Sum of RGB (Red+Green+Blue) = 130+80+126=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82507E is #7DAF81. Grayscale: #646464. Windows color (decimal): -8236930 or 8278146. OLE color: 8278146.

HSL color Cylindrical-coordinate representation of color #82507E: hue angle of 304.8º 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 #82507E is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB13080126-
CMYK00.380.030.49
HSL304.8º23.81%41.18%-
HSV(B)304.8º38.46%50.98%-
XYZ15.8411.9921.22-
YUV100.19142.56149.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=38.69%
G=23.81%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308012600.380.030.49304.823.8141.18
Hex82507E0263311311829
Octal2021201760463614613051
Binary100000101010000111111001001101111000110011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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