#835485

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

Shades of Trendy Pink #835485

Tints of Trendy Pink #835485

Color information

#835485 (or 0x835485) is unknown color: approx Trendy Pink. HEX triplet: 83, 54 and 85. RGB value is (131,84,133). Sum of RGB (Red+Green+Blue) = 131+84+133=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #835485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835485 is #7CAB7A. Grayscale: #676767. Windows color (decimal): -8170363 or 8737923. OLE color: 8737923.

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

Color convert

RGB13184133-
CMYK0.020.3700.48
HSL297.55º22.58%42.55%-
HSV(B)297.55º36.84%52.16%-
XYZ16.7612.8623.79-
YUV103.64144.57147.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=37.64%
G=24.14%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131841330.020.3700.48297.5522.5842.55
Hex83548522503012a172b
Octal2031242052450604522753
Binary1000001110101001000010110100101011000010010101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835485; }

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

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

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

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

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

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

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

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