#826688

Color #826688 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #826688

Tints of Trendy Pink #826688

Color information

#826688 (or 0x826688) is unknown color: approx 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

RGB130102136-
CMYK0.040.2500.47
HSL289.41º14.29%46.67%-
HSV(B)289.41º25%53.33%-
XYZ18.416.0325.42-
YUV114.25140.28139.24-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301021360.040.2500.47289.4114.2946.67
Hex82668841902F121e2f
Octal2021462104310574411657
Binary100000101100110100010001001100101011111001000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>