#835487

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

Shades of Trendy Pink #835487

Tints of Trendy Pink #835487

Color information

#835487 (or 0x835487) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 87. RGB value is (131,84,135). Sum of RGB (Red+Green+Blue) = 131+84+135=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #835487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835487 is #7CAB78. Grayscale: #676767. Windows color (decimal): -8170361 or 8868995. OLE color: 8868995.

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

Color convert

RGB13184135-
CMYK0.030.3800.47
HSL295.29º23.29%42.94%-
HSV(B)295.29º37.78%52.94%-
XYZ16.912.9224.52-
YUV103.87145.57147.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=37.43%
G=24%
B=38.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131841350.030.3800.47295.2923.2942.94
Hex83548732602F127172b
Octal2031242073460574472753
Binary1000001110101001000011111100110010111110010011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835487; }

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

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

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

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

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

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

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

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