Html Css Color HEX #826884 Trendy Pink

📋 copy color: '#826884'

red 130 ◦ green 104 ◦ blue 132

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

Shades of Trendy Pink #826884

Tints of Trendy Pink #826884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 35.52%
G = 28.42%
B = 36.07%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826884 (or 0x826884) is known color: Trendy Pink. HEX triplet: 82, 68 and 84. RGB value is (130,104,132). Sum of RGB (Red+Green+Blue) = 130+104+132=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #826884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826884 is #7D977B. Grayscale: #727272. Windows color (decimal): -8230780 or 8677506. OLE color: 8677506.

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

Color convert

RGB 130 104 132 -
CMYK 0.02 0.21 0 0.48
HSL 295.71º 0.12% 0.46% -
HSV(B) 295.71º 0.21% 0.52% -
XYZ 18.32 16.31 24.01 -
YUV 114.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 130 104 132 0.02 0.21 0 0.48 295.71 0.12 0.46
Hex 82 68 84 2 15 0 30 128 C 2E
Octal 202 150 204 2 25 0 60 450 14 56
Binary 10000010 1101000 10000100 10 10101 0 110000 100101000 1100 101110

Color Harmonies of #826884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826884

Black with #826884

Text Example


Text Example

White with #826884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826884; }

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

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

background-color css

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

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

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

border-color css

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

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

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