Html Css Color HEX #826785 Trendy Pink

📋 copy color: '#826785'

red 130 ◦ green 103 ◦ blue 133

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

Shades of Trendy Pink #826785

Tints of Trendy Pink #826785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.14%

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 35.52%
G = 28.14%
B = 36.34%

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

#826785 (or 0x826785) is known color: Trendy Pink. HEX triplet: 82, 67 and 85. RGB value is (130,103,133). Sum of RGB (Red+Green+Blue) = 130+103+133=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #826785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826785 is #7D987A. Grayscale: #727272. Windows color (decimal): -8231035 or 8742786. OLE color: 8742786.

HSL color Cylindrical-coordinate representation of color #826785: hue angle of 294º 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 #826785 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 103 133 -
CMYK 0.02 0.23 0 0.48
HSL 294º 0.13% 0.46% -
HSV(B) 294º 0.23% 0.52% -
XYZ 18.29 16.14 24.34 -
YUV 114.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 130 103 133 0.02 0.23 0 0.48 294 0.13 0.46
Hex 82 67 85 2 17 0 30 126 D 2E
Octal 202 147 205 2 27 0 60 446 15 56
Binary 10000010 1100111 10000101 10 10111 0 110000 100100110 1101 101110

Color Harmonies of #826785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826785

Black with #826785

Text Example


Text Example

White with #826785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826785; }

 p { color: rgb(130,103,133); }

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

background-color css

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

 a { background-color: rgb(130,103,133); }

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

border-color css

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

 span { border-color: rgb(130,103,133); }

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