#836986

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

Shades of Trendy Pink #836986

Tints of Trendy Pink #836986

Color information

#836986 (or 0x836986) is unknown color: approx Trendy Pink. HEX triplet: 83, 69 and 86. RGB value is (131,105,134). Sum of RGB (Red+Green+Blue) = 131+105+134=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: blue. Hex color #836986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836986 is #7C9679. Grayscale: #737373. Windows color (decimal): -8164986 or 8808835. OLE color: 8808835.

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

Color convert

RGB131105134-
CMYK0.020.2200.47
HSL293.79º12.13%46.86%-
HSV(B)293.79º21.64%52.55%-
XYZ18.7116.6524.78-
YUV116.08138.11138.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=35.41%
G=28.38%
B=36.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311051340.020.2200.47293.7912.1346.86
Hex83698621602F126c2f
Octal2031512062260574461457
Binary10000011110100110000110101011001011111001001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836986; }

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

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

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

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

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

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

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

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