Html Css Color HEX #826485 Trendy Pink

📋 copy color: '#826485'

red 130 ◦ green 100 ◦ blue 133

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

Shades of Trendy Pink #826485

Tints of Trendy Pink #826485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 35.81%
G = 27.55%
B = 36.64%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#826485 (or 0x826485) is known color: Trendy Pink. HEX triplet: 82, 64 and 85. RGB value is (130,100,133). Sum of RGB (Red+Green+Blue) = 130+100+133=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #826485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826485 is #7D9B7A. Grayscale: #707070. Windows color (decimal): -8231803 or 8742018. OLE color: 8742018.

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

Color convert

RGB 130 100 133 -
CMYK 0.02 0.25 0 0.48
HSL 294.55º 0.14% 0.46% -
HSV(B) 294.55º 0.25% 0.52% -
XYZ 18 15.55 24.24 -
YUV 112.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 130 100 133 0.02 0.25 0 0.48 294.55 0.14 0.46
Hex 82 64 85 2 19 0 30 127 E 2E
Octal 202 144 205 2 31 0 60 447 16 56
Binary 10000010 1100100 10000101 10 11001 0 110000 100100111 1110 101110

Color Harmonies of #826485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826485

Black with #826485

Text Example


Text Example

White with #826485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826485; }

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

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

background-color css

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

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

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

border-color css

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

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

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