Html Css Color HEX #82507D Trendy Pink

📋 copy color: '#82507D'

red 130 ◦ green 80 ◦ blue 125

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

Shades of Trendy Pink #82507D

Tints of Trendy Pink #82507D

RGB

 RED value IS 130 (51.17% from 255) = 38.81%

 GREEN value IS 80 (31.64% from 255) = 23.88%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 38.81%
G = 23.88%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82507D (or 0x82507D) is known color: Trendy Pink. HEX triplet: 82, 50 and 7D. RGB value is (130,80,125). Sum of RGB (Red+Green+Blue) = 130+80+125=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82507D is #7DAF82. Grayscale: #636363. Windows color (decimal): -8236931 or 8212610. OLE color: 8212610.

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

Color convert

RGB 130 80 125 -
CMYK 0 0.38 0.04 0.49
HSL 306º 0.24% 0.41% -
HSV(B) 306º 0.38% 0.51% -
XYZ 15.78 11.96 20.88 -
YUV 100.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 130 80 125 0 0.38 0.04 0.49 306 0.24 0.41
Hex 82 50 7D 0 26 4 31 132 18 29
Octal 202 120 175 0 46 4 61 462 30 51
Binary 10000010 1010000 1111101 0 100110 100 110001 100110010 11000 101001

Color Harmonies of #82507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82507D

Black with #82507D

Text Example


Text Example

White with #82507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82507D;
 }
 .AnyTagClassName
 {
   color: #82507D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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