Html Css Color HEX #826A87 Trendy Pink

📋 copy color: '#826A87'

red 130 ◦ green 106 ◦ blue 135

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

Shades of Trendy Pink #826A87

Tints of Trendy Pink #826A87

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 35.04%
G = 28.57%
B = 36.39%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#826A87 (or 0x826A87) is known color: Trendy Pink. HEX triplet: 82, 6A and 87. RGB value is (130,106,135). Sum of RGB (Red+Green+Blue) = 130+106+135=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #826A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826A87 is #7D9578. Grayscale: #747474. Windows color (decimal): -8230265 or 8874626. OLE color: 8874626.

HSL color Cylindrical-coordinate representation of color #826A87: hue angle of 289.66º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826A87 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 106 135 -
CMYK 0.04 0.21 0 0.47
HSL 289.66º 0.12% 0.47% -
HSV(B) 289.66º 0.21% 0.53% -
XYZ 18.73 16.8 25.18 -
YUV 116.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 130 106 135 0.04 0.21 0 0.47 289.66 0.12 0.47
Hex 82 6A 87 4 15 0 2F 122 C 2F
Octal 202 152 207 4 25 0 57 442 14 57
Binary 10000010 1101010 10000111 100 10101 0 101111 100100010 1100 101111

Color Harmonies of #826A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A87

Black with #826A87

Text Example


Text Example

White with #826A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,106,135); }

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

background-color css

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

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

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

border-color css

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

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

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