Html Css Color HEX #826682 Trendy Pink

📋 copy color: '#826682'

red 130 ◦ green 102 ◦ blue 130

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

Shades of Trendy Pink #826682

Tints of Trendy Pink #826682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 35.91%
G = 28.18%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#826682 (or 0x826682) is known color: Trendy Pink. HEX triplet: 82, 66 and 82. RGB value is (130,102,130). Sum of RGB (Red+Green+Blue) = 130+102+130=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #826682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826682 is #7D997D. Grayscale: #717171. Windows color (decimal): -8231294 or 8545922. OLE color: 8545922.

HSL color Cylindrical-coordinate representation of color #826682: hue angle of 300º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #826682 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 130 -
CMYK 0 0.22 0 0.49
HSL 300º 0.12% 0.45% -
HSV(B) 300º 0.22% 0.51% -
XYZ 17.99 15.86 23.23 -
YUV 113.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 130 102 130 0 0.22 0 0.49 300 0.12 0.45
Hex 82 66 82 0 16 0 31 12C C 2D
Octal 202 146 202 0 26 0 61 454 14 55
Binary 10000010 1100110 10000010 0 10110 0 110001 100101100 1100 101101

Color Harmonies of #826682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826682

Black with #826682

Text Example


Text Example

White with #826682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826682; }

 p { color: rgb(130,102,130); }

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

background-color css

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

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

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

border-color css

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

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

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