Html Css Color HEX #826589 Trendy Pink

📋 copy color: '#826589'

red 130 ◦ green 101 ◦ blue 137

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

Shades of Trendy Pink #826589

Tints of Trendy Pink #826589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 35.33%
G = 27.45%
B = 37.23%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#826589 (or 0x826589) is known color: Trendy Pink. HEX triplet: 82, 65 and 89. RGB value is (130,101,137). Sum of RGB (Red+Green+Blue) = 130+101+137=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #826589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826589 is #7D9A76. Grayscale: #717171. Windows color (decimal): -8231543 or 9004418. OLE color: 9004418.

HSL color Cylindrical-coordinate representation of color #826589: hue angle of 288.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #826589 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 101 137 -
CMYK 0.05 0.26 0 0.46
HSL 288.33º 0.15% 0.47% -
HSV(B) 288.33º 0.26% 0.54% -
XYZ 18.37 15.86 25.76 -
YUV 113.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 130 101 137 0.05 0.26 0 0.46 288.33 0.15 0.47
Hex 82 65 89 5 1A 0 2E 120 F 2F
Octal 202 145 211 5 32 0 56 440 17 57
Binary 10000010 1100101 10001001 101 11010 0 101110 100100000 1111 101111

Color Harmonies of #826589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826589

Black with #826589

Text Example


Text Example

White with #826589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826589; }

 p { color: rgb(130,101,137); }

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

background-color css

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

 a { background-color: rgb(130,101,137); }

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

border-color css

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

 span { border-color: rgb(130,101,137); }

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