Html Css Color HEX #826887 Trendy Pink

📋 copy color: '#826887'

red 130 ◦ green 104 ◦ blue 135

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

Shades of Trendy Pink #826887

Tints of Trendy Pink #826887

RGB

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

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

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

R = 35.23%
G = 28.18%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#826887 (or 0x826887) is known color: Trendy Pink. HEX triplet: 82, 68 and 87. RGB value is (130,104,135). Sum of RGB (Red+Green+Blue) = 130+104+135=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #826887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826887 is #7D9778. Grayscale: #737373. Windows color (decimal): -8230777 or 8874114. OLE color: 8874114.

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

Color convert

RGB 130 104 135 -
CMYK 0.04 0.23 0 0.47
HSL 290.32º 0.13% 0.47% -
HSV(B) 290.32º 0.23% 0.53% -
XYZ 18.53 16.4 25.11 -
YUV 115.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 130 104 135 0.04 0.23 0 0.47 290.32 0.13 0.47
Hex 82 68 87 4 17 0 2F 122 D 2F
Octal 202 150 207 4 27 0 57 442 15 57
Binary 10000010 1101000 10000111 100 10111 0 101111 100100010 1101 101111

Color Harmonies of #826887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826887

Black with #826887

Text Example


Text Example

White with #826887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826887; }

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

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

background-color css

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

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

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

border-color css

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

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

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