#835486

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

Shades of Trendy Pink #835486

Tints of Trendy Pink #835486

Color information

#835486 (or 0x835486) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 86. RGB value is (131,84,134). Sum of RGB (Red+Green+Blue) = 131+84+134=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #835486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835486 is #7CAB79. Grayscale: #676767. Windows color (decimal): -8170362 or 8803459. OLE color: 8803459.

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

Color convert

RGB13184134-
CMYK0.020.3700.47
HSL296.4º22.94%42.75%-
HSV(B)296.4º37.31%52.55%-
XYZ16.8312.8924.15-
YUV103.75145.07147.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 134 (52.73% from 255) = 38.40%
R=37.54%
G=24.07%
B=38.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131841340.020.3700.47296.422.9442.75
Hex83548622502F128172b
Octal2031242062450574502753
Binary1000001110101001000011010100101010111110010100010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835486; }

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

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

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

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

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

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

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

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