#836686

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

Shades of Trendy Pink #836686

Tints of Trendy Pink #836686

Color information

#836686 (or 0x836686) is unknown color: approx Trendy Pink. HEX triplet: 83, 66 and 86. RGB value is (131,102,134). Sum of RGB (Red+Green+Blue) = 131+102+134=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #836686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836686 is #7C9979. Grayscale: #727272. Windows color (decimal): -8165754 or 8808067. OLE color: 8808067.

HSL color Cylindrical-coordinate representation of color #836686: hue angle of 294.38º 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 #836686 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131102134-
CMYK0.020.2400.47
HSL294.38º13.56%46.27%-
HSV(B)294.38º23.88%52.55%-
XYZ18.4116.0524.68-
YUV114.32139.11139.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.69%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=35.69%
G=27.79%
B=36.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311021340.020.2400.47294.3813.5646.27
Hex83668621802F126e2e
Octal2031462062300574461656
Binary10000011110011010000110101100001011111001001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836686; }

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

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

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

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

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

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

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

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