#836685

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

Shades of Trendy Pink #836685

Tints of Trendy Pink #836685

Color information

#836685 (or 0x836685) is unknown color: approx Trendy Pink. HEX triplet: 83, 66 and 85. RGB value is (131,102,133). Sum of RGB (Red+Green+Blue) = 131+102+133=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #836685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836685 is #7C997A. Grayscale: #727272. Windows color (decimal): -8165755 or 8742531. OLE color: 8742531.

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

Color convert

RGB131102133-
CMYK0.020.2300.48
HSL296.13º13.19%46.08%-
HSV(B)296.13º23.31%52.16%-
XYZ18.3516.0224.32-
YUV114.2138.61139.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=35.79%
G=27.87%
B=36.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311021330.020.2300.48296.1313.1946.08
Hex836685217030128d2e
Octal2031462052270604501556
Binary10000011110011010000101101011101100001001010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836685; }

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

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

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

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

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

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

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

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