Html Css Color HEX #82507E Trendy Pink

📋 copy color: '#82507E'

red 130 ◦ green 80 ◦ blue 126

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

Shades of Trendy Pink #82507E

Tints of Trendy Pink #82507E

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 value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#82507E (or 0x82507E) is known color: 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

RGB 130 80 126 -
CMYK 0 0.38 0.03 0.49
HSL 304.8º 0.24% 0.41% -
HSV(B) 304.8º 0.38% 0.51% -
XYZ 15.84 11.99 21.22 -
YUV 100.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 130 80 126 0 0.38 0.03 0.49 304.8 0.24 0.41
Hex 82 50 7E 0 26 3 31 131 18 29
Octal 202 120 176 0 46 3 61 461 30 51
Binary 10000010 1010000 1111110 0 100110 11 110001 100110001 11000 101001

Color Harmonies of #82507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82507E

Black with #82507E

Text Example


Text Example

White with #82507E

Text Example


Text Example

HTML Codes & Css Web 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>