#806686

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

Shades of Trendy Pink #806686

Tints of Trendy Pink #806686

Color information

#806686 (or 0x806686) is unknown color: approx Trendy Pink. HEX triplet: 80, 66 and 86. RGB value is (128,102,134). Sum of RGB (Red+Green+Blue) = 128+102+134=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #806686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806686 is #7F9979. Grayscale: #717171. Windows color (decimal): -8362362 or 8808064. OLE color: 8808064.

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

Color convert

RGB128102134-
CMYK0.040.2400.47
HSL288.75º13.56%46.27%-
HSV(B)288.75º23.88%52.55%-
XYZ17.9615.8124.66-
YUV113.42139.61138.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=35.16%
G=28.02%
B=36.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281021340.040.2400.47288.7513.5646.27
Hex80668641802F121e2e
Octal2001462064300574411656
Binary100000001100110100001101001100001011111001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806686; }

 p { color: rgb(128,102,134); }

 H1.HeaderClassName
 {
   color: #806686;
 }
 .AnyTagClassName
 {
   color: #806686;
 }
</style>
background-color css

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

 a { background-color: rgb(128,102,134); }

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

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

 span { border-color: rgb(128,102,134); }

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