Html Css Color HEX #826684 Trendy Pink

📋 copy color: '#826684'

red 130 ◦ green 102 ◦ blue 132

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

Shades of Trendy Pink #826684

Tints of Trendy Pink #826684

RGB

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

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

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

R = 35.71%
G = 28.02%
B = 36.26%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826684 (or 0x826684) is known color: Trendy Pink. HEX triplet: 82, 66 and 84. RGB value is (130,102,132). Sum of RGB (Red+Green+Blue) = 130+102+132=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: blue. Hex color #826684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826684 is #7D997B. Grayscale: #717171. Windows color (decimal): -8231292 or 8676994. OLE color: 8676994.

HSL color Cylindrical-coordinate representation of color #826684: hue angle of 296º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #826684 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 102 132 -
CMYK 0.02 0.23 0 0.48
HSL 296º 0.13% 0.46% -
HSV(B) 296º 0.23% 0.52% -
XYZ 18.12 15.91 23.95 -
YUV 113.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 130 102 132 0.02 0.23 0 0.48 296 0.13 0.46
Hex 82 66 84 2 17 0 30 128 D 2E
Octal 202 146 204 2 27 0 60 450 15 56
Binary 10000010 1100110 10000100 10 10111 0 110000 100101000 1101 101110

Color Harmonies of #826684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826684

Black with #826684

Text Example


Text Example

White with #826684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826684; }

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

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

background-color css

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

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

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

border-color css

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

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

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