Html Css Color HEX #826E84 Trendy Pink

📋 copy color: '#826E84'

red 130 ◦ green 110 ◦ blue 132

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

Shades of Trendy Pink #826E84

Tints of Trendy Pink #826E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 34.95%
G = 29.57%
B = 35.48%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826E84 (or 0x826E84) is known color: Trendy Pink. HEX triplet: 82, 6E and 84. RGB value is (130,110,132). Sum of RGB (Red+Green+Blue) = 130+110+132=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 132 - color contains mainly: blue. Hex color #826E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826E84 is #7D917B. Grayscale: #767676. Windows color (decimal): -8229244 or 8679042. OLE color: 8679042.

HSL color Cylindrical-coordinate representation of color #826E84: hue angle of 294.55º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #826E84 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 110 132 -
CMYK 0.02 0.17 0 0.48
HSL 294.55º 0.09% 0.47% -
HSV(B) 294.55º 0.17% 0.52% -
XYZ 18.95 17.56 24.22 -
YUV 118.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 130 110 132 0.02 0.17 0 0.48 294.55 0.09 0.47
Hex 82 6E 84 2 11 0 30 127 9 2F
Octal 202 156 204 2 21 0 60 447 11 57
Binary 10000010 1101110 10000100 10 10001 0 110000 100100111 1001 101111

Color Harmonies of #826E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826E84

Black with #826E84

Text Example


Text Example

White with #826E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826E84; }

 p { color: rgb(130,110,132); }

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

background-color css

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

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

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

border-color css

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

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

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