Html Css Color HEX #826689 Trendy Pink

📋 copy color: '#826689'

red 130 ◦ green 102 ◦ blue 137

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

Shades of Trendy Pink #826689

Tints of Trendy Pink #826689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 35.23%
G = 27.64%
B = 37.13%

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

#826689 (or 0x826689) is known color: Trendy Pink. HEX triplet: 82, 66 and 89. RGB value is (130,102,137). Sum of RGB (Red+Green+Blue) = 130+102+137=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #826689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826689 is #7D9976. Grayscale: #727272. Windows color (decimal): -8231287 or 9004674. OLE color: 9004674.

HSL color Cylindrical-coordinate representation of color #826689: hue angle of 288º 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 #826689 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 102 137 -
CMYK 0.05 0.26 0 0.46
HSL 288º 0.15% 0.47% -
HSV(B) 288º 0.26% 0.54% -
XYZ 18.47 16.05 25.79 -
YUV 114.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 130 102 137 0.05 0.26 0 0.46 288 0.15 0.47
Hex 82 66 89 5 1A 0 2E 120 F 2F
Octal 202 146 211 5 32 0 56 440 17 57
Binary 10000010 1100110 10001001 101 11010 0 101110 100100000 1111 101111

Color Harmonies of #826689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826689

Black with #826689

Text Example


Text Example

White with #826689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826689; }

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

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

background-color css

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

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

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

border-color css

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

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

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