Html Css Color HEX #826B84 Trendy Pink

📋 copy color: '#826B84'

red 130 ◦ green 107 ◦ blue 132

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

Shades of Trendy Pink #826B84

Tints of Trendy Pink #826B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29%

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

R = 35.23%
G = 29%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826B84 (or 0x826B84) is known color: Trendy Pink. HEX triplet: 82, 6B and 84. RGB value is (130,107,132). Sum of RGB (Red+Green+Blue) = 130+107+132=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #826B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826B84 is #7D947B. Grayscale: #747474. Windows color (decimal): -8230012 or 8678274. OLE color: 8678274.

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

Color convert

RGB 130 107 132 -
CMYK 0.02 0.19 0 0.48
HSL 295.2º 0.1% 0.47% -
HSV(B) 295.2º 0.19% 0.52% -
XYZ 18.63 16.93 24.12 -
YUV 116.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 130 107 132 0.02 0.19 0 0.48 295.2 0.1 0.47
Hex 82 6B 84 2 13 0 30 127 A 2F
Octal 202 153 204 2 23 0 60 447 12 57
Binary 10000010 1101011 10000100 10 10011 0 110000 100100111 1010 101111

Color Harmonies of #826B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B84

Black with #826B84

Text Example


Text Example

White with #826B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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