#836485

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

Shades of Trendy Pink #836485

Tints of Trendy Pink #836485

Color information

#836485 (or 0x836485) is unknown color: approx Trendy Pink. HEX triplet: 83, 64 and 85. RGB value is (131,100,133). Sum of RGB (Red+Green+Blue) = 131+100+133=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #836485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836485 is #7C9B7A. Grayscale: #707070. Windows color (decimal): -8166267 or 8742019. OLE color: 8742019.

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

Color convert

RGB131100133-
CMYK0.020.2500.48
HSL296.36º14.16%45.69%-
HSV(B)296.36º24.81%52.16%-
XYZ18.1515.6324.25-
YUV113.03139.27140.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=35.99%
G=27.47%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311001330.020.2500.48296.3614.1645.69
Hex836485219030128e2e
Octal2031442052310604501656
Binary10000011110010010000101101100101100001001010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836485; }

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

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

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

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

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

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

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

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