Html Css Color HEX #826688 Trendy Pink

📋 copy color: '#826688'

red 130 ◦ green 102 ◦ blue 136

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

Shades of Trendy Pink #826688

Tints of Trendy Pink #826688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 35.33%
G = 27.72%
B = 36.96%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#826688 (or 0x826688) is known color: Trendy Pink. HEX triplet: 82, 66 and 88. RGB value is (130,102,136). Sum of RGB (Red+Green+Blue) = 130+102+136=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #826688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826688 is #7D9977. Grayscale: #727272. Windows color (decimal): -8231288 or 8939138. OLE color: 8939138.

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

Color convert

RGB 130 102 136 -
CMYK 0.04 0.25 0 0.47
HSL 289.41º 0.14% 0.47% -
HSV(B) 289.41º 0.25% 0.53% -
XYZ 18.4 16.03 25.42 -
YUV 114.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 130 102 136 0.04 0.25 0 0.47 289.41 0.14 0.47
Hex 82 66 88 4 19 0 2F 121 E 2F
Octal 202 146 210 4 31 0 57 441 16 57
Binary 10000010 1100110 10001000 100 11001 0 101111 100100001 1110 101111

Color Harmonies of #826688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826688

Black with #826688

Text Example


Text Example

White with #826688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826688; }

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

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

background-color css

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

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

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

border-color css

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

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

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